We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4780721 commit 758ecb4Copy full SHA for 758ecb4
scripts/fv3_setup
@@ -268,15 +268,9 @@ if ( $SITE == 'NCCS' ) then
268
269
if ($MODEL == 'mil') then
270
# We save a couple processes for the kernel
271
- set NCPUS_PER_NODE = 126
+ set NCPUS_PER_NODE = 120
272
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
+ set NCPUS_PER_NODE = 40
280
endif
281
282
else if ( $SITE == 'NAS' ) then
0 commit comments