|
META TOPICPARENT |
name="WmsxSoftware" |
WMSX |
| Single jobs may be submitted and managed via the framework, by using traditional JDL files. A sample usage is: |
|
< < | wmsx-requestor.sh -j example.jdl -o StdOutFile -r resultDir |
> > | wmsx-requestor.sh -j example.jdl -r resultDir [ -o StdOutFile ] |
|
Where the options are:
-
-j - Name of the JDL file.
|
|
< < |
-
-o - File to store StdOut / StdError. If the JDL file has
JobType set to "Interactive" , then StdOut / StdError will be retrieved while the Job is running and stored in the given filename.
|
|
-
-r - When the job is done, results are retrieved and stored in the given directory.
|
|
> > |
-
-o - If the JDL file has
JobType set to "Interactive" , then StdOut / StdError will be retrieved while the Job is running and stored in the given filename.
|
|
Automated mass submission of jobs via ArgList files |