Skip to content

Commit

Permalink
update to ./tests-dev/exp_conf/fv3_slurm.IN_jet
Browse files Browse the repository at this point in the history
  • Loading branch information
Natalie Perlin authored and Natalie Perlin committed Nov 7, 2024
1 parent 117596e commit 4942bd2
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions tests-dev/test_cases/exp_conf/fv3_slurm.IN_jet
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,6 @@
#SBATCH --cpus-per-task=1
#SBATCH --time=00:@[WLCLK]:00
#SBATCH --job-name="@[JBNME]"
#SBATCH --exclusive

set -eux
ulimit -s unlimited
Expand Down Expand Up @@ -45,7 +44,7 @@ if [ "${JOB_SHOULD_FAIL:-NO}" = WHEN_RUNNING ] ; then
false
fi

srun --label -n @[TASKS] --cpus-per-task=@[THRD] ./fv3.exe
srun --label -n @[TASKS] --oversubscribe --cpus-per-task=@[THRD] ./fv3.exe

echo "Model ended: " `date`
echo -n " $( date +%s )," >> job_timestamp.txt

0 comments on commit 4942bd2

Please sign in to comment.