Skip to content

Commit

Permalink
Update fv3_slurm.IN_jet
Browse files Browse the repository at this point in the history
  • Loading branch information
jkbk2004 authored Nov 11, 2024
1 parent c91c6c4 commit 2bacc1d
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion tests-dev/test_cases/exp_conf/fv3_slurm.IN_jet
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,6 @@
#SBATCH --exclusive

set -eux
ulimit -u unlimited
echo -n " $( date +%s )," > job_timestamp.txt

set +x
Expand All @@ -24,6 +23,8 @@ module load modules.fv3
module list
set -x

ulimit -s unlimited

echo "Model started: " `date`

export MPI_TYPE_DEPTH=20
Expand Down

0 comments on commit 2bacc1d

Please sign in to comment.