MOOSE installation issue on Mac with apple silicon processors #26013
Answered
by
milljm
yixishen
asked this question in
Q&A Getting Started
-
I am trying to install MOOSE today on an M3 pro chip MacBook Pro today with Conda MOOSE Environment. The moose version I install today is 2023.11.06. There is no issue come out until I test it, the first error is :
Any suggestions ? Thanks |
Beta Was this translation helpful? Give feedback.
Answered by
milljm
Nov 9, 2023
Replies: 1 comment 3 replies
-
What happens when you attempt to run that manually? cd /Users/yixishen/projects/moose/test/tests/samplers/distribute
mpiexec -n 1 /Users/yixishen/projects/moose/test/moose_test-opt -i distribute.i Outputs/file_base=distribute_1 Postprocessors/test/test_type=getGlobalSamples Samplers/sampler/num_rows=1 |
Beta Was this translation helpful? Give feedback.
3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
This is strange... this means you should have received quite a few failures when running all the tests. Or perhaps the tests were running, and you switched from a wired network to a wireless one mid-testing?
Regardless, the fix is a simple one; you need to add your hostname to your
/etc/hosts
file. Information on how to properly do that is located here: https://mooseframework.inl.gov/help/troubleshooting.html#condaissues (look forgethostbyname
on that page).