Skip to content

Commit

Permalink
Change layout numbers. Include all utests (#7)
Browse files Browse the repository at this point in the history
  • Loading branch information
minsukji authored Feb 18, 2021
1 parent 744274d commit e5d5899
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion tests/ci/ci.test
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
fv3_ccpp_control
rst bit
thr mpi dcp rst bit dbg
ci-test-weather
2 changes: 1 addition & 1 deletion tests/default_vars.sh
Original file line number Diff line number Diff line change
Expand Up @@ -146,7 +146,7 @@ elif [[ $MACHINE_ID = hera.* ]]; then
elif [[ $MACHINE_ID = linux.* ]]; then

if [[ $CI_TEST = true ]]; then
TASKS_dflt=12 ; TPN_dflt=16 ; INPES_dflt=1 ; JNPES_dflt=1
TASKS_dflt=42 ; TPN_dflt=48 ; INPES_dflt=3 ; JNPES_dflt=2
else
TASKS_dflt=150 ; TPN_dflt=40 ; INPES_dflt=3 ; JNPES_dflt=8
fi
Expand Down

0 comments on commit e5d5899

Please sign in to comment.