Skip to content

MOOSE Compile Problem #17127

Feb 24, 2021 · 1 comments · 27 replies
Discussion options

You must be logged in to vote

This is probably due to an old copy of libmesh, caused by a failure of conda to update past a certain version.

What is the version number for moose-libmesh when you perform the command conda list? If that version number leads with 2020.12.xx then we need to force the update to the newest version. In your moose environment, run the command conda install moose-libmesh=2021.02.15 which will force an update to the newest version of libmesh. Then perform a clean (make clobberall) and try to make again.

TL;DR on the thread below:

This ended up being three main things...
(1) An out-of-date moose-libmesh package causing the original compile issue
(2) An out-of-date conda channel (https://moosefra…

Replies: 1 comment 27 replies

Comment options

You must be logged in to vote
27 replies
@cticenhour
Comment options

@joe61vette
Comment options

@joe61vette
Comment options

@cticenhour
Comment options

@joe61vette
Comment options

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