Skip to content

Rebuild issues on Linux #16524

Dec 17, 2020 · 2 comments · 5 replies
Discussion options

You must be logged in to vote

You don't need to clone a fresh copy of moose in order to do a general clean.

To clean MOOSE, first make sure you stash or commit any work you might have in the moose directory tree as the next command would remove those if you don't. Then run:

git clean -xfd

in the moose directory. This will clean up libraries, test output, and other miscellaneous objects used during building. After that, I would clean out the libmesh submodule. Perform these commands within your moose directory:

git submodule deinit -f libmesh
git submodule update --init --recursive libmesh

This will clear out the libmesh directory and pull a fresh copy of the submodule. You can do the same thing with petsc (just switc…

Replies: 2 comments 5 replies

Comment options

You must be logged in to vote
1 reply
@dealmeidavf
Comment options

Comment options

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

@dealmeidavf
Comment options

@cticenhour
Comment options

@dealmeidavf
Comment options

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