Changes between Version 2 and Version 3 of cypress/glibc-version-problems


Ignore:
Timestamp:
06/09/23 13:51:44 (11 months ago)
Author:
fuji
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • cypress/glibc-version-problems

    v2 v3  
    6969singularity exec $SingularityImageDir/rockylinux-9.2.sif gcc --version
    7070}}}
    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].)
     71The 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].)
    7272When the job is finished, the log file should contain the output from gcc --version command, which will be:
    7373{{{