Issue while ./case.submit

dharmendraks841

Dharmendra Kumar Singh
Member
Dear cam users.
I am facing the following error message on Cheyenne/tcsh while submitting my case, please look into this.

Submitting job script qsub -v ARGS_FOR_SCRIPT='--resubmit' .case.run

ERROR: Command: 'qsub -v ARGS_FOR_SCRIPT='--resubmit' .case.run' failed with error 'qsub:
ERROR: Your job has been rejected.
You must declare a wallclock time with the -l walltime= directive.

Thanking in advance
Dharmendra
 

peverley

Courtney Peverley
Moderator
Staff member
Hi Dharmendra,

I see you are using case.run. You should instead be using case.submit

If that doesn't resolve the problem, let me know and I will look into this further.

Courtney
 

peverley

Courtney Peverley
Moderator
Staff member
Hi again,

I now see that the .case.run error is appearing when you run ./case.submit. My apologies. Could you respond with your create_newcase command (can be found in replay.sh)

Thanks!
Courtney
 

dharmendraks841

Dharmendra Kumar Singh
Member
Hi again,

I now see that the .case.run error is appearing when you run ./case.submit. My apologies. Could you respond with your create_newcase command (can be found in replay.sh)

Thanks!
Courtney
I am using tcsh on Cheyenne.

Please find the create a new case from replay.sh

#!/bin/bash





set -e





# Created 2022-11-04 11:49:12





CASEDIR="/glade/scratch/dksingh/CASE_contrails"





/glade/scratch/dksingh/CAM/cime/scripts/create_newcase --case "${CASEDIR}" --res f09_f09_mg17 --compset F2000climo --project UIUC0044

For all details from replay .sh you can see below

#!/bin/bash



set -e



# Created 2022-11-04 11:49:12



CASEDIR="/glade/scratch/dksingh/CASE_contrails"



/glade/scratch/dksingh/CAM/cime/scripts/create_newcase --case "${CASEDIR}" --res f09_f09_mg17 --compset F2000climo --project UIUC0044



cd "${CASEDIR}"



./case.setup



./case.build



./case.build



./case.build



./preview_namelists



./preview_namelists



./case.build



./xmlchange --subgroup case.st_archive JOB_WALLCLOCK_TIME=06:00:00



./case.submit



./case.submit



./case.submit



./case.submit



./case.submit



./case.submit



./xmlchange --subgroup case.st_archive JOB_WALLCLOCK_TIME=06:00:00



./case.submit



./case.submit



1,1 Top
 

peverley

Courtney Peverley
Moderator
Staff member
Thanks Dharmendra,

I'm not quite sure what happened and am hoping a clean build will fix it:

Try
./case.setup --reset
./case.build --clean-all
./case.build
./case.submit
 
Back
Top