Hi-
I am running a bunch of fv3 jobs on cheyenne, and each time I run ./case.submit it submits three jobs:
Submitting job script qsub -q economy -l walltime=03:00:00 -A NSAP0003 .case.chgres
Submitting job script qsub -q economy -l walltime=03:00:00 -A NSAP0003 -W depend=afterok:5963689.chadmin1.ib0.cheyenne.ucar.edu -v ARGS_FOR_SCRIPT='--resubmit' .case.run
Submitting job script qsub -q economy -l walltime=03:00:00 -A NSAP0003 -W depend=afterok:5963690.chadmin1.ib0.cheyenne.ucar.edu .case.gfs_post
We do not need the output from case.gfs_post, so I'm wondering if there is a way to disable the addition of this job to the queue. To this point, I've been using qdel to remove the job after it's added. But we are getting ready to run a big batch and it's not a very scalable approach.
Thank you,
-Paddy McCarthy.
- 32 views