Open SKYSCRAPERS1999 opened 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:
shmem_barrier_all()
global_ptr
Try shmem_sync_all(), also do not work.
shmem_sync_all()
Jack said he was in problems of letting
shmem_barrier_all()
work in hisglobal_ptr
. In fact, I also found problems when using it for C++. The problematic program is as followed: