Skip to content

Commit

Permalink
Adjust to new WQ temporary directories.
Browse files Browse the repository at this point in the history
  • Loading branch information
matz-e committed May 20, 2016
1 parent 64ebe26 commit c714e55
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions docs/install.rst
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ Dependencies
.. note::
At Notre Dame, a development version can be accessed via::

cctools=cctools-104-e929f9ee-cvmfs-40cf5bba
cctools=cctools-108-72e9b75c-cvmfs-40cf5bba
export PYTHONPATH=$PYTHONPATH:/afs/crc.nd.edu/group/ccl/software/$cctools/x86_64/redhat6/lib/python2.6/site-packages
export PATH=/afs/crc.nd.edu/group/ccl/software/$cctools/x86_64/redhat6/bin:$PATH

Expand Down Expand Up @@ -96,6 +96,6 @@ easy modification of the source::
.. [#ftools] ``tcsh`` users should use the following to access the
`cctools` development version at Notre Dame::
setenv cctools cctools-104-e929f9ee-cvmfs-40cf5bba
setenv cctools cctools-108-72e9b75c-cvmfs-40cf5bba
setenv PYTHONPATH ${PYTHONPATH}:/afs/crc.nd.edu/group/ccl/software/$cctools/x86_64/redhat6/lib/python2.6/site-packages
setenv PATH /afs/crc.nd.edu/group/ccl/software/$cctools/x86_64/redhat6/bin:${PATH}
2 changes: 1 addition & 1 deletion lobster/core/data/wrapper.sh
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@ elif [ ! \( -f "/cvmfs/cms.cern.ch/cmsset_default.sh" \
*.opensciencegrid.org:pubkey=<BUILTIN-opensciencegrid.org.pub>,url=http://oasis-replica.opensciencegrid.org:8000/cvmfs/*;http://cvmfs.fnal.gov:8000/cvmfs/*;http://cvmfs.racf.bnl.gov:8000/cvmfs/*'

export PARROT_ALLOW_SWITCHING_CVMFS_REPOSITORIES=TRUE
export PARROT_CACHE=${TMPDIR:-.}
export PARROT_CACHE=${WORKER_TMPDIR:-${TMPDIR:-.}}
export PARROT_HELPER=$(readlink -f ${PARROT_PATH%bin*}lib/libparrot_helper.so)

log "parrot helper: $PARROT_HELPER"
Expand Down

0 comments on commit c714e55

Please sign in to comment.