Issue getting started with MOOSE #26188
Unanswered
CM518
asked this question in
Q&A Getting Started
Replies: 1 comment 2 replies
-
Hello Are you following these instructions? What is the exact error for the rebuild_petsc? There should be more context Guillaume |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi,
I am using the INL HPC and am struggling to get MOOSE working.
When trying to build MOOSE using
make -j 6
in /projects/moose/test I get the error “PETSc was configured with MPICH but now appears to be compiling using a non-MPICH mpi.h”.I have tried following troubleshooting and making sure the Conda environment is active and up to date, with the latest version of the moose packages but to no avail.
I have also tried
./update_and_rebuild_petsc.sh
in /projects/moose/scripts and this returns the error “Error configuring SUPERLU_DIST with CMake”.I have looked at discussions around these topics but unfortunately none have solved my issue.
Any help would be appreciated, thank you in advance.
Beta Was this translation helpful? Give feedback.
All reactions