woom.job.PbsproJobManager.get_submission_command#
- PbsproJobManager.get_submission_command(script, opts, depend=None)[source]#
Build the qsub command, with two PBS Pro-specific behaviours:
If
nnodesis provided,ncpus,memoryandpmemare merged into the-l select=directive (PBS Pro forbids these as standalone-ldirectives alongsideselect).Any key in opts that is not in the known options dict (i.e. keys added via
__many__intasks.ini) is treated as a raw qsub flag string and inserted verbatim before the script path.