MPICH and Slurm job allocation #19988
-
|
Hi, I want to first thank the MOOSE team for making the installation so easy to perform through mamba. However, I am facing the issue of not being able to run the jobs with the Slurm workload manager. I receive an error that is as follows: "Error: node list format not recognized. Try using '-hosts=' ". The culprit is the 3.3.2 version of MPICH used in the environment packaged in moose-tools. To better understand the issue at hand, I ask the reader to follow this link https://lists.mpich.org/pipermail/discuss/2019-December/005835.html . I request the MOOSE community to provide answers to the following questions:
Thanks, |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 2 replies
-
|
Hello The workflow for installing moose on computing clusters does not use mamba, it's detailed here: https://mooseframework.inl.gov/getting_started/installation/hpc_install_moose.html
Guillaume |
Beta Was this translation helpful? Give feedback.
Hello
The workflow for installing moose on computing clusters does not use mamba, it's detailed here: https://mooseframework.inl.gov/getting_started/installation/hpc_install_moose.html
The idea is that a custom install will make use of optimized compilers on your cluster, which the mamba install cannot do.
Guillaume