Skip to content

New user having issues rebuilding libmesh #28589

Discussion options

You must be logged in to vote

Out of curiosity, what instructions were you following? I'd like to understand if we led you astray somehow!

If you are not against installing the MOOSE Conda packages, this all becomes much simpler:

conda create -n moose moose-dev mpich
conda activate moose
cd ~/projects/moose

# Lets clean out all previous failed builds for good measure
git clean -Xfd; git submodule foreach --recursive git clean -Xfd

cd test
make -j 6
./run_tests -j 6

(6, or however many CPU cores you have). No need to build PETSc, libMesh, or WASP (our packages supply these pre-built).

Replies: 1 comment 19 replies

Comment options

You must be logged in to vote
19 replies
@milljm
Comment options

@ParadoxPrism117
Comment options

@GiudGiud
Comment options

@milljm
Comment options

Answer selected by ParadoxPrism117
@ParadoxPrism117
Comment options

@ParadoxPrism117
Comment options

@GiudGiud
Comment options

@ParadoxPrism117
Comment options

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
4 participants