xsub¶
Tool |xsub| is designed for job dispatching, to rebuild mount-points over remote servers.
This tool only can run from QUICK environment.
Syntax:
$> xsub -h
usage: xsub [-h] [-I] [-q QUEUE] [-m HOST] [-J JOBNAME] [-l] [-o OPT]
cmd [cmd ...]
positional arguments:
cmd Command to submit
optional arguments:
-h, --help show this help message and exit
-I, --interactive Interactive submittion
-q QUEUE, --queue QUEUE
Select submit queues
-m HOST, --host HOST Select submit host
-J JOBNAME, --jobname JOBNAME
Job name
-l, --local Run command locally
-o OPT, --opt OPT Job submittion options
Tip
If the submiting command has switches in it, it’s better to quote the whole command. To avoid making xsub confused. Currently xsub can’t distinguish the switches from user command and its own command.