Skip to content
Discussion options

You must be logged in to vote

Part of the issue is, that you have install moose-libmesh (as denoted by the environment variable):

LIBMESH_DIR=/home/dcq/mambaforge3/envs/moose/libmesh

Yet you are also trying to install your own via the ./update_and_rebubild_libmesh.sh script. While this should work by completely overwriting what was installed by conda, you should refrain from doing so. I suggest you do the following:

Delete the current 'moose' environment, and start over, and not attempting to run ./update_and_rebuild_libmesh.sh

mamba activate base
mamba env remove -n moose
mamba create -n moose moose-tools moose-libmesh
mamba activate moose
cd ~/projects/moose
git clean -xfd
git submodule foreach --recursive git clea…

Replies: 1 comment 22 replies

Comment options

You must be logged in to vote
22 replies
@echo1115
Comment options

@milljm
Comment options

@echo1115
Comment options

@echo1115
Comment options

@milljm
Comment options

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