Skip to content

Commit

Permalink
switch to prod build
Browse files Browse the repository at this point in the history
  • Loading branch information
yichengt900 authored Apr 16, 2024
1 parent ce00b93 commit 20deeaa
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/mom6_cobalt_1D.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:
apt update; apt install -y wget
echo "build mom6-sis2-cobalt ..."
cd ./builds
./linux-build.bash -m docker -p linux-gnu -t repro -f mom6sis2
./linux-build.bash -m docker -p linux-gnu -t prod -f mom6sis2
- name: Download 1d model dataset
run: |
Expand All @@ -38,7 +38,7 @@ jobs:
- name: Run 1D toy case
run: |
cd exps/OM4.single_column.COBALT
mpirun --allow-run-as-root -np 1 ../../builds/build/docker-linux-gnu/ocean_ice/repro/MOM6SIS2
mpirun --allow-run-as-root -np 1 ../../builds/build/docker-linux-gnu/ocean_ice/prod/MOM6SIS2
- name: Check ref
run: |
Expand Down

0 comments on commit 20deeaa

Please sign in to comment.