MPI error building libmesh #26538
-
This question is related to discussion #18008. Building libmesh I get the following error:
I have I can successfully build libmesh with the The output of printenv is
This is me playing around at home and partially to keep track of my thoughts, not an urgent support request. |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 17 replies
-
Can you run the diagnostic script and report those results? cd /home/adriaan/Source/moose/scripts
./diagnostics.sh |
Beta Was this translation helpful? Give feedback.
Got the system OpenMPI to compile! The answer was in the output from the libmesh build script:
My
mpi.h
is at/usr/include/mpi.h
, which was not checked. Simply adding--with-mpi-include=/usr/include
let moose compile!