-B,--batch-options <options> |
| Add these options to all batch submit files.
|
-j,--max-local <#> |
| Max number of local jobs to run at once. (default is # of cores)
|
-J,--max-remote <#> |
| Max number of remote jobs to run at once. (default is 1000 for -Twq, 100 otherwise)
|
-l,--makeflow-log <logfile> |
| Use this file for the makeflow log. (default is X.makeflowlog)
|
-L,--batch-log <logfile> |
| Use this file for the batch system log. (default is X.<type>log)
|
-R, --retry | Automatically retry failed batch jobs up to 100 times.
|
-r,--retry-count <n> |
| Automatically retry failed batch jobs up to n times.
|
--wait-for-files-upto <#> |
| Wait for output files to be created upto this many seconds (e.g., to deal with NFS semantics).
|
-S,--submission-timeout <timeout> |
| Time to retry failed batch job submission. (default is 3600s)
|
-T,--batch-type <type> |
| Batch system type: local, condor, sge, moab, cluster, wq, hadoop, mpi-queue. (default is local)
|
-a, --advertise | Advertise the master information to a catalog server.
|
-C,--catalog-server <catalog> |
| Set catalog server to <catalog>. Format: HOSTNAME:PORT
|
-F,--wq-fast-abort <#> |
| WorkQueue fast abort multiplier. (default is deactivated)
|
-N,--project-name <project> |
| Set the project name to <project>.
|
-p,--port <port> |
| Port number to use with WorkQueue. (default is 9123, 0=arbitrary)
|
-Z,--port-file <file> |
| Select port at random and write it to this file. (default is disabled)
|
-P,--priority <integer> |
| Priority. Higher the value, higher the priority.
|
-W,--wq-schedule <mode> |
| WorkQueue scheduling algorithm. (time|files|fcfs)
|
-s,--password <pwfile> |
| Password file for authenticating workers.
|
--disable-cache | Disable file caching (currently only Work Queue, default is false)
|
-A, --disable-afs-check | Disable the check for AFS. (experts only)
|
-z, --zero-length-error | Force failure on zero-length output files.
|
--wrapper <script> |
| Wrap all commands with this script. Each rule's original recipe is appended to script or replaces the first occurrence of {} in script.
|
--wrapper-input <file> |
| Wrapper command requires this input file. This option may be specified more than once, defining an array of inputs. Additionally, each job executing a recipe has a unique integer identifier that replaces occurrences %% in file.
|
--wrapper-output <file> |
| Wrapper command requires this output file. This option may be specified more than once, defining an array of outputs. Additionally, each job executing a recipe has a unique integer identifier that replaces occurrences %% in file.
|
--docker <image> |
| Run each task with a container based on this docker image.
|
--docker-tar <tar> |
| Load docker image from tar file
|