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

Error on Apple M Series Processors #307

Closed
svchb opened this issue Dec 4, 2023 · 1 comment · Fixed by #308
Closed

Error on Apple M Series Processors #307

svchb opened this issue Dec 4, 2023 · 1 comment · Fixed by #308
Assignees
Labels
bug Something isn't working
Milestone

Comments

@svchb
Copy link
Collaborator

svchb commented Dec 4, 2023

@trixi_timeit timer() "state equation" @threaded for particle in eachparticle(system)
        pressure[particle] = state_equation(particle_density(v, system, particle))
end

Error: Closure is not supported

Removing @threaded fixes this.

@svchb svchb added the bug Something isn't working label Dec 4, 2023
@svchb svchb added this to the 0.1 milestone Dec 4, 2023
@efaulhaber
Copy link
Member

This is JuliaSIMD/Polyester.jl#88.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants