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

test_cime_case error at running scripts_regression_test.py

huazhen

Member
I am trying to run CESM2 on super computer. I use intel/2017.u2 compiler. I get an error when I was running scripts_regression_tests.py K_TestCimeCase. The output document guided me the following errors: SystemExit: ERROR: Command: 'sbatch --time 0:05:00 -p default .case.run --resubmit' failed with error 'b'sbatch: error: invalid partition specified: defaultnsbatch: error: Batch job submission failed: Invalid partition name specified'' from dir '/data/cephfs/punim0769/scripts_regression_test.20190613_203959/st_archive_resubmit_test' I think the problem is definitely due to some wrong settings in $HOME/.cime/config_batch.xml. But I have no idea how to solve this problem. I will attach my $HOME/.cime/config_compiler.xml , config_machines.xml, config_batch.xml and the full output information.Any help is much appreciated. Thanks a lot.
 

jedwards

CSEG and Liaisons
Staff member
In config_batch.xml you have named the queue default.  The error is that that queue doesn't exist on your system.Supported queues (partitions) are listed here https://dashboard.hpc.unimelb.edu.au/#specifications
 

jedwards

CSEG and Liaisons
Staff member
In config_batch.xml you have named the queue default.  The error is that that queue doesn't exist on your system.Supported queues (partitions) are listed here https://dashboard.hpc.unimelb.edu.au/#specifications
 
Top