Skip to content

Commit 758ecb4

Browse files
committed
Fix up fv3_setup cores per node
1 parent 4780721 commit 758ecb4

File tree

1 file changed

+2
-8
lines changed

1 file changed

+2
-8
lines changed

scripts/fv3_setup

Lines changed: 2 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -268,15 +268,9 @@ if ( $SITE == 'NCCS' ) then
268268

269269
if ($MODEL == 'mil') then
270270
# We save a couple processes for the kernel
271-
set NCPUS_PER_NODE = 126
271+
set NCPUS_PER_NODE = 120
272272
else if ($MODEL == 'cas') then
273-
# NCCS currently recommends that users do not run with
274-
# 48 cores per node on SCU16 due to OS issues and
275-
# recommends that CPU-intensive works run with 46 or less
276-
# cores. As 45 is a multiple of 3, it's the best value
277-
# that doesn't waste too much
278-
#set NCPUS_PER_NODE = 48
279-
set NCPUS_PER_NODE = 45
273+
set NCPUS_PER_NODE = 40
280274
endif
281275

282276
else if ( $SITE == 'NAS' ) then

0 commit comments

Comments
 (0)