Porting error - Fails in RUN steps

Hello, I had a working port on my local cluster, but now the runs fail a few minutes into the RUN phase. I went back and ran through the scripts_regression_tests and the tests fail at L_TestSaveTimings and again at T_TestRunRestart. I haven't made any changes to my config files since the model was running correctly so I'm not sure what's going on. Attached are the config files, version info and the cesm log file for the L_TestSaveTimings. If it's useful I can attach the build/run logs for a real case. Thanks for any insights.
 

Attachments

jedwards

CSEG and Liaisons
Staff member
From the CESM log: ERROR opening input data file
Is your inputdata directory mounted and available from the compute nodes?
Try moving inputdata and redownloading input files.
 
Ah, yes, updating the input data worked for the L_Test. The T_Test however appears to have a memory issue (see attached log). Is this related to a config setting or an issue with allocation my compute nodes? I haven't had this problem in the past and it's the same system/nodes so it seems strange that it would be a problem all of a sudden.
 

Attachments

jedwards

CSEG and Liaisons
Staff member
This test isn't asking for much memory. Check your ulimits and check with your system support staff.
 
I have no memory limits aside from the limit on the nodes (~1.8GB/node) which I believe should be enough for the test, and has been in the past. I checked my build logs and they all start with 'cat: Srcfiles: No such file or directory' so I'm wondering it the real issue is elsewhere?
 
Back
Top