4.0 Scheduler Commands > Commands > Deprecated commands > runjob

Conventions

runjob

This command is deprecated. Use mjobctl -x instead.

Synopsis

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

Overview

This command will attempt to immediately start the specified job.

runjob is a deprecated command, replaced by mjobctl.

Access

By default, this command can be run by any Moab 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
-n <NODELIST> Attempt to start the job using the specified nodelist where node names 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

Examples

Example 4-68: Run job cluster.231

> runjob cluster.231
job cluster.231 successfully started

See Also