Installing HPC Version in a Singularity Container #26067
Unanswered
marinsiebert
asked this question in
Q&A Getting Started
Replies: 2 comments 2 replies
-
This is the terminal output during the installation process until the first error regarding some issue with fortran-compiler. This was the point where I switched to using the build-essential gcc version as I was unable to fix the error. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hello everyone,
i want to use the MOOSEFRAMEWORK on a HPC-Cluster which doesn't have the python development libraries installed and is not planning on doing so. I have currently a functioning version running with the conda environment, however in the installation guide it says that the HPC installation will perform better.
The HPC support refers me to using a singularity container, install the required packages there and use that to run the desired software.
However, I am not able to run the tests in the container after sucessfully compiling, as following traceback is produced (seems to have to do with python multiprocessing):
Is there a known quick and easy way around this or is this to singularity-specific to be solved here?
Beta Was this translation helpful? Give feedback.
All reactions