Skip to content

Commit

Permalink
Try change stacksize/threads in cpld_control_gefs
Browse files Browse the repository at this point in the history
  • Loading branch information
NickSzapiro-NOAA committed Oct 3, 2024
1 parent 70a774b commit 8b30674
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion tests/tests/cpld_control_gefs
Original file line number Diff line number Diff line change
Expand Up @@ -72,9 +72,10 @@ export RESTART_INTERVAL="${RESTART_N} -1"
export OUTPUT_FH="3 -1"
export FHZERO=3

export DOMAINS_STACK_SIZE=16000000
#export DOMAINS_STACK_SIZE=16000000
export INPES=$INPES_cpl_bmrk
export JNPES=$JNPES_cpl_bmrk
export THRD=$THRD_cpl_bmrk
export WRTTASK_PER_GROUP=$(( WPG_cpl_bmrk * THRD_cpl_bmrk ))
export WRITE_DOPOST=.true.

Expand Down

0 comments on commit 8b30674

Please sign in to comment.