-
-
Notifications
You must be signed in to change notification settings - Fork 3
Description
probably the error is for the version mismatch but for sure larsoft expert knows better. you can follow the youtube tutorial https://www.youtube.com/watch?v=0IQL7PmnWBo (note that this tutorial before the AL9) then executed the command to make the the script executable:
chmod +x newDevMay2021Tutorial.sh
then you can use
/cvmfs/oasis.opensciencegrid.org/mis/apptainer/current/bin/apptainer shell --shell=/bin/bash -B /cvmfs,/exp,/nashome,/pnfs/dune,/opt,/run/user,/etc/hostname,/etc/hosts,/etc/krb5.conf --ipc --pid /cvmfs/singularity.opensciencegrid.org/fermilab/fnal-dev-sl7:latest
export UPS_OVERRIDE="-H Linux64bit+3.10-2.17"
source /cvmfs/dune.opensciencegrid.org/products/dune/setup_dune.sh
setup dunesw v09_72_01d00 -q e20:prof
then:
Apptainer> ./newDevMay2021Tutorial.sh
you should not have an error to execute the newDev script:
maybe you can try with all of this for your case.
also, you can do the steps in dunebuild02. But you should have to remove /pnfs/dune in /cvmfs/oasis.opensciencegrid.org/mis/apptainer/current/bin/apptainer shell --shell=/bin/bash -B /cvmfs,/exp,/nashome,/pnfs/dune,/opt,/run/user,/etc/hostname,/etc/hosts,/etc/krb5.conf --ipc --pid because you should expect an error in build02 with skipping mount of /pnfs/dune: stat /pnfs/dune: no such file or directory At the end of this, you should install mrb successfully. (edited)