Skip to content

Commit

Permalink
Acorn memory issue with cpld_control_c48, doubled IN/JN PES
Browse files Browse the repository at this point in the history
  • Loading branch information
BrianCurtis-NOAA committed May 15, 2024
1 parent 8f0e402 commit 7987b99
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions tests/tests/cpld_warmstart_c48
Original file line number Diff line number Diff line change
Expand Up @@ -73,6 +73,10 @@ export FHZERO=3

export INPES=$INPES_cpl_c48
export JNPES=$JNPES_cpl_c48
if [[ ${MACHINE_ID} == acorn ]]; then
export INPES=2
export JNPES=2
fi
export atm_omp_num_threads=$THRD_cpl_c48
export WRTTASK_PER_GROUP=$WPG_cpl_c48
export OUTPUT_GRID='cubed_sphere_grid'
Expand Down

0 comments on commit 7987b99

Please sign in to comment.