Problem with downloaded mumps using update_and_rebuild_petsc.sh #21335
-
|
I'm currently trying to build MOOSE in an ubuntu WSL environment, and am running into issues with the petsc build script. The error I get at the moment is this. I can build MOOSE fine in my actual Linux install, just wsl that is giving me issues at the moment.
I have uploaded the configure.log here. Any help greatly appreciated :) |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
|
Hello In a WSL environment you do not really want to use the manual installation of petsc and libmesh, it's much easier to use the conda build: |
Beta Was this translation helpful? Give feedback.
Hello
In a WSL environment you do not really want to use the manual installation of petsc and libmesh, it's much easier to use the conda build:
https://mooseframework.inl.gov/getting_started/installation/conda.html
btw did you look at the initial instructions for wsl:
https://mooseframework.inl.gov/getting_started/installation/windows10.html
Guillaume