'How to crate conda environment with GLIBC > 2.12 in HPC
I am working within HPC where I have no root privileges. The latest version of GLIBC in the HPC is 2.12 where for many applications GLIBC>2.14 is required. I need to install an application that works within a conda environment and require GLIBC>2.12. Is there a way to install GLIBC>2.12 within conda environment (using environment.yml) that will make GLIBC available to the apps installed in this environment? I installed libc2.17 into the environment using:
conda install -c fridh glibc
while the conda environment was activated, but is resulted in:
Segmentation fault
while trying to run the application.
Thank you.
Sources
This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.
Source: Stack Overflow
| Solution | Source |
|---|
