Changes between Version 2 and Version 3 of cypress/glibc-version-problems
- Timestamp:
- 06/09/23 13:51:44 (18 months ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
cypress/glibc-version-problems
v2 v3 69 69 singularity exec $SingularityImageDir/rockylinux-9.2.sif gcc --version 70 70 }}} 71 The example above runs gcc --version on RockyLinux. Submitting job is the same as you usually do. (See [https://wiki.hpc.tulane.edu/trac/wiki/cypress/using#IntroductiontoManagedClusterComputing here].)71 The example above runs gcc --version on '''Rockylinux 9.2'''. Submitting job is the same as you usually do. (See [https://wiki.hpc.tulane.edu/trac/wiki/cypress/using#IntroductiontoManagedClusterComputing here].) 72 72 When the job is finished, the log file should contain the output from gcc --version command, which will be: 73 73 {{{