Skip to content
Snippets Groups Projects
Commit 0714ed12 authored by Martin Schroschk's avatar Martin Schroschk
Browse files

Fix according to Danny

parent e1a87642
No related branches found
No related tags found
2 merge requests!938Automated merge from preview to main,!936Update to Five-Cluster-Operation
...@@ -351,9 +351,12 @@ One common use-case for containers is that you need an operating system with a n ...@@ -351,9 +351,12 @@ One common use-case for containers is that you need an operating system with a n
[glibc](https://www.gnu.org/software/libc/) version than what is available on ZIH systems. E.g., the [glibc](https://www.gnu.org/software/libc/) version than what is available on ZIH systems. E.g., the
bullx Linux on ZIH systems used to be based on RHEL 6 having a rather dated glibc version 2.12, some bullx Linux on ZIH systems used to be based on RHEL 6 having a rather dated glibc version 2.12, some
binary-distributed applications didn't work on that anymore. You can use one of our pre-made CentOS binary-distributed applications didn't work on that anymore. You can use one of our pre-made CentOS
7 container images (`/data/horse/singularity/centos7.img`) to circumvent this problem. Example: 7 container images (`/data/horse/lustre/scratch2/singularity/centos7.img`) to circumvent this
problem.
```console !!! example
marie@compute$ singularity exec /data/horse/singularity/centos7.img ldd --version
ldd (GNU libc) 2.17 ```console
marie@compute$ singularity exec /data/horse/lustre/scratch2/singularity/centos7.img ldd --version
ldd (GNU libc) 2.17
``` ```
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment