MOOSE Compile Problem #17127
-
Hello: this is a first. I have never had MOOSE fail to compile before. System is a MacBook Pro running 10.14.6 First, I updated my moose environment via conda. I cloned moose into ~/projects/moose I only needed the NS app, so: (moose) joe$ cd /Users/joe/projects/moose/modules/navier_stokes It ran for a while but then I get an error: In file included from /Users/joe/projects/moose/framework/build/unity_src/mesh_Unity.C:9:
|
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 27 replies
-
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 TL;DR on the thread below:This ended up being three main things... As a general reminder to all users - do not use |
Beta Was this translation helpful? Give feedback.
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 commandconda list
? If that version number leads with2020.12.xx
then we need to force the update to the newest version. In your moose environment, run the commandconda 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 tomake
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…