Skip to content

Commit 584ff76

Browse files
committed
oshmem: introduced the definition SHMEM_ALLTOALLS_SYNC_SIZE
In accordance with the OSHMEM spec, this definition must be included in the code. Signed-off-by: Boris Karasev <[email protected]>
1 parent b3558f2 commit 584ff76

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

oshmem/include/shmem.h.in

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -118,6 +118,7 @@ enum shmem_wait_ops {
118118
#define _SHMEM_COLLECT_SYNC_SIZE (1 + _SHMEM_BCAST_SYNC_SIZE)
119119
#define _SHMEM_REDUCE_SYNC_SIZE (1 + _SHMEM_BCAST_SYNC_SIZE)
120120
#define _SHMEM_ALLTOALL_SYNC_SIZE (1)
121+
#define _SHMEM_ALLTOALLS_SYNC_SIZE (1)
121122
#define _SHMEM_REDUCE_MIN_WRKDATA_SIZE (1)
122123
#define _SHMEM_SYNC_VALUE (-1)
123124

@@ -126,6 +127,7 @@ enum shmem_wait_ops {
126127
#define SHMEM_COLLECT_SYNC_SIZE _SHMEM_COLLECT_SYNC_SIZE
127128
#define SHMEM_REDUCE_SYNC_SIZE _SHMEM_REDUCE_SYNC_SIZE
128129
#define SHMEM_ALLTOALL_SYNC_SIZE _SHMEM_ALLTOALL_SYNC_SIZE
130+
#define SHMEM_ALLTOALLS_SYNC_SIZE _SHMEM_ALLTOALLS_SYNC_SIZE
129131
#define SHMEM_REDUCE_MIN_WRKDATA_SIZE _SHMEM_REDUCE_MIN_WRKDATA_SIZE
130132
#define SHMEM_SYNC_VALUE _SHMEM_SYNC_VALUE
131133

0 commit comments

Comments
 (0)