pbs

Syntax for submitting a qsub job without an actual job file?

Syntax for submitting a qsub job without an actual job file? Question: I would like to submit qsub jobs on the fly without creating discrete job files. So, let’s say I have a python script called “get_time.py” that simply reports the time. Instead of making a submission script like this: cat>job.sub<<eof #PBS -l walltime=1:00:00 cd …

Total answers: 6