Skip to content

Commit

Permalink
Feature/set stacksize (#131)
Browse files Browse the repository at this point in the history
* Increases domains_stack_size for C192 and C256

* Sets OMP_STACKSIZE for Jenkins tests
  • Loading branch information
oelbert authored and ofuhrer committed Mar 5, 2021
1 parent 67f2eab commit 0138340
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,7 @@ namelist:
max_files_w: 100
fms_nml:
clock_grain: ROUTINE
domains_stack_size: 3000000
domains_stack_size: 16000000
print_memory_usage: false
fv_core_nml:
a_imp: 1.0
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,7 @@ namelist:
max_files_w: 100
fms_nml:
clock_grain: ROUTINE
domains_stack_size: 3000000
domains_stack_size: 16000000
print_memory_usage: false
fv_core_nml:
a_imp: 1.0
Expand Down
3 changes: 2 additions & 1 deletion tests/serialized_test_data_generation/submit_job.sh
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,8 @@ mkdir -p $TEST_DATA_DIR
# a single node. The alternative is to set --shm-size in the docker
# run command.
export MPIR_CVAR_CH3_NOLOCAL=1

# Setting this to allow finer resolution on 1 rank
export OMP_STACKSIZE=10G

# setup run environment
cd $RUNDIR
Expand Down

0 comments on commit 0138340

Please sign in to comment.