sloop.job.PbsJobManager.commands
- PbsJobManager.commands = {'delete': {'command': 'qdel', 'options': {'force': '-W force', 'jobid': '{}'}}, 'status': {'command': 'qstat', 'options': {'jobid': '{}', 'logname': '-u $LOGNAME'}}, 'submit': {'command': 'qsub', 'options': {'depend': '-W depend=afterok:{}', 'log_out': '-koed -o {}', 'mail': '-M {}', 'memory': '-l mem={}', 'name': '-N {}', 'queue': '-V -q {}', 'script': '{}', 'time': '-l walltime={}'}}}