Skip to content
Discussion options

You must be logged in to vote

We would prefer you stay as up-to-date as possible :)

In that case:

cd ~/projects/moose
git fetch origin
git pull

should bring you in-line with what you have for your Conda environment. Afterwards, you'll want to clean out the failed previous build, and start anew:

cd ~/projects/moese
git clean -xfd     # save any uncommitted work. 
                   # But it sounds like you won't have any
cd test
make -j 6

FYI, the Conda packages and your MOOSE repository hold a very tight bond on where they need to be. Basically, when you update one, you should update the other... What I mean by that, is when ever you:

mamba update --all   # or mamba update moose-dev

you should also:

git fetch origin
g…

Replies: 1 comment 11 replies

Comment options

You must be logged in to vote
11 replies
@milljm
Comment options

@Wang-Yihu
Comment options

@Wang-Yihu
Comment options

@milljm
Comment options

Answer selected by Wang-Yihu
@milljm
Comment options

@Wang-Yihu
Comment options

@Wang-Yihu
Comment options

@milljm
Comment options

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
2 participants