Aug 8, 2016
Added support for multiple inputs and a GEM merge at the end. Simplie…
|
|
|
1 |
<?xml version="1.0" encoding="UTF-8"?> |
|
2 |
<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.0.xsd" version="4.0"> |
|
3 |
|
|
4 |
<site handle="local" arch="x86_64"> |
|
5 |
<directory type="shared-scratch" path="${RUN_DIR}/scratch"> |
|
6 |
<file-server operation="all" url="file://${RUN_DIR}/scratch"/> |
|
7 |
</directory> |
|
8 |
<directory type="local-storage" path="${RUN_DIR}/outputs"> |
|
9 |
<file-server operation="all" url="file://${RUN_DIR}/outputs"/> |
|
10 |
</directory> |
|
11 |
<profile namespace="pegasus" key="SSH_PRIVATE_KEY" >${HOME}/.ssh/workflow</profile> |
|
12 |
<profile namespace="env" key="PATH" >${PATH}</profile> |