-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathsites.xml
More file actions
28 lines (24 loc) · 1.4 KB
/
sites.xml
File metadata and controls
28 lines (24 loc) · 1.4 KB
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
<?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="/root/mintcast-pegasus/scratch">
<file-server operation="all" url="file:///root/mintcast-pegasus/scratch"/>
</directory>
<!-- This is where output data will be stored -->
<directory type="shared-storage" path="/root/mintcast-pegasus/output">
<file-server operation="all" url="file:///root/mintcast-pegasus/output"/>
</directory>
</site>
<site handle="condorpool" arch="x86_64" os="LINUX">
<!-- These profiles tell Pegasus that the site is a plain Condor pool -->
<profile namespace="pegasus" key="style">condor</profile>
<profile namespace="condor" key="universe">vanilla</profile>
<!-- This profile tells Pegasus to create two clustered jobs
per level of the workflow, when horizontal clustering is
enabled -->
<profile namespace="pegasus" key="clusters.num" >2</profile>
</site>
</sitecatalog>