Skip to content

Commit

Permalink
Set stack size to unlimited for linux/mac.
Browse files Browse the repository at this point in the history
  • Loading branch information
danielabdi-noaa committed Jan 9, 2023
1 parent 03d60f6 commit 998697f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion ush/machine/linux.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ platform:
RUN_CMD_POST: mpirun
RUN_CMD_SERIAL: time
RUN_CMD_UTILS: mpirun
PRE_TASK_CMDS: '{ ulimit -a; }'
PRE_TASK_CMDS: '{ ulimit -a; ulimit -s unlimited; }'
TEST_EXTRN_MDL_SOURCE_BASEDIR: /home/username/DATA/UFS/input_model_data
TEST_PREGEN_BASEDIR: /home/username/DATA/UFS/FV3LAM_pregen
TEST_ALT_EXTRN_MDL_SYSBASEDIR_ICS: /home/username/DATA/UFS/dummy_FV3GFS_sys_dir
Expand Down
2 changes: 1 addition & 1 deletion ush/machine/macos.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ platform:
RUN_CMD_POST: mpirun
RUN_CMD_SERIAL: time
RUN_CMD_UTILS: mpirun
PRE_TASK_CMDS: '{ ulimit -a; }'
PRE_TASK_CMDS: '{ ulimit -a; ulimit -s unlimited; }'
TEST_EXTRN_MDL_SOURCE_BASEDIR: /Users/username/DATA/UFS/input_model_data
TEST_PREGEN_BASEDIR: /Users/username/DATA/UFS/FV3LAM_pregen
TEST_ALT_EXTRN_MDL_SYSBASEDIR_ICS: /Users/username/DATA/UFS/dummy_FV3GFS_sys_dir
Expand Down

0 comments on commit 998697f

Please sign in to comment.