libmesh build error on INL cluster #20051
-
|
Hi, I am a LANL-postdoc developing surrogate models in MOOSE (working with Laurent Capolungo, Topher Matthews and Andrea Rovinelli). I am relatively new to working with MOOSE on the INL cluster and experiencing problems installing libmesh on the INL cluster (sawtooth) through update_and_rebuild_libmesh.sh. I have just cloned MOOSE, compiled PETSC successfully (update_and_rebuild_petsc.sh), and get an error during libmesh build (see first few lines of error copied below). How can I resolve this to compile libmesh? Warm regards, ../src/base/libmesh.C: In constructor 'libMesh::LibMeshInit::LibMeshInit(int, const char* const*, TIMPI::communicator, int)': |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 6 replies
-
|
Hello Which modules did you load for compilers? Especially for MPI Guillaume |
Beta Was this translation helpful? Give feedback.
Hello
Which modules did you load for compilers? Especially for MPI
For next time, there's a pre-built PETSC module you can load on hpc, saves one step.
Guillaume