runjob
runjob [ARGS] <JOBID>
Purpose
Immediately run the specified job.
Permissions
This command can be run by any Maui administrator.
Parameters
| JOBID |
Name of the job to run. |
| Args |
Description |
| -c |
Clear job parameters from previous runs (used to clear PBS neednodes
attribute after PBS job launch failure) |
| -f |
Attempt to force the job to run, ignoring throttling policies |
| -h |
Help for this command. |
| -n <NODELIST> |
Attempt to start the job using the specified nodelist where
nodenames are comma or colon delimited |
| -p <PARTITION> |
Attempt to start the job in the specified partition |
| -s |
Attempt to suspend the job |
| -x |
Attempt to force the job to run, ignoring throttling policies, QoS
constaints, and reservations |
Description
This command will attempt to immediately start a
job.
Example
> runjob cluster.231
job cluster.231 successfully started
This example attempts to run job cluster.231.
See Also:
canceljob -
cancel a job.
checkjob -
show detailed status of a job.
showq - list queued
jobs.
|