ViewVC Help
View File | Revision Log | Show Annotations | Root Listing
root/cvsroot/COMP/BOSS/Examples/fullConfigExample.xml
Revision: 1.1
Committed: Mon Oct 30 10:43:06 2006 UTC (18 years, 6 months ago) by gcodispo
Content type: text/xml
Branch: MAIN
Log Message:
Small format changes

File Contents

# User Rev Content
1 gcodispo 1.1 <?xml version="1.0" encoding="UTF-8" standalone="yes"?>
2     <configuration>
3     <scheduler name="fork"
4     submit="$BOSS_ROOT/BossSched/bin/fork_submit.pl"
5     query="$BOSS_ROOT/BossSched/bin/fork_query.pl"
6     kill="$BOSS_ROOT/BossSched/bin/fork_kill.pl"
7     getout="$BOSS_ROOT/BossSched/bin/fork_getout.pl"
8     default="y"
9     topwdir="."
10     cpComm="cp"
11     cpWNPref="."
12     cpRemPref="\$PWD"
13     force="n"
14     />
15    
16     <scheduler name="edg"
17     submit="$BOSS_ROOT/BossSched/bin/dg_submit.pl"
18     query="$BOSS_ROOT/BossSched/bin/dg_query.py"
19     kill="$BOSS_ROOT/BossSched/bin/dg_kill.pl"
20     getout="$BOSS_ROOT/BossSched/bin/dg_getout.pl"
21     default=""
22     topwdir=""
23     cpComm=""
24     cpWNPref=""
25     cpRemPref=""
26     job_id_env_var="EDG_WL_JOBID"
27     schema ="$BOSS_ROOT/BossSched/bin/schema"
28     listMatch = "$BOSS_ROOT/BossSched/bin/dg_listMatch.pl"
29     force="n"
30     />
31    
32     <program_type name="test"
33     schema="$BOSS_ROOT/Examples/schema"
34     pre="$BOSS_ROOT/Examples/preprocess"
35     runtime="$BOSS_ROOT/Examples/runtimeprocess"
36     post="$BOSS_ROOT/Examples/postprocess"
37     comment="Standard test program"
38     force="n"
39     />
40    
41    
42     <rtupdator name="mysql"
43     updatorPath="$BOSS_ROOT/BossRTMon/bin/bossrtupdatorMySQL"
44     clientPath="$BOSS_ROOT/BossRTMon/bin/bossrtclientMySQL"
45     configPath="$HOME/.bossrc/MySQLRTConfig.clad"
46     default="y"
47     force="y"
48     />
49    
50     </configuration>