I am able to build the cesm case successfully. However, for the case.submit, I got the following error message:Submitting job script sbatch .case.run --resubmitERROR: Command: 'sbatch .case.run --resubmit' failed with error 'sbatch: error: Invalid numeric value "/bin/tcsh" for core_spec.' from dir '/net/fs05/d1/xgao/cesm/cases/test2000'Here is the basic info when I run preview_run:
CASE INFO:
> nodes: 2
> total tasks: 64
> tasks per node: 32
> thread count: 1
>
> BATCH INFO:
> FOR JOB: case.run
> ENV:
> module command is /usr/bin/modulecmd python load pgi/17.3 netcdf/4 openmpi/1.10.7
> SUBMIT CMD:
> sbatch .case.run --resubmit
>
> FOR JOB: case.st_archive
> ENV:
> module command is /usr/bin/modulecmd python load pgi/17.3 netcdf/4 openmpi/1.10.7
> SUBMIT CMD:
> sbatch --dependency=afterok:0 case.st_archive --resubmit
>
> MPIRUN:
> mpirun -n 64 /net/fs05/d1/xgao/cesm/cases/test2000/bld/cesm.exe >> cesm.log.$LID 2>&1
Here is my config_batch.xml file:
>
>
> sbatch
>
> -S {{ shell }}
>
>
> queue
>
>
Any information about how to solve the problem is appreciated.
CASE INFO:
> nodes: 2
> total tasks: 64
> tasks per node: 32
> thread count: 1
>
> BATCH INFO:
> FOR JOB: case.run
> ENV:
> module command is /usr/bin/modulecmd python load pgi/17.3 netcdf/4 openmpi/1.10.7
> SUBMIT CMD:
> sbatch .case.run --resubmit
>
> FOR JOB: case.st_archive
> ENV:
> module command is /usr/bin/modulecmd python load pgi/17.3 netcdf/4 openmpi/1.10.7
> SUBMIT CMD:
> sbatch --dependency=afterok:0 case.st_archive --resubmit
>
> MPIRUN:
> mpirun -n 64 /net/fs05/d1/xgao/cesm/cases/test2000/bld/cesm.exe >> cesm.log.$LID 2>&1
Here is my config_batch.xml file:
>
>
> sbatch
>
> -S {{ shell }}
>
>
> queue
>
>
Any information about how to solve the problem is appreciated.