-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathsites.xml
31 lines (28 loc) · 1.72 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
25
26
27
28
29
30
31
<?xml version="1.0" encoding="UTF-8"?>
<sitecatalog xmlns="http://pegasus.isi.edu/schema/sitecatalog" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://pegasus.isi.edu/schema/sitecatalog http://pegasus.isi.edu/schema/sc-4.1.xsd" version="4.1">
<!-- The local site contains information about the submit host -->
<site handle="local" arch="x86_64" os="LINUX">
<!-- This is where intermediate data will be stored -->
<directory type="shared-scratch" path="${HOME}/scratch/">
<file-server operation="all" url="file://${HOME}/scratch/"/>
</directory>
<!-- This is where output data will be stored -->
<directory type="shared-storage" path="${HOME}/storage/">
<file-server operation="all" url="file://${HOME}/storage"/>
</directory>
</site>
<site handle="lsstvc" arch="x86_64" os="linux">
<!-- This is where intermediate data will be stored -->
<directory type="shared-scratch" path="/scratch/${USER}/pegasus_scratch/">
<file-server operation="all" url="file:///scratch/${USER}/pegasus_scratch/"/>
</directory>
<profile namespace="pegasus" key="style" >condor</profile>
<profile namespace="pegasus" key="auxillary.local">true</profile>
<profile namespace="condor" key="universe" >vanilla</profile>
<profile namespace="condor" key="getenv">true</profile>
<profile namespace="condor" key="requirements">(ALLOCATED_NODE_SET == "${NODESET}")</profile>
<profile namespace="condor" key="+JOB_NODE_SET">"${NODESET}"</profile>
<profile namespace="env" key="PEGASUS_HOME">/project/production/pegasus/4.9.0</profile>
</site>
</sitecatalog>