configure error for submodule libmesh with external petsc on cluster #21214
-
Hi, I am trying to configure the submodule libmesh inside moose with an external PETSc on cluster. The external PETSc was successfully installed and passed all test provided by PETSc. I have specified the correct PETSC_DIR when running
The details related to PETSc not found in (There are other
|
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 7 replies
-
Can you attach the Also, can you provide the results of an ldd $PETSC_DIR/lib/libpetsc.so |
Beta Was this translation helpful? Give feedback.
Can you attach the
libmesh_diagnostic.log
which should reside inmoose/scripts
? It contains additional information that might help shed some light on the issue. If that file does not exist, please re-runmoose/scripts/update_and_rebuild_libmesh.sh
using the same environment you plan on having it succeed in.Also, can you provide the results of an
ldd
on a PETSc library you are using (this will help us understand what compiler was being used to build):ldd $PETSC_DIR/lib/libpetsc.so