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

SharedArrays does not work on (native) Apple Silicon #43464

Closed
massimilianofurlan opened this issue Dec 18, 2021 · 2 comments
Closed

SharedArrays does not work on (native) Apple Silicon #43464

massimilianofurlan opened this issue Dec 18, 2021 · 2 comments

Comments

@massimilianofurlan
Copy link

Julia Version 1.7.0 (2021-11-30) for ARM
2021 MacBook Pro (M1 Pro)

Running

using SharedArrays
arr = SharedArray{Tuple{Int64,Int64}}(2)

results in

System max size of single shmem segment(MB) : 4
System max size of all shmem segments(MB) : 16
Requested size(MB) : 0
Please ensure requested size is within system limits.
If not, increase system limits and try again.
ERROR: SystemError: shm_open() failed for /jl005263QYtt4T0wCXAsXvchp9kI: Permission denied

The same code works under Rosetta2

@vchuravy
Copy link
Member

I think @staticfloat is working on a fix for that bca1504

@KristofferC
Copy link
Member

Closed by #43516

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

3 participants