Compilation Error when trying to build Moltres on my Ubuntu system #280
Unanswered
hityyds
asked this question in
Q&A Getting started
Replies: 1 comment 1 reply
-
We're currently facing some compatibility issues with the latest MOOSE environment. I recommend using moose-dev=2024.03.05 with the current master branch or moose-dev=2024.07.19 with the MOOSE version in PR #279. |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hello everyone,
I'm encountering a compilation error when trying to build Moltres on my Ubuntu system. The error seems to be related to the
PetscErrorCode
type, where the code uses anint
type instead of the expectedPetscErrorCode
type. Here is a snippet of the error message I’m receiving:Additionally, when I started compiling, the system gave the following prompt:
I have already installed the MOOSE Conda environment:
Does anyone know how to solve this? I noticed that the master branch hasn’t been updated in six months. Could this be causing incompatibility issues with the latest MOOSE version? Any advice or insights would be greatly appreciated. Thank you in advance!
Beta Was this translation helpful? Give feedback.
All reactions