ViewVC Help
View File | Revision Log | Show Annotations | Root Listing
root/cvsroot/COMP/BOSS/Examples/fullConfigExample.xml
Revision: 1.2
Committed: Wed Nov 1 10:11:12 2006 UTC (18 years, 6 months ago) by gcodispo
Content type: text/xml
Branch: MAIN
CVS Tags: BOSS_4_3_10, BOSS_4_3_9, BOSS_4_3_8, BOSS_4_3_8-ui3_1, BOSS_4_3_7-ui3_1, BOSS_4_3_7, BOSS_4_3_6, BOSS_4_3_4a, BOSS_4_3_5, BOSS_4_3_4, BOSS_4_3_3, BOSS_4_3_2, BOSS_4_3_1b, BOSS_4_3_1a, BOSS_4_3_1, BOSS_4_3_0, HEAD
Branch point for: BOSS_4_3-ui3_0, BOSS_4_3_1c
Changes since 1.1: +2 -2 lines
Error occurred while calculating annotation data.
Log Message:
Fixed format

File Contents

# Content
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="y"
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>