-
Notifications
You must be signed in to change notification settings - Fork 2
/
sites.xml
25 lines (22 loc) · 1.1 KB
/
sites.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
<?xml version="1.0" encoding="UTF-8"?>
<config>
<pool handle="buriti.lncc.br-localhost" sysinfo="INTEL32::LINUX">
<gridftp url="local://localhost" />
<execution provider="local" url="none" />
<workdirectory>/var/tmp/gmgall/swiftwork</workdirectory>
<!-- <profile namespace="karajan" key="maxSubmitRate">1</profile> -->
<profile namespace="karajan" key="jobThrottle">0.23</profile>
<profile namespace="karajan" key="initialScore">10000</profile>
<profile namespace="swift" key="stagingMethod">file</profile>
</pool>
<!-- <pool handle="cipher.lncc.br-sge-local">
<gridftp url="local://localhost" />
<execution jobmanager="local:sge" provider="coaster" url="none" slots="8" workersPerNode="1"/>
<profile namespace="globus" key="pe">mpi8</profile>
<profile namespace="globus" key="queue">linux.q</profile>
<profile key="jobThrottle" namespace="karajan">6.23</profile>
<profile namespace="karajan" key="initialScore">10000</profile>
<filesystem provider="local" url="none" />
<workdirectory>/prj/prjssi/lgadelha/swiftwork</workdirectory>
</pool> -->
</config>