Skip to content

Commit

Permalink
Update fv3_slurm.IN_jet
Browse files Browse the repository at this point in the history
Resolve some linting issues with fv3_slurm.IN_jet.
  • Loading branch information
ulmononian authored Nov 11, 2024
1 parent f2d689e commit 6957dd9
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions tests-dev/test_cases/exp_conf/fv3_slurm.IN_jet
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ set -eux
echo -n " $( date +%s )," > job_timestamp.txt

set +x
MACHINE_ID=jet
export MACHINE_ID=jet
source ./module-setup.sh
module use $PWD/modulefiles
module load modules.fv3
Expand All @@ -25,7 +25,7 @@ set -x

ulimit -s unlimited

echo "Model started: " `date`
echo "Model started: " $(date)

export MPI_TYPE_DEPTH=20
export OMP_STACKSIZE=512M
Expand All @@ -48,5 +48,5 @@ fi

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

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

0 comments on commit 6957dd9

Please sign in to comment.