We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 987a75a + 8175b9d commit ac8c019Copy full SHA for ac8c019
oshmem/include/shmem.h.in
@@ -43,7 +43,6 @@
43
#endif
44
45
#include <shmem-compat.h>
46
-#include <shmemx.h>
47
48
#if defined(c_plusplus) || defined(__cplusplus)
49
extern "C" {
oshmem/include/shmemx.h
@@ -12,6 +12,8 @@
12
#ifndef OSHMEM_SHMEMX_H
13
#define OSHMEM_SHMEMX_H
14
15
+#include <shmem.h>
16
+
17
18
19
0 commit comments