ViewVC Help
View File | Revision Log | Show Annotations | Root Listing
root/cvsroot/COMP/BOSS/Examples/README
Revision: 1.1
Committed: Tue Jan 10 13:06:55 2006 UTC (19 years, 3 months ago) by elmer
Branch point for: one, MAIN
Log Message:
Initial revision

File Contents

# User Rev Content
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