NorESMhub / ccs_config_noresm

CESM CIME Case Control System configuration files
0 stars 4 forks source link

add path to cprnc for fram #32

Closed mvertens closed 10 months ago

mvertens commented 11 months ago

added path to cprnc for fram test: ERP_D_Ln9_P36.ne3pg3_ne3pg3_mg37.FLTHIST_v0d.betzy_intel.cam-outfrq9s passed

gold2718 commented 11 months ago

What tests have been run?

gold2718 commented 11 months ago

The title and PR description are misleading, the only change is the per-CPU memory on the preproc queue.

mvertens commented 11 months ago

@mvdebolskiy @gold2718 - it turns out that changing the preproc mem usage to less than 16 did not allow the test ERP_D_Ln9_P36.ne3pg3_ne3pg3_mg37.FLTHIST_v0d.betzy_intel.cam-outfrq9s to run. 16 was the previous value - so I reverted to that and will do that in the release branch as well. So this PR does very little.

gold2718 commented 11 months ago

Now there are no changes!

mvdebolskiy commented 11 months ago

That is because --mem is for the whole job and --mem-per-cpu is for each PE. If you change --mem=16G to --mem-per-cpu=4G it should work.

mvertens commented 10 months ago

for now closing this