Timo Heister

Results 351 comments of Timo Heister

Can you try again? The current version works correctly for me.

What did you change?

Please use the master branch of candi (git checkout master) for now. It contains a fix for this. Also see https://github.com/dealii/dealii/wiki/Apple-ARM-M1-OSX On Wed, Mar 16, 2022 at 1:44 PM Saeed...

Current GCC does not work on M1 hardware for large c++ codebases. Please use clang as described in https://github.com/dealii/dealii/wiki/Apple-ARM-M1-OSX

> the apple clang installed on my machine has version 13.1.6. Clang 13 supports c++ 14. I probably did something incorrectly during configuration. Can you post the whole text output...

Try to not set any of the ENV variables and try again.

Here is another link to someone with this issue: https://community.geodynamics.org/t/local-install-error-loading-libsymengine/2310

What kind of system are you on? ARM or x64? What are your compilers ``mpicxx -v``, ``mpicc -v``? How are you running candi?

Can you use the updated instructions at https://github.com/dealii/dealii/wiki/Apple-ARM-M1-OSX (see the ``brew install --cc=clang ...`` line)? You probably need to start over (not sure how to delete all brew packages)