Error when building moose on the INL HPC #26011
-
Hi Recently I was no longer able to run my application on INL HPC, I think they updated some compilers or so. I attempt to rebuild moose again but got errors. I tried to update petsc, libmesh through running
I tried again to update mamba, but I am still getting the following error.
|
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 10 replies
-
I think you need to clean your MOOSE repo, and then try to build again: cd /home/elmeabde/sawtooth1/projects/moose
# The following commands will delete any untracked files/changes.
git clean -xfd; git submodule foreach --recursive git clean -xfd And then attempt to rebuild. As for your attempt at updating Mamba, you cannot. You are using a Conda instance provided to you by Sawtooth (not owned by you). That Conda instance is up to date as well (I maintain it). |
Beta Was this translation helpful? Give feedback.
I think you need to clean your MOOSE repo, and then try to build again:
And then attempt to rebuild.
As for your attempt at updating Mamba, you cannot. You are using a Conda instance provided to you by Sawtooth (not owned by you). That Conda instance is up to date as well (I maintain it).