Skip to content

Commit

Permalink
use /cvmfs/sphenix.sdcc.bnl.gov/x8664_sl7/opt/sphenix instead of /opt…
Browse files Browse the repository at this point in the history
…/sphenix in source cmd printout
  • Loading branch information
pinkenburg committed Feb 26, 2021
1 parent ae33924 commit 5372937
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions updatebuild.sh
Original file line number Diff line number Diff line change
Expand Up @@ -183,12 +183,7 @@ echo "--------------------------------------------------------"
echo "Done! To run the sPHENIX container in shell mode:"
echo ""
echo "singularity shell -B cvmfs:/cvmfs cvmfs/sphenix.sdcc.bnl.gov/singularity/rhic_sl7_ext.simg"
if [ $sysname != 'x8664_sl7' ]
then
echo "source /cvmfs/sphenix.sdcc.bnl.gov/$sysname/opt/sphenix/core/bin/sphenix_setup.sh -n $build"
else
echo "source /opt/sphenix/core/bin/sphenix_setup.sh -n $build"
fi
echo "source /cvmfs/sphenix.sdcc.bnl.gov/$sysname/opt/sphenix/core/bin/sphenix_setup.sh -n $build"
echo ""
echo "More on singularity tutorials: https://www.sylabs.io/docs/"
echo "More on directly mounting cvmfs instead of downloading: https://github.com/sPHENIX-Collaboration/singularity"
Expand Down

0 comments on commit 5372937

Please sign in to comment.