Skip to content

Commit

Permalink
Increase stack size for creating grids on Orion.
Browse files Browse the repository at this point in the history
Fixes #821.
  • Loading branch information
GeorgeGayno-NOAA committed Sep 22, 2023
1 parent 76a3b02 commit 1e7c9fc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion driver_scripts/driver_grid.orion.sh
Original file line number Diff line number Diff line change
Expand Up @@ -161,7 +161,7 @@ export OMP_NUM_THREADS=24
export OMP_STACKSIZE=2048m

ulimit -a
ulimit -s 199000000
ulimit -s unlimited

#-----------------------------------------------------------------------
# Start script.
Expand Down

0 comments on commit 1e7c9fc

Please sign in to comment.