jip submit - submit jip script

Synopsis

jip submit [-f] [-k] [-P <profile>] [-t <time>] [-q <queue>]
[-p <prio>] [-A <account>] [-C <cpus>] [-m <mem>] [-n <name>] [-o <out>] [-e <err>] [-H] [–dry] [–show] <tool> [<args>...]

jip submit [–help]

Description

Submit a jip tool or a jip script

Options

-P <profile>, --profile <profile>
 Select a job profile for resubmission
-t <time>, --time <time>
 Max wallclock time for the job
-q <queue>, --queue <queue>
 Job queue
-p <priority>, --priority <priority>
 Job priority
-A <account>, --account <account>
 The account to use for submission
-C <threads>, --threads <cpus>
 Number of CPU’s assigned to the job
-m <mem>, --mem <mem>
 Max memory assigned to the job
-n <name>, --name <name>
 Job name
-R <reload>, --reload
 Reload and rerender the job command
-E <err>, --log <err>
 Jobs stderr log file
-O <out>, --out <out>
 Jobs stdout log file
-s, --submit Submit as job to the cluster
--hold Put job on hold after submission
--keep Keep output also in case of failure
--dry Show a dry run
--show Show the command that will be executed
--force Force execution/submission
-h, --help Show this help message

Tool and options

tool
The name of the tool or the path to a jip script
args...
Tool or script arguments
Fork me on GitHub