1 |
elmer |
1.1 |
This directory contains a simple kind of job (test.pl) that run for a number
|
2 |
|
|
of second equals to the first input argument.
|
3 |
|
|
|
4 |
|
|
Use registerTestJob script to register this job type.
|
5 |
|
|
Use "start n" to start n test jobs (using default scheduler).
|
6 |
|
|
Use "startClAd" to start a job using the ClassAd specification file (test.clad)
|
7 |
|
|
Use "startJDL" to submit a jdl file (test.jdl) to the DataGrid scheduler
|
8 |
|
|
Use "boss q -running -specific -type test" to monitor the job execution.
|
9 |
|
|
|
10 |
|
|
The testErr jobtype is similar to the previous one but also has some
|
11 |
|
|
information extracted from the standard error of the job. The corresponding
|
12 |
|
|
executable is testerr.pl
|
13 |
|
|
|