Permalink
Browse files
Switched back to stashcp for data staging
- Loading branch information...
Showing
with
7 additions
and
4 deletions.
-
+5
−4
sites.xml
-
+2
−0
submit
|
|
@@ -10,13 +10,14 @@ |
|
|
</directory>
|
|
|
<profile namespace="pegasus" key="SSH_PRIVATE_KEY" >${HOME}/.ssh/workflow</profile>
|
|
|
<profile namespace="env" key="PATH" >${PATH}</profile>
|
|
|
+ <profile namespace="env" key="LD_LIBRARY_PATH" >${LD_LIBRARY_PATH}</profile>
|
|
|
<profile namespace="condor" key="+WantsStashCache" >True</profile>
|
|
|
</site>
|
|
|
|
|
|
<site handle="stash" arch="x86_64" os="LINUX">
|
|
|
<directory type="shared-scratch" path="/stash2/user/${USER}/public">
|
|
|
- <file-server operation="get" url="http://stash.osgconnect.net/~${USER}"/>
|
|
|
- <!-- file-server operation="get" url="stash:///user/${USER}/public"/ -->
|
|
|
+ <!-- file-server operation="get" url="http://stash.osgconnect.net/~${USER}"/ -->
|
|
|
+ <file-server operation="get" url="stash:///user/${USER}/public"/>
|
|
|
<file-server operation="put" url="scp://${USER}@login02.osgconnect.net/stash2/user/${USER}/public"/>
|
|
|
</directory>
|
|
|
</site>
|
|
|
@@ -30,8 +31,8 @@ |
|
|
<profile namespace="condor" key="+WantsStashCache" >True</profile>
|
|
|
|
|
|
<!-- disable OSG squid caching for now -->
|
|
|
- <profile namespace="env" key="http_proxy" ></profile>
|
|
|
- <profile namespace="env" key="OSG_SQUID_LOCATION" ></profile>
|
|
|
+ <!-- profile namespace="env" key="http_proxy" ></profile>
|
|
|
+ <profile namespace="env" key="OSG_SQUID_LOCATION" ></profile -->
|
|
|
</site>
|
|
|
|
|
|
</sitecatalog>
|
|
|
@@ -2,6 +2,8 @@ |
|
|
|
|
|
set -e
|
|
|
|
|
|
+# needed for stashcp to be picked up the site catalog for the local site
|
|
|
+module load xrootd
|
|
|
module load stashcp
|
|
|
|
|
|
export PATH=/home/rynge/software/pegasus-4.7.0dev/bin:$PATH
|
|
|
|
0 comments on commit
9296d24