Changes between Version 3 and Version 4 of cypress/glibc-version-problems
- Timestamp:
- 09/18/2026 10:12:12 AM (45 hours ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
cypress/glibc-version-problems
v3 v4 28 28 Setup the environmental variables 29 29 {{{ 30 source /lustre/project/singularity_images/setup_cypress.sh30 source $SingularityImageDir/setup_cypress.sh 31 31 }}} 32 32 Run bash shell in Rockylinux Images, 33 33 {{{ 34 singularity shell -s /bin/bash /lustre/project/singularity_images/rockylinux-9.2.sif34 singularity shell -s /bin/bash $SingularityImageDir/rockylinux-9.2.sif 35 35 }}} 36 36 You will get a command line prompt. Now the glibc version is '''2.34'''. … … 63 63 64 64 # Setup the environmental variables 65 SingularityImageDir=/lustre/project/singularity_images66 65 source $SingularityImageDir/setup_cypress.sh 67 66
