Trouble building Libmesh on HPC system, VectorSetAction is used but never defined. #20733
-
|
Hi MOOSE team, I am currently having some issues when trying to get MOOSE installed in my local directory of a HPC system. I am able to build PETSC fine, but when it comes to building libmesh I get a huge array of errors, which are shown in the image below. My currently loaded modules in my HPC environment are cmake-3.19.4-gcc-5-a7pima, git-2.31.0-gcc-5.4.0, python/3.8, gcc/9, openmpi-3.1.3-gcc-7.2.0 , and in my mooseenvironment script I have these variables exported. CC=mpicc This may well be question to ask to people on the HPC side of things, but thought I would ask in case it is something you can help with, if there's any more information I can provide to help just let me know. |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 3 replies
-
|
Hello Do you have mpich or mvapich available on this machine? We work routinely with those. Guillaume |
Beta Was this translation helpful? Give feedback.

Hello
Do you have mpich or mvapich available on this machine? We work routinely with those.
The openmpi module is consistent with gcc 9 right? What does
mpicc --versionreturns?For future reference we prefer you copy paste text in triple quotes over screenshots.
Guillaume