|
META TOPICPARENT |
name="WmsxSoftware" |
WMSX |
|
-
-v - Specifies that you want debug output on the console. Leave this out once you feel comfortable.
-
myworkdir - Location of the working directory. This is where all the logging and output goes. You may want to set this to a location inside your home directory.
|
|
> > | After the start of the provider, directories log , debug and out is prepared under the working directory. The logging informations of the WMSX actions are written into a file under the log directory. |
| Requestor
Requestor is an application to submit commands to the Provider system for execution. Start with: |
|
The possible job submission procedures ars described in the next sections. |
|
< < | Traditional submission of single jobs with traditional JDL files |
> > | Submission of single jobs with traditional JDL files |
|
Single jobs may be submitted and managed via the framework, by using traditional JDL files. A sample usage is: |
|
The word COMMAND refers to a WMSX JDL file (not a traditional JDL file), named COMMAND.jdl , which describes your job. If the COMMAND.jdl is not present, default job specifications are assumed, which shall be discussed in the followings. |
|
> > | The outputs of the jobs are written into generated directories under the out directory of the specified working directory of the provider. |
| WMSX JDL files.
For each COMMAND in the ArgList file, there may be a JDL file COMMAND.jdl , to customize the properties of your job. |