File tree Expand file tree Collapse file tree 1 file changed +1
-26
lines changed Expand file tree Collapse file tree 1 file changed +1
-26
lines changed Original file line number Diff line number Diff line change 14
14
#ifndef PSHMEM_SHMEM_H
15
15
#define PSHMEM_SHMEM_H
16
16
17
-
18
- #include < stddef.h> /* include for ptrdiff_t */
19
- #include < stdint.h> /* include for fixed width types */
20
- #if defined(c_plusplus) || defined(__cplusplus)
21
- # include < complex>
22
- # define OSHMEM_COMPLEX_TYPE (type ) std::complex<type>
23
- #else
24
- # include < complex.h>
25
- # define OSHMEM_COMPLEX_TYPE (type ) type complex
26
- #endif
27
-
28
-
29
- #ifndef OSHMEM_DECLSPEC
30
- # if defined(OPAL_C_HAVE_VISIBILITY) && (OPAL_C_HAVE_VISIBILITY == 1)
31
- # define OSHMEM_DECLSPEC __attribute__ ((visibility(" default" )))
32
- # else
33
- # define OSHMEM_DECLSPEC
34
- # endif
35
- #endif
36
-
37
- #if defined(__STDC_VERSION__) && (__STDC_VERSION__ >= 201112L)
38
- #define OSHMEMP_HAVE_C11 1
39
- #else
40
- #define OSHMEMP_HAVE_C11 0
41
- #endif
42
-
17
+ #include <shmem.h>
43
18
#include <pshmemx.h>
44
19
45
20
#if defined(c_plusplus ) || defined(__cplusplus )
You can’t perform that action at this time.
0 commit comments