-
Notifications
You must be signed in to change notification settings - Fork 41
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
MUSIC on ARM #78
Comments
There shouldn't be any architecture-dependent code in MUSIC, so this is likely due to which compiler has been invoked. Could it be that there exists some cross-compiler on your system which does not produce code for the right architecture? Note also that there exists more than one arm architecture. You could use the environment variables MPI_CXX etc as described in README to explicitly tell the configure script what compiler and flags to use. |
Thank you! This helped! |
OK, so you got it working? Can I close this issue? |
Yes thank you!
… Am 18.12.2023 um 00:15 schrieb mdjurfeldt ***@***.***>:
OK, so you got it working? Can I close this issue?
—
Reply to this email directly, view it on GitHub <#78 (comment)>, or unsubscribe <https://github.com/notifications/unsubscribe-auth/AY5JO2KSBWTKZAYWH57QLW3YJ54IVAVCNFSM6AAAAABAXVIPMGVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMYTQNJZGMYTQNJXGE>.
You are receiving this because you authored the thread.
|
I tried installing MUSIC on apple M1 Arm. I have problems in the make process, especially linking problems. Does anybody know whether it is possible to install MUSIC on Arm?
this is the error at the end of the "make" process:
...
ld: symbol(s) not found for architecture arm64
clang: error: linker command failed with exit code 1 (use -v to see invocation)
make[2]: *** [music] Error 1
make[1]: *** [all-recursive] Error 1
make: *** [all] Error 2
The text was updated successfully, but these errors were encountered: