Skip to content
Snippets Groups Projects
Commit 035738e9 authored by Takumi.Matsunobu's avatar Takumi.Matsunobu
Browse files

add "ulimit -s unlimited"

parent f5367536
No related branches found
No related tags found
No related merge requests found
Pipeline #19027 failed
......@@ -58,6 +58,9 @@ if [ "${LBC_DATA_IS_LOCAL}" != "True" ]; then
BOUNDARY_GRID_FILE=%simulation.lateral_boundary_grid_filename%
PARENT_GRID_FILE=%simulation.parent_grid_filename%
# necessary for running fortran
ulimit -s unlimited
# Loop through hours
for ((tt=3; tt<=$((3 + %EXPERIMENT.CHUNKSIZE%)); tt++)) ; do
th=$((tt % 24))
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment