bhelfer / RustBCL

BCL in Rust
BSD 3-Clause "New" or "Revised" License
7 stars 0 forks source link

shmem_barrier_all() not working #1

Open SKYSCRAPERS1999 opened 5 years ago

SKYSCRAPERS1999 commented 5 years ago

Jack said he was in problems of letting shmem_barrier_all() work in his global_ptr. In fact, I also found problems when using it for C++. The problematic program is as followed:

Screen Shot 2019-04-15 at 19 49 00
SKYSCRAPERS1999 commented 5 years ago

Try shmem_sync_all(), also do not work.