-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathconfig.xml
30 lines (29 loc) · 863 Bytes
/
config.xml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
<configuration>
<gridresources>
<headnode name="komolongma.ece.uprm.edu"/>
<headnode name="rocks-52.sdsc.edu"/>
<headnode name="rocks-153.sdsc.edu"/>
<headnode name="sakura.hpcc.jp"/>
<headnode name="fsvc001.asc.hpcc.jp"/>
</gridresources>
<states>
<value>UNSUBMITTED</value>
<value>PENDING</value>
<value>ACTIVE</value>
</states>
<contactinfo>
<!-- <contact firstname="Rafael" lastname="Arce" email="[email protected]"/> -->
<contact firstname="John" lastname="Sanabria" email="[email protected]"/>
</contactinfo>
<scripthome value="/home/jas/src/grails/gridjobs/scripts/R"/>
<imgdir value="images"/>
<rscriptpath value="/usr/bin/Rscript"/>
<statistics>
<threshold>
<days value="7"/>
<hours value="0"/>
<minutes value="0"/>
<seconds value="0"/>
</threshold>
</statistics>
</configuration>