Skip to content

Commit a00641c

Browse files
committed
OSHMPI: Update after upstream addition of v1.5 routines
1 parent 0f21f5c commit a00641c

File tree

1 file changed

+19
-0
lines changed

1 file changed

+19
-0
lines changed

src/libshmem/config/oshmpi.h

+19
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,25 @@
11
#ifndef PySHMEM_CONFIG_OSHMPI_H
22
#define PySHMEM_CONFIG_OSHMPI_H
33

4+
#define PySHMEM_HAVE_shmem_malloc_with_hints 1
45
#define PySHMEM_HAVE_shmem_team_t 1
6+
#define PySHMEM_HAVE_SHMEM_CTX_INVALID 1
7+
#define PySHMEM_HAVE_shmem_amo_nbi 1
8+
#define PySHMEM_HAVE_shmem_put_signal 1
9+
#define PySHMEM_HAVE_shmem_signal_fetch 1
10+
#define PySHMEM_HAVE_shmem_signal_wait_until 1
11+
#define PySHMEM_HAVE_shmem_broadcast 1
12+
#define PySHMEM_HAVE_shmem_collect 1
13+
#define PySHMEM_HAVE_shmem_fcollect 1
14+
#define PySHMEM_HAVE_shmem_alltoall 1
15+
#define PySHMEM_HAVE_shmem_alltoalls 1
16+
#define PySHMEM_HAVE_shmem_broadcastmem 1
17+
#define PySHMEM_HAVE_shmem_collectmem 1
18+
#define PySHMEM_HAVE_shmem_fcollectmem 1
19+
#define PySHMEM_HAVE_shmem_alltoallmem 1
20+
#define PySHMEM_HAVE_shmem_alltoallsmem 1
21+
#define PySHMEM_HAVE_shmem_reduce 1
22+
#define PySHMEM_HAVE_shmem_wait_test_many 1
23+
/*#define PySHMEM_HAVE_shmem_pcontrol 1*/
524

625
#endif

0 commit comments

Comments
 (0)