liangpeng0405@gmail_com
New Member
Hi,I'm a rookie of the CESM, and recently I have tried to configure the test case "b.e20.B1850.f19_g17.test" according to the "Quick Started Guide". After the building of the test case, I tried to submit this case with "case.submit", and the results are as follow:
Creating component namelists
Finished creating component namelists
Check case OK
submit_jobs case.run
Submit job case.run
Submitting job script bsub < .case.run --resubmit
Submitted job id is 55440
Submit job case.st_archive
Submitting job script bsub -w 'done(55440)' < case.st_archive --resubmit
Submitted job id is 55441
Submitted job case.run with id 55440
Submitted job case.st_archive with id 55441
I think these mean the submission is successful. In my opinion, the submission of "case.run" is used to run the model, but I'm wondering what the submission of "case.st_archive" is used for. Besides that, the status of "case.st_archive" is always "PEND" as follows:JOBID USER STAT QUEUE FROM_HOST EXEC_HOST JOB_NAME SUBMIT_TIME
55440 liangpe RUN normal login1 4*comput34 *.test.run Jun 18 17:01
23*comput54
28*comput53
28*comput56
28*comput55
32*comput58
1*comput57
55441 liangpe PEND normal login1 *t_archive Jun 18 17:01However, there're at least 200 more cpus that are availble for "case.st_archive", so why the "case.st_archive" is always "PEND".Thank you very much.Any sugguestions will be quite helpful for me.
Creating component namelists
Finished creating component namelists
Check case OK
submit_jobs case.run
Submit job case.run
Submitting job script bsub < .case.run --resubmit
Submitted job id is 55440
Submit job case.st_archive
Submitting job script bsub -w 'done(55440)' < case.st_archive --resubmit
Submitted job id is 55441
Submitted job case.run with id 55440
Submitted job case.st_archive with id 55441
I think these mean the submission is successful. In my opinion, the submission of "case.run" is used to run the model, but I'm wondering what the submission of "case.st_archive" is used for. Besides that, the status of "case.st_archive" is always "PEND" as follows:JOBID USER STAT QUEUE FROM_HOST EXEC_HOST JOB_NAME SUBMIT_TIME
55440 liangpe RUN normal login1 4*comput34 *.test.run Jun 18 17:01
23*comput54
28*comput53
28*comput56
28*comput55
32*comput58
1*comput57
55441 liangpe PEND normal login1 *t_archive Jun 18 17:01However, there're at least 200 more cpus that are availble for "case.st_archive", so why the "case.st_archive" is always "PEND".Thank you very much.Any sugguestions will be quite helpful for me.