Skip to content
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

Impossible to run .exe on MacOS Ventura (Apple Silicon) #5

Open
Francyrad opened this issue Feb 6, 2023 · 5 comments
Open

Impossible to run .exe on MacOS Ventura (Apple Silicon) #5

Francyrad opened this issue Feb 6, 2023 · 5 comments

Comments

@Francyrad
Copy link
Collaborator

The code compiles well on MacOS Ventura with Apple Silicon, however the .exe doesn't run (maybe because i'm missing some library that i cannot figure out)

Screenshot 2023-02-06 alle 01 54 05

How can I solve? Thank you for your work

Francesco

@jalombar
Copy link
Owner

jalombar commented Feb 6, 2023 via email

@Francyrad
Copy link
Collaborator Author

Hello Jamie, I'm doing well, Are you all ok?
I copy there the error

francyrad@MacBook-Pro-di-Francesco parallel_bleeding_edge % mpirun starsmasher_cpu
dyld[8935]: dyld cache '(null)' not loaded: syscall to map cache into shared region failed
dyld[8937]: dyld cache '(null)' not loaded: syscall to map cache into shared region failed
dyld[8929]: dyld cache '(null)' not loaded: syscall to map cache into shared region failed
dyld[8927]: dyld cache '(null)' not loaded: syscall to map cache into shared region failed
dyld[8936]: dyld cache '(null)' not loaded: syscall to map cache into shared region failed
dyld[8931]: dyld cache '(null)' not loaded: syscall to map cache into shared region failed
dyld[8930]: dyld cache '(null)' not loaded: syscall to map cache into shared region failed
dyld[8927]: Library not loaded: /usr/lib/libSystem.B.dylib
Referenced from: <390927C0-C704-31F2-81E5-C4980A421AC0> /Users/francyrad/Documents/StarSmasher/Sole/parallel_bleeding_edge/starsmasher_cpu
Reason: tried: '/usr/lib/libSystem.B.dylib' (no such file), '/System/Volumes/Preboot/Cryptexes/OS/usr/lib/libSystem.B.dylib' (no such file), '/usr/lib/libSystem.B.dylib' (no such file, no dyld cache), '/usr/local/lib/libSystem.B.dylib' (no such file)
dyld[8929]: Library not loaded: /usr/lib/libSystem.B.dylib
Referenced from: <390927C0-C704-31F2-81E5-C4980A421AC0> /Users/francyrad/Documents/StarSmasher/Sole/parallel_bleeding_edge/starsmasher_cpu
Reason: tried: '/usr/lib/libSystem.B.dylib' (no such file), '/System/Volumes/Preboot/Cryptexes/OS/usr/lib/libSystem.B.dylib' (no such file), '/usr/lib/libSystem.B.dylib' (no such file, no dyld cache), '/usr/local/lib/libSystem.B.dylib' (no such file)
dyld[8931]: Library not loaded: /usr/lib/libSystem.B.dylib
Referenced from: <390927C0-C704-31F2-81E5-C4980A421AC0> /Users/francyrad/Documents/StarSmasher/Sole/parallel_bleeding_edge/starsmasher_cpu
Reason: tried: '/usr/lib/libSystem.B.dylib' (no such file), '/System/Volumes/Preboot/Cryptexes/OS/usr/lib/libSystem.B.dylib' (no such file), '/usr/lib/libSystem.B.dylib' (no such file, no dyld cache), '/usr/local/lib/libSystem.B.dylib' (no such file)
dyld[8936]: Library not loaded: /usr/lib/libSystem.B.dylib
Referenced from: <390927C0-C704-31F2-81E5-C4980A421AC0> /Users/francyrad/Documents/StarSmasher/Sole/parallel_bleeding_edge/starsmasher_cpu
Reason: tried: '/usr/lib/libSystem.B.dylib' (no such file), '/System/Volumes/Preboot/Cryptexes/OS/usr/lib/libSystem.B.dylib' (no such file), '/usr/lib/libSystem.B.dylib' (no such file, no dyld cache), '/usr/local/lib/libSystem.B.dylib' (no such file)
dyld[8937]: Library not loaded: /usr/lib/libSystem.B.dylib
Referenced from: <390927C0-C704-31F2-81E5-C4980A421AC0> /Users/francyrad/Documents/StarSmasher/Sole/parallel_bleeding_edge/starsmasher_cpu
Reason: tried: '/usr/lib/libSystem.B.dylib' (no such file), '/System/Volumes/Preboot/Cryptexes/OS/usr/lib/libSystem.B.dylib' (no such file), '/usr/lib/libSystem.B.dylib' (no such file, no dyld cache), '/usr/local/lib/libSystem.B.dylib' (no such file)
dyld[8935]: Library not loaded: /usr/lib/libSystem.B.dylib
Referenced from: <390927C0-C704-31F2-81E5-C4980A421AC0> /Users/francyrad/Documents/StarSmasher/Sole/parallel_bleeding_edge/starsmasher_cpu
Reason: tried: '/usr/lib/libSystem.B.dylib' (no such file), '/System/Volumes/Preboot/Cryptexes/OS/usr/lib/libSystem.B.dylib' (no such file), '/usr/lib/libSystem.B.dylib' (no such file, no dyld cache), '/usr/local/lib/libSystem.B.dylib' (no such file)
dyld[8930]: Library not loaded: /usr/lib/libSystem.B.dylib
Referenced from: <390927C0-C704-31F2-81E5-C4980A421AC0> /Users/francyrad/Documents/StarSmasher/Sole/parallel_bleeding_edge/starsmasher_cpu
Reason: tried: '/usr/lib/libSystem.B.dylib' (no such file), '/System/Volumes/Preboot/Cryptexes/OS/usr/lib/libSystem.B.dylib' (no such file), '/usr/lib/libSystem.B.dylib' (no such file, no dyld cache), '/usr/local/lib/libSystem.B.dylib' (no such file)

Primary job terminated normally, but 1 process returned
a non-zero exit code. Per user-direction, the job has been aborted.


mpirun noticed that process rank 9 with PID 0 on node MacBook-Pro-di-Francesco exited on signal 6 (Abort trap: 6).

Best regards

@jalombar
Copy link
Owner

jalombar commented Feb 6, 2023 via email

@Francyrad
Copy link
Collaborator Author

I searched for the file and it doesn't exist anywhere, I can't even edit the folder where it should be (that exist). The solution of the problem would be to install the correct library. The point is, which library do I have to install? I searched for the problem on the web, but the answer is just to update the libraries, which I did, not nothing. The only thing that I can suppose is that I'm missing the correct one.
Thank you for your time and your answers

Francesco

@jalombar
Copy link
Owner

jalombar commented Feb 6, 2023 via email

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

No branches or pull requests

2 participants