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

File Contents

# User Rev Content
1 elmer 1.1 <?xml version="1.0" encoding="UTF-8" standalone="no"?>
2     <task schema="schema.xml">
3     <chain scheduler="fork" rtupdater="mysql" ch_tool_name="jobExecutor">
4     <program exec="test.pl"
5     args="100"
6     stderr="err_0"
7     program_types="test"
8     stdin="in"
9     stdout="out_0"
10     infiles="Examples/test.pl,Examples/in"
11     outfiles="out_0,err_0"
12     outtopdir=""
13    
14     />
15    
16    
17     </chain>
18     <chain scheduler="fork" rtupdater="mysql" ch_tool_name="jobExecutor">
19     <program exec="test.pl"
20     args="100"
21     stderr="err_1"
22     program_types="test"
23     stdin="in"
24     stdout="out_1"
25     infiles="Examples/test.pl,Examples/in1"
26     outfiles="out_1,err_1"
27     outtopdir=""
28    
29     />
30    
31     <program exec="test.pl"
32     args="100"
33     stderr="err_1"
34     program_types="test"
35     stdin="in"
36     stdout="out_2"
37     infiles="Examples/test.pl,Examples/in"
38     outfiles="out_2,err_1"
39     outtopdir=""
40    
41     />
42    
43     </chain>
44     </task>