You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In the spirit of OpenMP's #pragma omp barrier and MPI.Barrier() it would be nice to have a barrier for shared-memory parallelism in Julia. Taka has worked on this it seems (https://github.com/JuliaConcurrent/SyncBarriers.jl). Does this still work? Can we / do we want to integrate some of it into OhMyThreads.jl?
The text was updated successfully, but these errors were encountered:
This is also somewhat related to #73 (and the PR #93) because OMP has implicit barriers at the end of single/critical regions (IIRC) with an opt-out option nowait.
In the spirit of OpenMP's
#pragma omp barrier
andMPI.Barrier()
it would be nice to have a barrier for shared-memory parallelism in Julia. Taka has worked on this it seems (https://github.com/JuliaConcurrent/SyncBarriers.jl). Does this still work? Can we / do we want to integrate some of it into OhMyThreads.jl?The text was updated successfully, but these errors were encountered: