Unable to compile PETSc with Mumps #16441
-
Reposting this. I was recently updating PETSc using the update_and_rebuild_petsc.sh script. However, this failed at Mumps with the below error: In addition, please find attached the configure.log file. It appears that the directory path for Mumps has not been created although I am not sure the reason for this. It should be noted that if I exclude mumps, PETSc compiles fine. Thanks for your help. Kind regards, |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 2 replies
-
New complied MUMPS conflict with Conda carried MUMPS. There are two options for you:
or
For conda users, we suggest taking option 1. |
Beta Was this translation helpful? Give feedback.
New complied MUMPS conflict with Conda carried MUMPS. There are two options for you:
conda update --all
or
conda create --name newmoose moose-mpich moose-tools
. In this new environment, you can then useupdate_and_rebuild_petsc.sh
. After you build PETSc, and you need to build libMesh.For conda users, we suggest taking option 1.