Skip to content

Commit

Permalink
Temporarily comment out ulimit command on Orion.
Browse files Browse the repository at this point in the history
  • Loading branch information
GeorgeGayno-NOAA committed May 9, 2022
1 parent 23558d5 commit 11a43d3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion reg_tests/cpld_gridgen/rt.sh
Original file line number Diff line number Diff line change
Expand Up @@ -128,7 +128,7 @@ elif [[ $target = orion ]]; then
BASELINE_ROOT=/work/noaa/nems/role-nems/ufs_utils/reg_tests/cpld_gridgen/baseline_data
ACCOUNT=${ACCOUNT:-nems}
QUEUE=${QUEUE:-batch}
ulimit -s unlimited
# ulimit -s unlimited
SBATCH_COMMAND="srun -n 1 ./cpld_gridgen.sh"
elif [[ $target = jet ]]; then
STMP=/lfs4/HFIP/h-nems/
Expand Down

0 comments on commit 11a43d3

Please sign in to comment.