Apple Silicon Compatibility Question #20811
-
|
I am in the process of spec'ing a mac for running moose simulations. I am wondering if there are any compatibility issues or caveats with apple silicon (M1) chips that I should understand or be aware of? My simulations are not particularly taxing - primarily 1D coupled diffusion processes. Thanks in advance! |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 5 replies
-
|
I believe this PR may detail the caveats: #20349. For which the results of this PR can be found here: https://civet.inl.gov/job/1017127/ For the most part, Apple Silicon is working, for solving finite element problems using MOOSE. Some of the more 'pretty' features are not at the moment. Such as using the MOOSE GUI; Peacock. Peacock requires Qt. Qt at the moment is not officially supported on ARM (ref: https://www.qt.io/blog/qt-on-apple-silicon). And therefore not available in Conda-Forge. |
Beta Was this translation helpful? Give feedback.
I believe this PR may detail the caveats: #20349. For which the results of this PR can be found here: https://civet.inl.gov/job/1017127/
For the most part, Apple Silicon is working, for solving finite element problems using MOOSE. Some of the more 'pretty' features are not at the moment. Such as using the MOOSE GUI; Peacock. Peacock requires Qt. Qt at the moment is not officially supported on ARM (ref: https://www.qt.io/blog/qt-on-apple-silicon). And therefore not available in Conda-Forge.