Skip to content
Snippets Groups Projects
Commit 2e062f6b authored by Wouter Deconinck's avatar Wouter Deconinck
Browse files

Use the sandbox image on singularity.opensciencegrid.org

parent 82ffca1e
No related branches found
No related tags found
1 merge request!61Use the sandbox image on singularity.opensciencegrid.org
...@@ -63,9 +63,9 @@ if [ ${SINGULARITY_VERSION:0:1} = 2 ]; then ...@@ -63,9 +63,9 @@ if [ ${SINGULARITY_VERSION:0:1} = 2 ]; then
## we are in sane territory, yay! ## we are in sane territory, yay!
else else
## check if we can just use cvmfs for the image ## check if we can just use cvmfs for the image
if [ -f /cvmfs/eic.opensciencegrid.org/singularity/athena/jug_xl_v${VERSION}.sif ]; then if [ -d /cvmfs/singularity.opensciencegrid.org/eicweb/jug_xl:${VERSION} ]; then
ln -sf /cvmfs/eic.opensciencegrid.org/singularity/athena/jug_xl_v${VERSION}.sif local/lib ln -sf /cvmfs/singularity.opensciencegrid.org/eicweb/jug_xl:${VERSION} local/lib
SIF="$PWD/local/lib/jug_xl_v${VERSION}.sif" SIF="$PWD/local/lib/jug_xl:${VERSION}"
elif [ -f /gpfs02/cvmfst0/eic.opensciencegrid.org/singularity/athena/jug_xl_v3.0-stable.sif ]; then elif [ -f /gpfs02/cvmfst0/eic.opensciencegrid.org/singularity/athena/jug_xl_v3.0-stable.sif ]; then
ln -sf /gpfs02/cvmfst0/eic.opensciencegrid.org/singularity/athena/jug_xl_v3.0-stable.sif local/lib ln -sf /gpfs02/cvmfst0/eic.opensciencegrid.org/singularity/athena/jug_xl_v3.0-stable.sif local/lib
SIF="$PWD/local/lib/jug_xl_v${VERSION}.sif" SIF="$PWD/local/lib/jug_xl_v${VERSION}.sif"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment