moose on hpc cluster #16347
-
Hi Everyone, I am trying to install moose on psc cluster following this instruction: I have completed petsc and libmesh compilations, but when I do make in test folder I get errors complaining about finding petsc: Do you have any suggestion? Thanks a lot, |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
Assuming you have compiled PETSc properly. Can you check the configure log of libMesh carefully to see if it detected PETSc? You may compiled libMesh without PETSc. If that is the case, you may try telling libMesh configure where and which PETSc to use with something like |
Beta Was this translation helpful? Give feedback.
Assuming you have compiled PETSc properly. Can you check the configure log of libMesh carefully to see if it detected PETSc? You may compiled libMesh without PETSc. If that is the case, you may try telling libMesh configure where and which PETSc to use with something like
PETSC_DIR=[you petsc directory here] PETSC_ARCH=[the petsc build, could be something like arch-moose] ./scripts/update_and_rebuild_libmesh.sh
.