Skip to content

Commit 4942bd2

Browse files
Natalie PerlinNatalie Perlin
authored andcommitted
update to ./tests-dev/exp_conf/fv3_slurm.IN_jet
1 parent 117596e commit 4942bd2

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

tests-dev/test_cases/exp_conf/fv3_slurm.IN_jet

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,6 @@
1010
#SBATCH --cpus-per-task=1
1111
#SBATCH --time=00:@[WLCLK]:00
1212
#SBATCH --job-name="@[JBNME]"
13-
#SBATCH --exclusive
1413

1514
set -eux
1615
ulimit -s unlimited
@@ -45,7 +44,7 @@ if [ "${JOB_SHOULD_FAIL:-NO}" = WHEN_RUNNING ] ; then
4544
false
4645
fi
4746

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

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

0 commit comments

Comments
 (0)