Hi Team,
could you let me if there is a way to submit lots of jobs in onetime in PBS ? we used LSF before, in LSF , there is bsub -pack options for this.
Thanks
Hi Team,
could you let me if there is a way to submit lots of jobs in onetime in PBS ? we used LSF before, in LSF , there is bsub -pack options for this.
Thanks
You may need to elaborate. You could simply run qsub in a loop to submit many jobs. You could also use job arrays if you have many similar jobs.