Closed irenedutta23 closed 3 years ago
if one adds -B /usr
to the singularity exec/run command it functions
-bash-4.2$ singularity shell -B /usr -B /etc/grid-security/letsencrypt -B /data -B /imdata -B /mnt/hadoop -B /storage -B /cvmfs --nv /storage/group/gpu/software/singularity/ibanks/edge.simg
WARNING: underlay of /etc/grid-security/letsencrypt required more than 50 (124) bind mounts
Singularity> source /cvmfs/cms.cern.ch/cmsset_default.sh
Singularity> cmsrel CMSSW_10_2_8
WARNING: Release CMSSW_10_2_8 is not available for architecture slc7_amd64_gcc820.
Developer's area is created for available architecture slc7_amd64_gcc700.
WARNING: Developer's area is created for non-production architecture slc7_amd64_gcc700. Production architecture for this release is slc6_amd64_gcc700.
Singularity>
I have to figure out what should the perl5 installation be in the singularity image to have the same version as the node. @juztas any hint ?
installing perl-Data-Dumper seems to be doing the trick, will update the edge image accordingly.
fixed with 20f1b5f9b01a145c96b1b5e400e7890c619b1258
I was trying to run CMSSW with the
edge
image, but it gives the following error: