You are here: 3 Scheduler Commands > Commands > Deprecated Commands > runjob

3.55 runjob

This command is deprecated. Use mjobctl -x instead.

3.55.1 Synopsis

runjob [-c|-f|-n nodelist|-p partition|-s|-x] jobid

3.55.2 Overview

This command will attempt to immediately start the specified job.

runjob is a deprecated command, replaced by mjobctl.

3.55.3 Access

By default, this command can be run by any Moab administrator.

3.55.4 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
-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 constraints, and reservations

3.55.5 Examples

Example 3-71: Run job cluster.231

> runjob cluster.231
job cluster.231 successfully started

3.55.6 See Also

© 2016 Adaptive Computing