We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 117596e commit 4942bd2Copy full SHA for 4942bd2
tests-dev/test_cases/exp_conf/fv3_slurm.IN_jet
@@ -10,7 +10,6 @@
10
#SBATCH --cpus-per-task=1
11
#SBATCH --time=00:@[WLCLK]:00
12
#SBATCH --job-name="@[JBNME]"
13
-#SBATCH --exclusive
14
15
set -eux
16
ulimit -s unlimited
@@ -45,7 +44,7 @@ if [ "${JOB_SHOULD_FAIL:-NO}" = WHEN_RUNNING ] ; then
45
44
false
46
fi
47
48
-srun --label -n @[TASKS] --cpus-per-task=@[THRD] ./fv3.exe
+srun --label -n @[TASKS] --oversubscribe --cpus-per-task=@[THRD] ./fv3.exe
49
50
echo "Model ended: " `date`
51
echo -n " $( date +%s )," >> job_timestamp.txt
0 commit comments