Scheduled Downtime
On Tuesday 24 October 2023 @ 5pm MT the forums will be in read only mode in preparation for the downtime. On Wednesday 25 October 2023 @ 5am MT, this website will be down for maintenance and expected to return online later in the morning.
Normal Operations
The forums are back online with normal operations. If you notice any issues or errors related to the forums, please reach out to help@ucar.edu

ModuleNotFoundError: No module named 'standard_script_setup'

xiangli

Xiang Li
Member
Hi everyone,

I am porting CESM2.1.5 code to the Duke Compute Cluster. There was an error after I submitted the test run.

1705678023306.png

1705678036575.png

It seemed that we did not have this python package at first sight. After googling the error message, I guess this might have something to do with config_batch.xml or CIME, but I still could not figure it out.

Any suggestions would be greatly appreciated!

Thanks,
Xiang
 

jedwards

CSEG and Liaisons
Staff member
It seems like you submitted the script case.submit - that is not the intended way to run.
You should run the script case.submit from the login node command line, that script will then
generate and submit a run script. You can view the actions it will take by running ./preview_run
 

xiangli

Xiang Li
Member
It seems like you submitted the script case.submit - that is not the intended way to run.
You should run the script case.submit from the login node command line, that script will then
generate and submit a run script. You can view the actions it will take by running ./preview_run
Hi Jim,

There was an error after running ./preview_run:

CASE INFO:
nodes: 6
total tasks: 192
tasks per node: 32
thread count: 1

BATCH INFO:
ERROR: Unable to determine the correct command for batch submission.

I tried adding <batch_submit>sbatch</batch_submit> to config_batch.xml, but it turned out that I could not create a new case.

Looking forward to your suggestions!

Thanks,
Xiang
 
Top