pe 389 opal/mca/pmix/pmix4x/pmix/src/mca/bfrops/base/bfrop_base_copy.c pmix_envar_t *pe, *se; pe 792 opal/mca/pmix/pmix4x/pmix/src/mca/bfrops/base/bfrop_base_copy.c pe = (pmix_envar_t*)p->array; pe 796 opal/mca/pmix/pmix4x/pmix/src/mca/bfrops/base/bfrop_base_copy.c pe[n].envar = strdup(se[n].envar); pe 799 opal/mca/pmix/pmix4x/pmix/src/mca/bfrops/base/bfrop_base_copy.c pe[n].value = strdup(se[n].value); pe 801 opal/mca/pmix/pmix4x/pmix/src/mca/bfrops/base/bfrop_base_copy.c pe[n].separator = se[n].separator; pe 50 oshmem/include/pshmem.h OSHMEM_DECLSPEC int pshmem_pe_accessible(int pe); pe 51 oshmem/include/pshmem.h OSHMEM_DECLSPEC int pshmem_addr_accessible(const void *addr, int pe); pe 65 oshmem/include/pshmem.h OSHMEM_DECLSPEC void *pshmem_ptr(const void *ptr, int pe); pe 76 oshmem/include/pshmem.h OSHMEM_DECLSPEC void pshmem_ctx_char_p(shmem_ctx_t ctx, char* addr, char value, int pe); pe 77 oshmem/include/pshmem.h OSHMEM_DECLSPEC void pshmem_ctx_short_p(shmem_ctx_t ctx, short* addr, short value, int pe); pe 78 oshmem/include/pshmem.h OSHMEM_DECLSPEC void pshmem_ctx_int_p(shmem_ctx_t ctx, int* addr, int value, int pe); pe 79 oshmem/include/pshmem.h OSHMEM_DECLSPEC void pshmem_ctx_long_p(shmem_ctx_t ctx, long* addr, long value, int pe); pe 80 oshmem/include/pshmem.h OSHMEM_DECLSPEC void pshmem_ctx_float_p(shmem_ctx_t ctx, float* addr, float value, int pe); pe 81 oshmem/include/pshmem.h OSHMEM_DECLSPEC void pshmem_ctx_double_p(shmem_ctx_t ctx, double* addr, double value, int pe); pe 82 oshmem/include/pshmem.h OSHMEM_DECLSPEC void pshmem_ctx_longlong_p(shmem_ctx_t ctx, long long* addr, long long value, int pe); pe 83 oshmem/include/pshmem.h OSHMEM_DECLSPEC void pshmem_ctx_schar_p(shmem_ctx_t ctx, signed char* addr, signed char value, int pe); pe 84 oshmem/include/pshmem.h OSHMEM_DECLSPEC void pshmem_ctx_uchar_p(shmem_ctx_t ctx, unsigned char* addr, unsigned char value, int pe); pe 85 oshmem/include/pshmem.h OSHMEM_DECLSPEC void pshmem_ctx_ushort_p(shmem_ctx_t ctx, unsigned short* addr, unsigned short value, int pe); pe 86 oshmem/include/pshmem.h OSHMEM_DECLSPEC void pshmem_ctx_uint_p(shmem_ctx_t ctx, unsigned int* addr, unsigned int value, int pe); pe 87 oshmem/include/pshmem.h OSHMEM_DECLSPEC void pshmem_ctx_ulong_p(shmem_ctx_t ctx, unsigned long* addr, unsigned long value, int pe); pe 88 oshmem/include/pshmem.h OSHMEM_DECLSPEC void pshmem_ctx_ulonglong_p(shmem_ctx_t ctx, unsigned long long* addr, unsigned long long value, int pe); pe 89 oshmem/include/pshmem.h OSHMEM_DECLSPEC void pshmem_ctx_longdouble_p(shmem_ctx_t ctx, long double* addr, long double value, int pe); pe 90 oshmem/include/pshmem.h OSHMEM_DECLSPEC void pshmem_ctx_int8_p(shmem_ctx_t ctx, int8_t* addr, int8_t value, int pe); pe 91 oshmem/include/pshmem.h OSHMEM_DECLSPEC void pshmem_ctx_int16_p(shmem_ctx_t ctx, int16_t* addr, int16_t value, int pe); pe 92 oshmem/include/pshmem.h OSHMEM_DECLSPEC void pshmem_ctx_int32_p(shmem_ctx_t ctx, int32_t* addr, int32_t value, int pe); pe 93 oshmem/include/pshmem.h OSHMEM_DECLSPEC void pshmem_ctx_int64_p(shmem_ctx_t ctx, int64_t* addr, int64_t value, int pe); pe 94 oshmem/include/pshmem.h OSHMEM_DECLSPEC void pshmem_ctx_uint8_p(shmem_ctx_t ctx, uint8_t* addr, uint8_t value, int pe); pe 95 oshmem/include/pshmem.h OSHMEM_DECLSPEC void pshmem_ctx_uint16_p(shmem_ctx_t ctx, uint16_t* addr, uint16_t value, int pe); pe 96 oshmem/include/pshmem.h OSHMEM_DECLSPEC void pshmem_ctx_uint32_p(shmem_ctx_t ctx, uint32_t* addr, uint32_t value, int pe); pe 97 oshmem/include/pshmem.h OSHMEM_DECLSPEC void pshmem_ctx_uint64_p(shmem_ctx_t ctx, uint64_t* addr, uint64_t value, int pe); pe 98 oshmem/include/pshmem.h OSHMEM_DECLSPEC void pshmem_ctx_size_p(shmem_ctx_t ctx, size_t* addr, size_t value, int pe); pe 99 oshmem/include/pshmem.h OSHMEM_DECLSPEC void pshmem_ctx_ptrdiff_p(shmem_ctx_t ctx, ptrdiff_t* addr, ptrdiff_t value, int pe); pe 101 oshmem/include/pshmem.h OSHMEM_DECLSPEC void pshmem_char_p(char* addr, char value, int pe); pe 102 oshmem/include/pshmem.h OSHMEM_DECLSPEC void pshmem_short_p(short* addr, short value, int pe); pe 103 oshmem/include/pshmem.h OSHMEM_DECLSPEC void pshmem_int_p(int* addr, int value, int pe); pe 104 oshmem/include/pshmem.h OSHMEM_DECLSPEC void pshmem_long_p(long* addr, long value, int pe); pe 105 oshmem/include/pshmem.h OSHMEM_DECLSPEC void pshmem_float_p(float* addr, float value, int pe); pe 106 oshmem/include/pshmem.h OSHMEM_DECLSPEC void pshmem_double_p(double* addr, double value, int pe); pe 107 oshmem/include/pshmem.h OSHMEM_DECLSPEC void pshmem_longlong_p(long long* addr, long long value, int pe); pe 108 oshmem/include/pshmem.h OSHMEM_DECLSPEC void pshmem_schar_p(signed char* addr, signed char value, int pe); pe 109 oshmem/include/pshmem.h OSHMEM_DECLSPEC void pshmem_uchar_p(unsigned char* addr, unsigned char value, int pe); pe 110 oshmem/include/pshmem.h OSHMEM_DECLSPEC void pshmem_ushort_p(unsigned short* addr, unsigned short value, int pe); pe 111 oshmem/include/pshmem.h OSHMEM_DECLSPEC void pshmem_uint_p(unsigned int* addr, unsigned int value, int pe); pe 112 oshmem/include/pshmem.h OSHMEM_DECLSPEC void pshmem_ulong_p(unsigned long* addr, unsigned long value, int pe); pe 113 oshmem/include/pshmem.h OSHMEM_DECLSPEC void pshmem_ulonglong_p(unsigned long long* addr, unsigned long long value, int pe); pe 114 oshmem/include/pshmem.h OSHMEM_DECLSPEC void pshmem_longdouble_p(long double* addr, long double value, int pe); pe 115 oshmem/include/pshmem.h OSHMEM_DECLSPEC void pshmem_int8_p(int8_t* addr, int8_t value, int pe); pe 116 oshmem/include/pshmem.h OSHMEM_DECLSPEC void pshmem_int16_p(int16_t* addr, int16_t value, int pe); pe 117 oshmem/include/pshmem.h OSHMEM_DECLSPEC void pshmem_int32_p(int32_t* addr, int32_t value, int pe); pe 118 oshmem/include/pshmem.h OSHMEM_DECLSPEC void pshmem_int64_p(int64_t* addr, int64_t value, int pe); pe 119 oshmem/include/pshmem.h OSHMEM_DECLSPEC void pshmem_uint8_p(uint8_t* addr, uint8_t value, int pe); pe 120 oshmem/include/pshmem.h OSHMEM_DECLSPEC void pshmem_uint16_p(uint16_t* addr, uint16_t value, int pe); pe 121 oshmem/include/pshmem.h OSHMEM_DECLSPEC void pshmem_uint32_p(uint32_t* addr, uint32_t value, int pe); pe 122 oshmem/include/pshmem.h OSHMEM_DECLSPEC void pshmem_uint64_p(uint64_t* addr, uint64_t value, int pe); pe 123 oshmem/include/pshmem.h OSHMEM_DECLSPEC void pshmem_size_p(size_t* addr, size_t value, int pe); pe 124 oshmem/include/pshmem.h OSHMEM_DECLSPEC void pshmem_ptrdiff_p(ptrdiff_t* addr, ptrdiff_t value, int pe); pe 163 oshmem/include/pshmem.h OSHMEM_DECLSPEC void pshmem_ctx_char_put(shmem_ctx_t ctx, char *target, const char *source, size_t len, int pe); pe 164 oshmem/include/pshmem.h OSHMEM_DECLSPEC void pshmem_ctx_short_put(shmem_ctx_t ctx, short *target, const short *source, size_t len, int pe); pe 165 oshmem/include/pshmem.h OSHMEM_DECLSPEC void pshmem_ctx_int_put(shmem_ctx_t ctx, int *target, const int *source, size_t len, int pe); pe 166 oshmem/include/pshmem.h OSHMEM_DECLSPEC void pshmem_ctx_long_put(shmem_ctx_t ctx, long *target, const long *source, size_t len, int pe); pe 167 oshmem/include/pshmem.h OSHMEM_DECLSPEC void pshmem_ctx_float_put(shmem_ctx_t ctx, float *target, const float *source, size_t len, int pe); pe 168 oshmem/include/pshmem.h OSHMEM_DECLSPEC void pshmem_ctx_double_put(shmem_ctx_t ctx, double *target, const double *source, size_t len, int pe); pe 169 oshmem/include/pshmem.h OSHMEM_DECLSPEC void pshmem_ctx_longlong_put(shmem_ctx_t ctx, long long *target, const long long *source, size_t len, int pe); pe 170 oshmem/include/pshmem.h OSHMEM_DECLSPEC void pshmem_ctx_schar_put(shmem_ctx_t ctx, signed char *target, const signed char *source, size_t len, int pe); pe 171 oshmem/include/pshmem.h OSHMEM_DECLSPEC void pshmem_ctx_uchar_put(shmem_ctx_t ctx, unsigned char *target, const unsigned char *source, size_t len, int pe); pe 172 oshmem/include/pshmem.h OSHMEM_DECLSPEC void pshmem_ctx_ushort_put(shmem_ctx_t ctx, unsigned short *target, const unsigned short *source, size_t len, int pe); pe 173 oshmem/include/pshmem.h OSHMEM_DECLSPEC void pshmem_ctx_uint_put(shmem_ctx_t ctx, unsigned int *target, const unsigned int *source, size_t len, int pe); pe 174 oshmem/include/pshmem.h OSHMEM_DECLSPEC void pshmem_ctx_ulong_put(shmem_ctx_t ctx, unsigned long *target, const unsigned long *source, size_t len, int pe); pe 175 oshmem/include/pshmem.h OSHMEM_DECLSPEC void pshmem_ctx_ulonglong_put(shmem_ctx_t ctx, unsigned long long *target, const unsigned long long *source, size_t len, int pe); pe 176 oshmem/include/pshmem.h OSHMEM_DECLSPEC void pshmem_ctx_longdouble_put(shmem_ctx_t ctx, long double *target, const long double *source, size_t len, int pe); pe 177 oshmem/include/pshmem.h OSHMEM_DECLSPEC void pshmem_ctx_int8_put(shmem_ctx_t ctx, int8_t *target, const int8_t *source, size_t len, int pe); pe 178 oshmem/include/pshmem.h OSHMEM_DECLSPEC void pshmem_ctx_int16_put(shmem_ctx_t ctx, int16_t *target, const int16_t *source, size_t len, int pe); pe 179 oshmem/include/pshmem.h OSHMEM_DECLSPEC void pshmem_ctx_int32_put(shmem_ctx_t ctx, int32_t *target, const int32_t *source, size_t len, int pe); pe 180 oshmem/include/pshmem.h OSHMEM_DECLSPEC void pshmem_ctx_int64_put(shmem_ctx_t ctx, int64_t *target, const int64_t *source, size_t len, int pe); pe 181 oshmem/include/pshmem.h OSHMEM_DECLSPEC void pshmem_ctx_uint8_put(shmem_ctx_t ctx, uint8_t *target, const uint8_t *source, size_t len, int pe); pe 182 oshmem/include/pshmem.h OSHMEM_DECLSPEC void pshmem_ctx_uint16_put(shmem_ctx_t ctx, uint16_t *target, const uint16_t *source, size_t len, int pe); pe 183 oshmem/include/pshmem.h OSHMEM_DECLSPEC void pshmem_ctx_uint32_put(shmem_ctx_t ctx, uint32_t *target, const uint32_t *source, size_t len, int pe); pe 184 oshmem/include/pshmem.h OSHMEM_DECLSPEC void pshmem_ctx_uint64_put(shmem_ctx_t ctx, uint64_t *target, const uint64_t *source, size_t len, int pe); pe 185 oshmem/include/pshmem.h OSHMEM_DECLSPEC void pshmem_ctx_size_put(shmem_ctx_t ctx, size_t *target, const size_t *source, size_t len, int pe); pe 186 oshmem/include/pshmem.h OSHMEM_DECLSPEC void pshmem_ctx_ptrdiff_put(shmem_ctx_t ctx, ptrdiff_t *target, const ptrdiff_t *source, size_t len, int pe); pe 188 oshmem/include/pshmem.h OSHMEM_DECLSPEC void pshmem_char_put(char *target, const char *source, size_t len, int pe); pe 189 oshmem/include/pshmem.h OSHMEM_DECLSPEC void pshmem_short_put(short *target, const short *source, size_t len, int pe); pe 190 oshmem/include/pshmem.h OSHMEM_DECLSPEC void pshmem_int_put(int *target, const int *source, size_t len, int pe); pe 191 oshmem/include/pshmem.h OSHMEM_DECLSPEC void pshmem_long_put(long *target, const long *source, size_t len, int pe); pe 192 oshmem/include/pshmem.h OSHMEM_DECLSPEC void pshmem_float_put(float *target, const float *source, size_t len, int pe); pe 193 oshmem/include/pshmem.h OSHMEM_DECLSPEC void pshmem_double_put(double *target, const double *source, size_t len, int pe); pe 194 oshmem/include/pshmem.h OSHMEM_DECLSPEC void pshmem_longlong_put(long long *target, const long long *source, size_t len, int pe); pe 195 oshmem/include/pshmem.h OSHMEM_DECLSPEC void pshmem_schar_put(signed char *target, const signed char *source, size_t len, int pe); pe 196 oshmem/include/pshmem.h OSHMEM_DECLSPEC void pshmem_uchar_put(unsigned char *target, const unsigned char *source, size_t len, int pe); pe 197 oshmem/include/pshmem.h OSHMEM_DECLSPEC void pshmem_ushort_put(unsigned short *target, const unsigned short *source, size_t len, int pe); pe 198 oshmem/include/pshmem.h OSHMEM_DECLSPEC void pshmem_uint_put(unsigned int *target, const unsigned int *source, size_t len, int pe); pe 199 oshmem/include/pshmem.h OSHMEM_DECLSPEC void pshmem_ulong_put(unsigned long *target, const unsigned long *source, size_t len, int pe); pe 200 oshmem/include/pshmem.h OSHMEM_DECLSPEC void pshmem_ulonglong_put(unsigned long long *target, const unsigned long long *source, size_t len, int pe); pe 201 oshmem/include/pshmem.h OSHMEM_DECLSPEC void pshmem_longdouble_put(long double *target, const long double *source, size_t len, int pe); pe 202 oshmem/include/pshmem.h OSHMEM_DECLSPEC void pshmem_int8_put(int8_t *target, const int8_t *source, size_t len, int pe); pe 203 oshmem/include/pshmem.h OSHMEM_DECLSPEC void pshmem_int16_put(int16_t *target, const int16_t *source, size_t len, int pe); pe 204 oshmem/include/pshmem.h OSHMEM_DECLSPEC void pshmem_int32_put(int32_t *target, const int32_t *source, size_t len, int pe); pe 205 oshmem/include/pshmem.h OSHMEM_DECLSPEC void pshmem_int64_put(int64_t *target, const int64_t *source, size_t len, int pe); pe 206 oshmem/include/pshmem.h OSHMEM_DECLSPEC void pshmem_uint8_put(uint8_t *target, const uint8_t *source, size_t len, int pe); pe 207 oshmem/include/pshmem.h OSHMEM_DECLSPEC void pshmem_uint16_put(uint16_t *target, const uint16_t *source, size_t len, int pe); pe 208 oshmem/include/pshmem.h OSHMEM_DECLSPEC void pshmem_uint32_put(uint32_t *target, const uint32_t *source, size_t len, int pe); pe 209 oshmem/include/pshmem.h OSHMEM_DECLSPEC void pshmem_uint64_put(uint64_t *target, const uint64_t *source, size_t len, int pe); pe 210 oshmem/include/pshmem.h OSHMEM_DECLSPEC void pshmem_size_put(size_t *target, const size_t *source, size_t len, int pe); pe 211 oshmem/include/pshmem.h OSHMEM_DECLSPEC void pshmem_ptrdiff_put(ptrdiff_t *target, const ptrdiff_t *source, size_t len, int pe); pe 247 oshmem/include/pshmem.h OSHMEM_DECLSPEC void pshmem_ctx_put8(shmem_ctx_t ctx, void *target, const void *source, size_t len, int pe); pe 248 oshmem/include/pshmem.h OSHMEM_DECLSPEC void pshmem_ctx_put16(shmem_ctx_t ctx, void *target, const void *source, size_t len, int pe); pe 249 oshmem/include/pshmem.h OSHMEM_DECLSPEC void pshmem_ctx_put32(shmem_ctx_t ctx, void *target, const void *source, size_t len, int pe); pe 250 oshmem/include/pshmem.h OSHMEM_DECLSPEC void pshmem_ctx_put64(shmem_ctx_t ctx, void *target, const void *source, size_t len, int pe); pe 251 oshmem/include/pshmem.h OSHMEM_DECLSPEC void pshmem_ctx_put128(shmem_ctx_t ctx, void *target, const void *source, size_t len, int pe); pe 252 oshmem/include/pshmem.h OSHMEM_DECLSPEC void pshmem_ctx_putmem(shmem_ctx_t ctx, void *target, const void *source, size_t len, int pe); pe 254 oshmem/include/pshmem.h OSHMEM_DECLSPEC void pshmem_put8(void *target, const void *source, size_t len, int pe); pe 255 oshmem/include/pshmem.h OSHMEM_DECLSPEC void pshmem_put16(void *target, const void *source, size_t len, int pe); pe 256 oshmem/include/pshmem.h OSHMEM_DECLSPEC void pshmem_put32(void *target, const void *source, size_t len, int pe); pe 257 oshmem/include/pshmem.h OSHMEM_DECLSPEC void pshmem_put64(void *target, const void *source, size_t len, int pe); pe 258 oshmem/include/pshmem.h OSHMEM_DECLSPEC void pshmem_put128(void *target, const void *source, size_t len, int pe); pe 259 oshmem/include/pshmem.h OSHMEM_DECLSPEC void pshmem_putmem(void *target, const void *source, size_t len, int pe); pe 264 oshmem/include/pshmem.h OSHMEM_DECLSPEC void pshmem_ctx_char_iput(shmem_ctx_t ctx, char* target, const char* source, ptrdiff_t tst, ptrdiff_t sst,size_t len, int pe); pe 265 oshmem/include/pshmem.h OSHMEM_DECLSPEC void pshmem_ctx_short_iput(shmem_ctx_t ctx, short* target, const short* source, ptrdiff_t tst, ptrdiff_t sst,size_t len, int pe); pe 266 oshmem/include/pshmem.h OSHMEM_DECLSPEC void pshmem_ctx_int_iput(shmem_ctx_t ctx, int* target, const int* source, ptrdiff_t tst, ptrdiff_t sst,size_t len, int pe); pe 267 oshmem/include/pshmem.h OSHMEM_DECLSPEC void pshmem_ctx_long_iput(shmem_ctx_t ctx, long* target, const long* source, ptrdiff_t tst, ptrdiff_t sst,size_t len, int pe); pe 268 oshmem/include/pshmem.h OSHMEM_DECLSPEC void pshmem_ctx_float_iput(shmem_ctx_t ctx, float* target, const float* source, ptrdiff_t tst, ptrdiff_t sst,size_t len, int pe); pe 269 oshmem/include/pshmem.h OSHMEM_DECLSPEC void pshmem_ctx_double_iput(shmem_ctx_t ctx, double* target, const double* source, ptrdiff_t tst, ptrdiff_t sst,size_t len, int pe); pe 270 oshmem/include/pshmem.h OSHMEM_DECLSPEC void pshmem_ctx_longlong_iput(shmem_ctx_t ctx, long long* target, const long long* source, ptrdiff_t tst, ptrdiff_t sst,size_t len, int pe); pe 271 oshmem/include/pshmem.h OSHMEM_DECLSPEC void pshmem_ctx_schar_iput(shmem_ctx_t ctx, signed char* target, const signed char* source, ptrdiff_t tst, ptrdiff_t sst,size_t len, int pe); pe 272 oshmem/include/pshmem.h OSHMEM_DECLSPEC void pshmem_ctx_uchar_iput(shmem_ctx_t ctx, unsigned char* target, const unsigned char* source, ptrdiff_t tst, ptrdiff_t sst,size_t len, int pe); pe 273 oshmem/include/pshmem.h OSHMEM_DECLSPEC void pshmem_ctx_ushort_iput(shmem_ctx_t ctx, unsigned short* target, const unsigned short* source, ptrdiff_t tst, ptrdiff_t sst,size_t len, int pe); pe 274 oshmem/include/pshmem.h OSHMEM_DECLSPEC void pshmem_ctx_uint_iput(shmem_ctx_t ctx, unsigned int* target, const unsigned int* source, ptrdiff_t tst, ptrdiff_t sst,size_t len, int pe); pe 275 oshmem/include/pshmem.h OSHMEM_DECLSPEC void pshmem_ctx_ulong_iput(shmem_ctx_t ctx, unsigned long* target, const unsigned long* source, ptrdiff_t tst, ptrdiff_t sst,size_t len, int pe); pe 276 oshmem/include/pshmem.h OSHMEM_DECLSPEC void pshmem_ctx_ulonglong_iput(shmem_ctx_t ctx, unsigned long long* target, const unsigned long long* source, ptrdiff_t tst, ptrdiff_t sst,size_t len, int pe); pe 277 oshmem/include/pshmem.h OSHMEM_DECLSPEC void pshmem_ctx_longdouble_iput(shmem_ctx_t ctx, long double* target, const long double* source, ptrdiff_t tst, ptrdiff_t sst,size_t len, int pe); pe 278 oshmem/include/pshmem.h OSHMEM_DECLSPEC void pshmem_ctx_int8_iput(shmem_ctx_t ctx, int8_t* target, const int8_t* source, ptrdiff_t tst, ptrdiff_t sst,size_t len, int pe); pe 279 oshmem/include/pshmem.h OSHMEM_DECLSPEC void pshmem_ctx_int16_iput(shmem_ctx_t ctx, int16_t* target, const int16_t* source, ptrdiff_t tst, ptrdiff_t sst,size_t len, int pe); pe 280 oshmem/include/pshmem.h OSHMEM_DECLSPEC void pshmem_ctx_int32_iput(shmem_ctx_t ctx, int32_t* target, const int32_t* source, ptrdiff_t tst, ptrdiff_t sst,size_t len, int pe); pe 281 oshmem/include/pshmem.h OSHMEM_DECLSPEC void pshmem_ctx_int64_iput(shmem_ctx_t ctx, int64_t* target, const int64_t* source, ptrdiff_t tst, ptrdiff_t sst,size_t len, int pe); pe 282 oshmem/include/pshmem.h OSHMEM_DECLSPEC void pshmem_ctx_uint8_iput(shmem_ctx_t ctx, uint8_t* target, const uint8_t* source, ptrdiff_t tst, ptrdiff_t sst,size_t len, int pe); pe 283 oshmem/include/pshmem.h OSHMEM_DECLSPEC void pshmem_ctx_uint16_iput(shmem_ctx_t ctx, uint16_t* target, const uint16_t* source, ptrdiff_t tst, ptrdiff_t sst,size_t len, int pe); pe 284 oshmem/include/pshmem.h OSHMEM_DECLSPEC void pshmem_ctx_uint32_iput(shmem_ctx_t ctx, uint32_t* target, const uint32_t* source, ptrdiff_t tst, ptrdiff_t sst,size_t len, int pe); pe 285 oshmem/include/pshmem.h OSHMEM_DECLSPEC void pshmem_ctx_uint64_iput(shmem_ctx_t ctx, uint64_t* target, const uint64_t* source, ptrdiff_t tst, ptrdiff_t sst,size_t len, int pe); pe 286 oshmem/include/pshmem.h OSHMEM_DECLSPEC void pshmem_ctx_size_iput(shmem_ctx_t ctx, size_t* target, const size_t* source, ptrdiff_t tst, ptrdiff_t sst,size_t len, int pe); pe 287 oshmem/include/pshmem.h OSHMEM_DECLSPEC void pshmem_ctx_ptrdiff_iput(shmem_ctx_t ctx, ptrdiff_t* target, const ptrdiff_t* source, ptrdiff_t tst, ptrdiff_t sst,size_t len, int pe); pe 289 oshmem/include/pshmem.h OSHMEM_DECLSPEC void pshmem_char_iput(char* target, const char* source, ptrdiff_t tst, ptrdiff_t sst,size_t len, int pe); pe 290 oshmem/include/pshmem.h OSHMEM_DECLSPEC void pshmem_short_iput(short* target, const short* source, ptrdiff_t tst, ptrdiff_t sst,size_t len, int pe); pe 291 oshmem/include/pshmem.h OSHMEM_DECLSPEC void pshmem_int_iput(int* target, const int* source, ptrdiff_t tst, ptrdiff_t sst,size_t len, int pe); pe 292 oshmem/include/pshmem.h OSHMEM_DECLSPEC void pshmem_long_iput(long* target, const long* source, ptrdiff_t tst, ptrdiff_t sst,size_t len, int pe); pe 293 oshmem/include/pshmem.h OSHMEM_DECLSPEC void pshmem_float_iput(float* target, const float* source, ptrdiff_t tst, ptrdiff_t sst,size_t len, int pe); pe 294 oshmem/include/pshmem.h OSHMEM_DECLSPEC void pshmem_double_iput(double* target, const double* source, ptrdiff_t tst, ptrdiff_t sst,size_t len, int pe); pe 295 oshmem/include/pshmem.h OSHMEM_DECLSPEC void pshmem_longlong_iput(long long* target, const long long* source, ptrdiff_t tst, ptrdiff_t sst,size_t len, int pe); pe 296 oshmem/include/pshmem.h OSHMEM_DECLSPEC void pshmem_schar_iput(signed char* target, const signed char* source, ptrdiff_t tst, ptrdiff_t sst,size_t len, int pe); pe 297 oshmem/include/pshmem.h OSHMEM_DECLSPEC void pshmem_uchar_iput(unsigned char* target, const unsigned char* source, ptrdiff_t tst, ptrdiff_t sst,size_t len, int pe); pe 298 oshmem/include/pshmem.h OSHMEM_DECLSPEC void pshmem_ushort_iput(unsigned short* target, const unsigned short* source, ptrdiff_t tst, ptrdiff_t sst,size_t len, int pe); pe 299 oshmem/include/pshmem.h OSHMEM_DECLSPEC void pshmem_uint_iput(unsigned int* target, const unsigned int* source, ptrdiff_t tst, ptrdiff_t sst,size_t len, int pe); pe 300 oshmem/include/pshmem.h OSHMEM_DECLSPEC void pshmem_ulong_iput(unsigned long* target, const unsigned long* source, ptrdiff_t tst, ptrdiff_t sst,size_t len, int pe); pe 301 oshmem/include/pshmem.h OSHMEM_DECLSPEC void pshmem_ulonglong_iput(unsigned long long* target, const unsigned long long* source, ptrdiff_t tst, ptrdiff_t sst,size_t len, int pe); pe 302 oshmem/include/pshmem.h OSHMEM_DECLSPEC void pshmem_longdouble_iput(long double* target, const long double* source, ptrdiff_t tst, ptrdiff_t sst,size_t len, int pe); pe 303 oshmem/include/pshmem.h OSHMEM_DECLSPEC void pshmem_int8_iput(int8_t* target, const int8_t* source, ptrdiff_t tst, ptrdiff_t sst,size_t len, int pe); pe 304 oshmem/include/pshmem.h OSHMEM_DECLSPEC void pshmem_int16_iput(int16_t* target, const int16_t* source, ptrdiff_t tst, ptrdiff_t sst,size_t len, int pe); pe 305 oshmem/include/pshmem.h OSHMEM_DECLSPEC void pshmem_int32_iput(int32_t* target, const int32_t* source, ptrdiff_t tst, ptrdiff_t sst,size_t len, int pe); pe 306 oshmem/include/pshmem.h OSHMEM_DECLSPEC void pshmem_int64_iput(int64_t* target, const int64_t* source, ptrdiff_t tst, ptrdiff_t sst,size_t len, int pe); pe 307 oshmem/include/pshmem.h OSHMEM_DECLSPEC void pshmem_uint8_iput(uint8_t* target, const uint8_t* source, ptrdiff_t tst, ptrdiff_t sst,size_t len, int pe); pe 308 oshmem/include/pshmem.h OSHMEM_DECLSPEC void pshmem_uint16_iput(uint16_t* target, const uint16_t* source, ptrdiff_t tst, ptrdiff_t sst,size_t len, int pe); pe 309 oshmem/include/pshmem.h OSHMEM_DECLSPEC void pshmem_uint32_iput(uint32_t* target, const uint32_t* source, ptrdiff_t tst, ptrdiff_t sst,size_t len, int pe); pe 310 oshmem/include/pshmem.h OSHMEM_DECLSPEC void pshmem_uint64_iput(uint64_t* target, const uint64_t* source, ptrdiff_t tst, ptrdiff_t sst,size_t len, int pe); pe 311 oshmem/include/pshmem.h OSHMEM_DECLSPEC void pshmem_size_iput(size_t* target, const size_t* source, ptrdiff_t tst, ptrdiff_t sst,size_t len, int pe); pe 312 oshmem/include/pshmem.h OSHMEM_DECLSPEC void pshmem_ptrdiff_iput(ptrdiff_t* target, const ptrdiff_t* source, ptrdiff_t tst, ptrdiff_t sst,size_t len, int pe); pe 348 oshmem/include/pshmem.h OSHMEM_DECLSPEC void pshmem_ctx_iput8(shmem_ctx_t ctx, void* target, const void* source, ptrdiff_t tst, ptrdiff_t sst,size_t len, int pe); pe 349 oshmem/include/pshmem.h OSHMEM_DECLSPEC void pshmem_ctx_iput16(shmem_ctx_t ctx, void* target, const void* source, ptrdiff_t tst, ptrdiff_t sst,size_t len, int pe); pe 350 oshmem/include/pshmem.h OSHMEM_DECLSPEC void pshmem_ctx_iput32(shmem_ctx_t ctx, void* target, const void* source, ptrdiff_t tst, ptrdiff_t sst,size_t len, int pe); pe 351 oshmem/include/pshmem.h OSHMEM_DECLSPEC void pshmem_ctx_iput64(shmem_ctx_t ctx, void* target, const void* source, ptrdiff_t tst, ptrdiff_t sst,size_t len, int pe); pe 352 oshmem/include/pshmem.h OSHMEM_DECLSPEC void pshmem_ctx_iput128(shmem_ctx_t ctx, void* target, const void* source, ptrdiff_t tst, ptrdiff_t sst,size_t len, int pe); pe 354 oshmem/include/pshmem.h OSHMEM_DECLSPEC void pshmem_iput8(void* target, const void* source, ptrdiff_t tst, ptrdiff_t sst,size_t len, int pe); pe 355 oshmem/include/pshmem.h OSHMEM_DECLSPEC void pshmem_iput16(void* target, const void* source, ptrdiff_t tst, ptrdiff_t sst,size_t len, int pe); pe 356 oshmem/include/pshmem.h OSHMEM_DECLSPEC void pshmem_iput32(void* target, const void* source, ptrdiff_t tst, ptrdiff_t sst,size_t len, int pe); pe 357 oshmem/include/pshmem.h OSHMEM_DECLSPEC void pshmem_iput64(void* target, const void* source, ptrdiff_t tst, ptrdiff_t sst,size_t len, int pe); pe 358 oshmem/include/pshmem.h OSHMEM_DECLSPEC void pshmem_iput128(void* target, const void* source, ptrdiff_t tst, ptrdiff_t sst,size_t len, int pe); pe 363 oshmem/include/pshmem.h OSHMEM_DECLSPEC void pshmem_ctx_char_put_nbi(shmem_ctx_t ctx, char *target, const char *source, size_t len, int pe); pe 364 oshmem/include/pshmem.h OSHMEM_DECLSPEC void pshmem_ctx_short_put_nbi(shmem_ctx_t ctx, short *target, const short *source, size_t len, int pe); pe 365 oshmem/include/pshmem.h OSHMEM_DECLSPEC void pshmem_ctx_int_put_nbi(shmem_ctx_t ctx, int *target, const int *source, size_t len, int pe); pe 366 oshmem/include/pshmem.h OSHMEM_DECLSPEC void pshmem_ctx_long_put_nbi(shmem_ctx_t ctx, long *target, const long *source, size_t len, int pe); pe 367 oshmem/include/pshmem.h OSHMEM_DECLSPEC void pshmem_ctx_float_put_nbi(shmem_ctx_t ctx, float *target, const float *source, size_t len, int pe); pe 368 oshmem/include/pshmem.h OSHMEM_DECLSPEC void pshmem_ctx_double_put_nbi(shmem_ctx_t ctx, double *target, const double *source, size_t len, int pe); pe 369 oshmem/include/pshmem.h OSHMEM_DECLSPEC void pshmem_ctx_longlong_put_nbi(shmem_ctx_t ctx, long long *target, const long long *source, size_t len, int pe); pe 370 oshmem/include/pshmem.h OSHMEM_DECLSPEC void pshmem_ctx_schar_put_nbi(shmem_ctx_t ctx, signed char *target, const signed char *source, size_t len, int pe); pe 371 oshmem/include/pshmem.h OSHMEM_DECLSPEC void pshmem_ctx_uchar_put_nbi(shmem_ctx_t ctx, unsigned char *target, const unsigned char *source, size_t len, int pe); pe 372 oshmem/include/pshmem.h OSHMEM_DECLSPEC void pshmem_ctx_ushort_put_nbi(shmem_ctx_t ctx, unsigned short *target, const unsigned short *source, size_t len, int pe); pe 373 oshmem/include/pshmem.h OSHMEM_DECLSPEC void pshmem_ctx_uint_put_nbi(shmem_ctx_t ctx, unsigned int *target, const unsigned int *source, size_t len, int pe); pe 374 oshmem/include/pshmem.h OSHMEM_DECLSPEC void pshmem_ctx_ulong_put_nbi(shmem_ctx_t ctx, unsigned long *target, const unsigned long *source, size_t len, int pe); pe 375 oshmem/include/pshmem.h OSHMEM_DECLSPEC void pshmem_ctx_ulonglong_put_nbi(shmem_ctx_t ctx, unsigned long long *target, const unsigned long long *source, size_t len, int pe); pe 376 oshmem/include/pshmem.h OSHMEM_DECLSPEC void pshmem_ctx_longdouble_put_nbi(shmem_ctx_t ctx, long double *target, const long double *source, size_t len, int pe); pe 377 oshmem/include/pshmem.h OSHMEM_DECLSPEC void pshmem_ctx_int8_put_nbi(shmem_ctx_t ctx, int8_t *target, const int8_t *source, size_t len, int pe); pe 378 oshmem/include/pshmem.h OSHMEM_DECLSPEC void pshmem_ctx_int16_put_nbi(shmem_ctx_t ctx, int16_t *target, const int16_t *source, size_t len, int pe); pe 379 oshmem/include/pshmem.h OSHMEM_DECLSPEC void pshmem_ctx_int32_put_nbi(shmem_ctx_t ctx, int32_t *target, const int32_t *source, size_t len, int pe); pe 380 oshmem/include/pshmem.h OSHMEM_DECLSPEC void pshmem_ctx_int64_put_nbi(shmem_ctx_t ctx, int64_t *target, const int64_t *source, size_t len, int pe); pe 381 oshmem/include/pshmem.h OSHMEM_DECLSPEC void pshmem_ctx_uint8_put_nbi(shmem_ctx_t ctx, uint8_t *target, const uint8_t *source, size_t len, int pe); pe 382 oshmem/include/pshmem.h OSHMEM_DECLSPEC void pshmem_ctx_uint16_put_nbi(shmem_ctx_t ctx, uint16_t *target, const uint16_t *source, size_t len, int pe); pe 383 oshmem/include/pshmem.h OSHMEM_DECLSPEC void pshmem_ctx_uint32_put_nbi(shmem_ctx_t ctx, uint32_t *target, const uint32_t *source, size_t len, int pe); pe 384 oshmem/include/pshmem.h OSHMEM_DECLSPEC void pshmem_ctx_uint64_put_nbi(shmem_ctx_t ctx, uint64_t *target, const uint64_t *source, size_t len, int pe); pe 385 oshmem/include/pshmem.h OSHMEM_DECLSPEC void pshmem_ctx_size_put_nbi(shmem_ctx_t ctx, size_t *target, const size_t *source, size_t len, int pe); pe 386 oshmem/include/pshmem.h OSHMEM_DECLSPEC void pshmem_ctx_ptrdiff_put_nbi(shmem_ctx_t ctx, ptrdiff_t *target, const ptrdiff_t *source, size_t len, int pe); pe 388 oshmem/include/pshmem.h OSHMEM_DECLSPEC void pshmem_char_put_nbi(char *target, const char *source, size_t len, int pe); pe 389 oshmem/include/pshmem.h OSHMEM_DECLSPEC void pshmem_short_put_nbi(short *target, const short *source, size_t len, int pe); pe 390 oshmem/include/pshmem.h OSHMEM_DECLSPEC void pshmem_int_put_nbi(int *target, const int *source, size_t len, int pe); pe 391 oshmem/include/pshmem.h OSHMEM_DECLSPEC void pshmem_long_put_nbi(long *target, const long *source, size_t len, int pe); pe 392 oshmem/include/pshmem.h OSHMEM_DECLSPEC void pshmem_float_put_nbi(float *target, const float *source, size_t len, int pe); pe 393 oshmem/include/pshmem.h OSHMEM_DECLSPEC void pshmem_double_put_nbi(double *target, const double *source, size_t len, int pe); pe 394 oshmem/include/pshmem.h OSHMEM_DECLSPEC void pshmem_longlong_put_nbi(long long *target, const long long *source, size_t len, int pe); pe 395 oshmem/include/pshmem.h OSHMEM_DECLSPEC void pshmem_schar_put_nbi(signed char *target, const signed char *source, size_t len, int pe); pe 396 oshmem/include/pshmem.h OSHMEM_DECLSPEC void pshmem_uchar_put_nbi(unsigned char *target, const unsigned char *source, size_t len, int pe); pe 397 oshmem/include/pshmem.h OSHMEM_DECLSPEC void pshmem_ushort_put_nbi(unsigned short *target, const unsigned short *source, size_t len, int pe); pe 398 oshmem/include/pshmem.h OSHMEM_DECLSPEC void pshmem_uint_put_nbi(unsigned int *target, const unsigned int *source, size_t len, int pe); pe 399 oshmem/include/pshmem.h OSHMEM_DECLSPEC void pshmem_ulong_put_nbi(unsigned long *target, const unsigned long *source, size_t len, int pe); pe 400 oshmem/include/pshmem.h OSHMEM_DECLSPEC void pshmem_ulonglong_put_nbi(unsigned long long *target, const unsigned long long *source, size_t len, int pe); pe 401 oshmem/include/pshmem.h OSHMEM_DECLSPEC void pshmem_longdouble_put_nbi(long double *target, const long double *source, size_t len, int pe); pe 402 oshmem/include/pshmem.h OSHMEM_DECLSPEC void pshmem_int8_put_nbi(int8_t *target, const int8_t *source, size_t len, int pe); pe 403 oshmem/include/pshmem.h OSHMEM_DECLSPEC void pshmem_int16_put_nbi(int16_t *target, const int16_t *source, size_t len, int pe); pe 404 oshmem/include/pshmem.h OSHMEM_DECLSPEC void pshmem_int32_put_nbi(int32_t *target, const int32_t *source, size_t len, int pe); pe 405 oshmem/include/pshmem.h OSHMEM_DECLSPEC void pshmem_int64_put_nbi(int64_t *target, const int64_t *source, size_t len, int pe); pe 406 oshmem/include/pshmem.h OSHMEM_DECLSPEC void pshmem_uint8_put_nbi(uint8_t *target, const uint8_t *source, size_t len, int pe); pe 407 oshmem/include/pshmem.h OSHMEM_DECLSPEC void pshmem_uint16_put_nbi(uint16_t *target, const uint16_t *source, size_t len, int pe); pe 408 oshmem/include/pshmem.h OSHMEM_DECLSPEC void pshmem_uint32_put_nbi(uint32_t *target, const uint32_t *source, size_t len, int pe); pe 409 oshmem/include/pshmem.h OSHMEM_DECLSPEC void pshmem_uint64_put_nbi(uint64_t *target, const uint64_t *source, size_t len, int pe); pe 410 oshmem/include/pshmem.h OSHMEM_DECLSPEC void pshmem_size_put_nbi(size_t *target, const size_t *source, size_t len, int pe); pe 411 oshmem/include/pshmem.h OSHMEM_DECLSPEC void pshmem_ptrdiff_put_nbi(ptrdiff_t *target, const ptrdiff_t *source, size_t len, int pe); pe 447 oshmem/include/pshmem.h OSHMEM_DECLSPEC void pshmem_ctx_put8_nbi(shmem_ctx_t ctx, void *target, const void *source, size_t len, int pe); pe 448 oshmem/include/pshmem.h OSHMEM_DECLSPEC void pshmem_ctx_put16_nbi(shmem_ctx_t ctx, void *target, const void *source, size_t len, int pe); pe 449 oshmem/include/pshmem.h OSHMEM_DECLSPEC void pshmem_ctx_put32_nbi(shmem_ctx_t ctx, void *target, const void *source, size_t len, int pe); pe 450 oshmem/include/pshmem.h OSHMEM_DECLSPEC void pshmem_ctx_put64_nbi(shmem_ctx_t ctx, void *target, const void *source, size_t len, int pe); pe 451 oshmem/include/pshmem.h OSHMEM_DECLSPEC void pshmem_ctx_put128_nbi(shmem_ctx_t ctx, void *target, const void *source, size_t len, int pe); pe 452 oshmem/include/pshmem.h OSHMEM_DECLSPEC void pshmem_ctx_putmem_nbi(shmem_ctx_t ctx, void *target, const void *source, size_t len, int pe); pe 454 oshmem/include/pshmem.h OSHMEM_DECLSPEC void pshmem_put8_nbi(void *target, const void *source, size_t len, int pe); pe 455 oshmem/include/pshmem.h OSHMEM_DECLSPEC void pshmem_put16_nbi(void *target, const void *source, size_t len, int pe); pe 456 oshmem/include/pshmem.h OSHMEM_DECLSPEC void pshmem_put32_nbi(void *target, const void *source, size_t len, int pe); pe 457 oshmem/include/pshmem.h OSHMEM_DECLSPEC void pshmem_put64_nbi(void *target, const void *source, size_t len, int pe); pe 458 oshmem/include/pshmem.h OSHMEM_DECLSPEC void pshmem_put128_nbi(void *target, const void *source, size_t len, int pe); pe 459 oshmem/include/pshmem.h OSHMEM_DECLSPEC void pshmem_putmem_nbi(void *target, const void *source, size_t len, int pe); pe 464 oshmem/include/pshmem.h OSHMEM_DECLSPEC char pshmem_ctx_char_g(shmem_ctx_t ctx, const char* addr, int pe); pe 465 oshmem/include/pshmem.h OSHMEM_DECLSPEC short pshmem_ctx_short_g(shmem_ctx_t ctx, const short* addr, int pe); pe 466 oshmem/include/pshmem.h OSHMEM_DECLSPEC int pshmem_ctx_int_g(shmem_ctx_t ctx, const int* addr, int pe); pe 467 oshmem/include/pshmem.h OSHMEM_DECLSPEC long pshmem_ctx_long_g(shmem_ctx_t ctx, const long* addr, int pe); pe 468 oshmem/include/pshmem.h OSHMEM_DECLSPEC float pshmem_ctx_float_g(shmem_ctx_t ctx, const float* addr, int pe); pe 469 oshmem/include/pshmem.h OSHMEM_DECLSPEC double pshmem_ctx_double_g(shmem_ctx_t ctx, const double* addr, int pe); pe 470 oshmem/include/pshmem.h OSHMEM_DECLSPEC long long pshmem_ctx_longlong_g(shmem_ctx_t ctx, const long long* addr, int pe); pe 471 oshmem/include/pshmem.h OSHMEM_DECLSPEC long double pshmem_ctx_longdouble_g(shmem_ctx_t ctx, const long double* addr, int pe); pe 472 oshmem/include/pshmem.h OSHMEM_DECLSPEC signed char pshmem_ctx_schar_g(shmem_ctx_t ctx, const signed char* addr, int pe); pe 473 oshmem/include/pshmem.h OSHMEM_DECLSPEC unsigned char pshmem_ctx_uchar_g(shmem_ctx_t ctx, const unsigned char* addr, int pe); pe 474 oshmem/include/pshmem.h OSHMEM_DECLSPEC unsigned short pshmem_ctx_ushort_g(shmem_ctx_t ctx, const unsigned short* addr, int pe); pe 475 oshmem/include/pshmem.h OSHMEM_DECLSPEC unsigned int pshmem_ctx_uint_g(shmem_ctx_t ctx, const unsigned int* addr, int pe); pe 476 oshmem/include/pshmem.h OSHMEM_DECLSPEC unsigned long pshmem_ctx_ulong_g(shmem_ctx_t ctx, const unsigned long* addr, int pe); pe 477 oshmem/include/pshmem.h OSHMEM_DECLSPEC unsigned long long pshmem_ctx_ulonglong_g(shmem_ctx_t ctx, const unsigned long long* addr, int pe); pe 478 oshmem/include/pshmem.h OSHMEM_DECLSPEC int8_t pshmem_ctx_int8_g(shmem_ctx_t ctx, const int8_t* addr, int pe); pe 479 oshmem/include/pshmem.h OSHMEM_DECLSPEC int16_t pshmem_ctx_int16_g(shmem_ctx_t ctx, const int16_t* addr, int pe); pe 480 oshmem/include/pshmem.h OSHMEM_DECLSPEC int32_t pshmem_ctx_int32_g(shmem_ctx_t ctx, const int32_t* addr, int pe); pe 481 oshmem/include/pshmem.h OSHMEM_DECLSPEC int64_t pshmem_ctx_int64_g(shmem_ctx_t ctx, const int64_t* addr, int pe); pe 482 oshmem/include/pshmem.h OSHMEM_DECLSPEC uint8_t pshmem_ctx_uint8_g(shmem_ctx_t ctx, const uint8_t* addr, int pe); pe 483 oshmem/include/pshmem.h OSHMEM_DECLSPEC uint16_t pshmem_ctx_uint16_g(shmem_ctx_t ctx, const uint16_t* addr, int pe); pe 484 oshmem/include/pshmem.h OSHMEM_DECLSPEC uint32_t pshmem_ctx_uint32_g(shmem_ctx_t ctx, const uint32_t* addr, int pe); pe 485 oshmem/include/pshmem.h OSHMEM_DECLSPEC uint64_t pshmem_ctx_uint64_g(shmem_ctx_t ctx, const uint64_t* addr, int pe); pe 486 oshmem/include/pshmem.h OSHMEM_DECLSPEC size_t pshmem_ctx_size_g(shmem_ctx_t ctx, const size_t* addr, int pe); pe 487 oshmem/include/pshmem.h OSHMEM_DECLSPEC ptrdiff_t pshmem_ctx_ptrdiff_g(shmem_ctx_t ctx, const ptrdiff_t* addr, int pe); pe 489 oshmem/include/pshmem.h OSHMEM_DECLSPEC char pshmem_char_g(const char* addr, int pe); pe 490 oshmem/include/pshmem.h OSHMEM_DECLSPEC short pshmem_short_g(const short* addr, int pe); pe 491 oshmem/include/pshmem.h OSHMEM_DECLSPEC int pshmem_int_g(const int* addr, int pe); pe 492 oshmem/include/pshmem.h OSHMEM_DECLSPEC long pshmem_long_g(const long* addr, int pe); pe 493 oshmem/include/pshmem.h OSHMEM_DECLSPEC float pshmem_float_g(const float* addr, int pe); pe 494 oshmem/include/pshmem.h OSHMEM_DECLSPEC double pshmem_double_g(const double* addr, int pe); pe 495 oshmem/include/pshmem.h OSHMEM_DECLSPEC long long pshmem_longlong_g(const long long* addr, int pe); pe 496 oshmem/include/pshmem.h OSHMEM_DECLSPEC long double pshmem_longdouble_g(const long double* addr, int pe); pe 497 oshmem/include/pshmem.h OSHMEM_DECLSPEC signed char pshmem_schar_g(const signed char* addr, int pe); pe 498 oshmem/include/pshmem.h OSHMEM_DECLSPEC unsigned char pshmem_uchar_g(const unsigned char* addr, int pe); pe 499 oshmem/include/pshmem.h OSHMEM_DECLSPEC unsigned short pshmem_ushort_g(const unsigned short* addr, int pe); pe 500 oshmem/include/pshmem.h OSHMEM_DECLSPEC unsigned int pshmem_uint_g(const unsigned int* addr, int pe); pe 501 oshmem/include/pshmem.h OSHMEM_DECLSPEC unsigned long pshmem_ulong_g(const unsigned long* addr, int pe); pe 502 oshmem/include/pshmem.h OSHMEM_DECLSPEC unsigned long long pshmem_ulonglong_g(const unsigned long long* addr, int pe); pe 503 oshmem/include/pshmem.h OSHMEM_DECLSPEC int8_t pshmem_int8_g(const int8_t* addr, int pe); pe 504 oshmem/include/pshmem.h OSHMEM_DECLSPEC int16_t pshmem_int16_g(const int16_t* addr, int pe); pe 505 oshmem/include/pshmem.h OSHMEM_DECLSPEC int32_t pshmem_int32_g(const int32_t* addr, int pe); pe 506 oshmem/include/pshmem.h OSHMEM_DECLSPEC int64_t pshmem_int64_g(const int64_t* addr, int pe); pe 507 oshmem/include/pshmem.h OSHMEM_DECLSPEC uint8_t pshmem_uint8_g(const uint8_t* addr, int pe); pe 508 oshmem/include/pshmem.h OSHMEM_DECLSPEC uint16_t pshmem_uint16_g(const uint16_t* addr, int pe); pe 509 oshmem/include/pshmem.h OSHMEM_DECLSPEC uint32_t pshmem_uint32_g(const uint32_t* addr, int pe); pe 510 oshmem/include/pshmem.h OSHMEM_DECLSPEC uint64_t pshmem_uint64_g(const uint64_t* addr, int pe); pe 511 oshmem/include/pshmem.h OSHMEM_DECLSPEC size_t pshmem_size_g(const size_t* addr, int pe); pe 512 oshmem/include/pshmem.h OSHMEM_DECLSPEC ptrdiff_t pshmem_ptrdiff_g(const ptrdiff_t* addr, int pe); pe 551 oshmem/include/pshmem.h OSHMEM_DECLSPEC void pshmem_ctx_char_get(shmem_ctx_t ctx, char *target, const char *source, size_t len, int pe); pe 552 oshmem/include/pshmem.h OSHMEM_DECLSPEC void pshmem_ctx_short_get(shmem_ctx_t ctx, short *target, const short *source, size_t len, int pe); pe 553 oshmem/include/pshmem.h OSHMEM_DECLSPEC void pshmem_ctx_int_get(shmem_ctx_t ctx, int *target, const int *source, size_t len, int pe); pe 554 oshmem/include/pshmem.h OSHMEM_DECLSPEC void pshmem_ctx_long_get(shmem_ctx_t ctx, long *target, const long *source, size_t len, int pe); pe 555 oshmem/include/pshmem.h OSHMEM_DECLSPEC void pshmem_ctx_float_get(shmem_ctx_t ctx, float *target, const float *source, size_t len, int pe); pe 556 oshmem/include/pshmem.h OSHMEM_DECLSPEC void pshmem_ctx_double_get(shmem_ctx_t ctx, double *target, const double *source, size_t len, int pe); pe 557 oshmem/include/pshmem.h OSHMEM_DECLSPEC void pshmem_ctx_longlong_get(shmem_ctx_t ctx, long long *target, const long long *source, size_t len, int pe); pe 558 oshmem/include/pshmem.h OSHMEM_DECLSPEC void pshmem_ctx_schar_get(shmem_ctx_t ctx, signed char *target, const signed char *source, size_t len, int pe); pe 559 oshmem/include/pshmem.h OSHMEM_DECLSPEC void pshmem_ctx_uchar_get(shmem_ctx_t ctx, unsigned char *target, const unsigned char *source, size_t len, int pe); pe 560 oshmem/include/pshmem.h OSHMEM_DECLSPEC void pshmem_ctx_ushort_get(shmem_ctx_t ctx, unsigned short *target, const unsigned short *source, size_t len, int pe); pe 561 oshmem/include/pshmem.h OSHMEM_DECLSPEC void pshmem_ctx_uint_get(shmem_ctx_t ctx, unsigned int *target, const unsigned int *source, size_t len, int pe); pe 562 oshmem/include/pshmem.h OSHMEM_DECLSPEC void pshmem_ctx_ulong_get(shmem_ctx_t ctx, unsigned long *target, const unsigned long *source, size_t len, int pe); pe 563 oshmem/include/pshmem.h OSHMEM_DECLSPEC void pshmem_ctx_ulonglong_get(shmem_ctx_t ctx, unsigned long long *target, const unsigned long long *source, size_t len, int pe); pe 564 oshmem/include/pshmem.h OSHMEM_DECLSPEC void pshmem_ctx_longdouble_get(shmem_ctx_t ctx, long double *target, const long double *source, size_t len, int pe); pe 565 oshmem/include/pshmem.h OSHMEM_DECLSPEC void pshmem_ctx_int8_get(shmem_ctx_t ctx, int8_t *target, const int8_t *source, size_t len, int pe); pe 566 oshmem/include/pshmem.h OSHMEM_DECLSPEC void pshmem_ctx_int16_get(shmem_ctx_t ctx, int16_t *target, const int16_t *source, size_t len, int pe); pe 567 oshmem/include/pshmem.h OSHMEM_DECLSPEC void pshmem_ctx_int32_get(shmem_ctx_t ctx, int32_t *target, const int32_t *source, size_t len, int pe); pe 568 oshmem/include/pshmem.h OSHMEM_DECLSPEC void pshmem_ctx_int64_get(shmem_ctx_t ctx, int64_t *target, const int64_t *source, size_t len, int pe); pe 569 oshmem/include/pshmem.h OSHMEM_DECLSPEC void pshmem_ctx_uint8_get(shmem_ctx_t ctx, uint8_t *target, const uint8_t *source, size_t len, int pe); pe 570 oshmem/include/pshmem.h OSHMEM_DECLSPEC void pshmem_ctx_uint16_get(shmem_ctx_t ctx, uint16_t *target, const uint16_t *source, size_t len, int pe); pe 571 oshmem/include/pshmem.h OSHMEM_DECLSPEC void pshmem_ctx_uint32_get(shmem_ctx_t ctx, uint32_t *target, const uint32_t *source, size_t len, int pe); pe 572 oshmem/include/pshmem.h OSHMEM_DECLSPEC void pshmem_ctx_uint64_get(shmem_ctx_t ctx, uint64_t *target, const uint64_t *source, size_t len, int pe); pe 573 oshmem/include/pshmem.h OSHMEM_DECLSPEC void pshmem_ctx_size_get(shmem_ctx_t ctx, size_t *target, const size_t *source, size_t len, int pe); pe 574 oshmem/include/pshmem.h OSHMEM_DECLSPEC void pshmem_ctx_ptrdiff_get(shmem_ctx_t ctx, ptrdiff_t *target, const ptrdiff_t *source, size_t len, int pe); pe 576 oshmem/include/pshmem.h OSHMEM_DECLSPEC void pshmem_char_get(char *target, const char *source, size_t len, int pe); pe 577 oshmem/include/pshmem.h OSHMEM_DECLSPEC void pshmem_short_get(short *target, const short *source, size_t len, int pe); pe 578 oshmem/include/pshmem.h OSHMEM_DECLSPEC void pshmem_int_get(int *target, const int *source, size_t len, int pe); pe 579 oshmem/include/pshmem.h OSHMEM_DECLSPEC void pshmem_long_get(long *target, const long *source, size_t len, int pe); pe 580 oshmem/include/pshmem.h OSHMEM_DECLSPEC void pshmem_float_get(float *target, const float *source, size_t len, int pe); pe 581 oshmem/include/pshmem.h OSHMEM_DECLSPEC void pshmem_double_get(double *target, const double *source, size_t len, int pe); pe 582 oshmem/include/pshmem.h OSHMEM_DECLSPEC void pshmem_longlong_get(long long *target, const long long *source, size_t len, int pe); pe 583 oshmem/include/pshmem.h OSHMEM_DECLSPEC void pshmem_schar_get(signed char *target, const signed char *source, size_t len, int pe); pe 584 oshmem/include/pshmem.h OSHMEM_DECLSPEC void pshmem_uchar_get(unsigned char *target, const unsigned char *source, size_t len, int pe); pe 585 oshmem/include/pshmem.h OSHMEM_DECLSPEC void pshmem_ushort_get(unsigned short *target, const unsigned short *source, size_t len, int pe); pe 586 oshmem/include/pshmem.h OSHMEM_DECLSPEC void pshmem_uint_get(unsigned int *target, const unsigned int *source, size_t len, int pe); pe 587 oshmem/include/pshmem.h OSHMEM_DECLSPEC void pshmem_ulong_get(unsigned long *target, const unsigned long *source, size_t len, int pe); pe 588 oshmem/include/pshmem.h OSHMEM_DECLSPEC void pshmem_ulonglong_get(unsigned long long *target, const unsigned long long *source, size_t len, int pe); pe 589 oshmem/include/pshmem.h OSHMEM_DECLSPEC void pshmem_longdouble_get(long double *target, const long double *source, size_t len, int pe); pe 590 oshmem/include/pshmem.h OSHMEM_DECLSPEC void pshmem_int8_get(int8_t *target, const int8_t *source, size_t len, int pe); pe 591 oshmem/include/pshmem.h OSHMEM_DECLSPEC void pshmem_int16_get(int16_t *target, const int16_t *source, size_t len, int pe); pe 592 oshmem/include/pshmem.h OSHMEM_DECLSPEC void pshmem_int32_get(int32_t *target, const int32_t *source, size_t len, int pe); pe 593 oshmem/include/pshmem.h OSHMEM_DECLSPEC void pshmem_int64_get(int64_t *target, const int64_t *source, size_t len, int pe); pe 594 oshmem/include/pshmem.h OSHMEM_DECLSPEC void pshmem_uint8_get(uint8_t *target, const uint8_t *source, size_t len, int pe); pe 595 oshmem/include/pshmem.h OSHMEM_DECLSPEC void pshmem_uint16_get(uint16_t *target, const uint16_t *source, size_t len, int pe); pe 596 oshmem/include/pshmem.h OSHMEM_DECLSPEC void pshmem_uint32_get(uint32_t *target, const uint32_t *source, size_t len, int pe); pe 597 oshmem/include/pshmem.h OSHMEM_DECLSPEC void pshmem_uint64_get(uint64_t *target, const uint64_t *source, size_t len, int pe); pe 598 oshmem/include/pshmem.h OSHMEM_DECLSPEC void pshmem_size_get(size_t *target, const size_t *source, size_t len, int pe); pe 599 oshmem/include/pshmem.h OSHMEM_DECLSPEC void pshmem_ptrdiff_get(ptrdiff_t *target, const ptrdiff_t *source, size_t len, int pe); pe 635 oshmem/include/pshmem.h OSHMEM_DECLSPEC void pshmem_ctx_get8(shmem_ctx_t ctx, void *target, const void *source, size_t len, int pe); pe 636 oshmem/include/pshmem.h OSHMEM_DECLSPEC void pshmem_ctx_get16(shmem_ctx_t ctx, void *target, const void *source, size_t len, int pe); pe 637 oshmem/include/pshmem.h OSHMEM_DECLSPEC void pshmem_ctx_get32(shmem_ctx_t ctx, void *target, const void *source, size_t len, int pe); pe 638 oshmem/include/pshmem.h OSHMEM_DECLSPEC void pshmem_ctx_get64(shmem_ctx_t ctx, void *target, const void *source, size_t len, int pe); pe 639 oshmem/include/pshmem.h OSHMEM_DECLSPEC void pshmem_ctx_get128(shmem_ctx_t ctx, void *target, const void *source, size_t len, int pe); pe 640 oshmem/include/pshmem.h OSHMEM_DECLSPEC void pshmem_ctx_getmem(shmem_ctx_t ctx, void *target, const void *source, size_t len, int pe); pe 642 oshmem/include/pshmem.h OSHMEM_DECLSPEC void pshmem_get8(void *target, const void *source, size_t len, int pe); pe 643 oshmem/include/pshmem.h OSHMEM_DECLSPEC void pshmem_get16(void *target, const void *source, size_t len, int pe); pe 644 oshmem/include/pshmem.h OSHMEM_DECLSPEC void pshmem_get32(void *target, const void *source, size_t len, int pe); pe 645 oshmem/include/pshmem.h OSHMEM_DECLSPEC void pshmem_get64(void *target, const void *source, size_t len, int pe); pe 646 oshmem/include/pshmem.h OSHMEM_DECLSPEC void pshmem_get128(void *target, const void *source, size_t len, int pe); pe 647 oshmem/include/pshmem.h OSHMEM_DECLSPEC void pshmem_getmem(void *target, const void *source, size_t len, int pe); pe 652 oshmem/include/pshmem.h OSHMEM_DECLSPEC void pshmem_ctx_char_iget(shmem_ctx_t ctx, char* target, const char* source, ptrdiff_t tst, ptrdiff_t sst, size_t len, int pe); pe 653 oshmem/include/pshmem.h OSHMEM_DECLSPEC void pshmem_ctx_short_iget(shmem_ctx_t ctx, short* target, const short* source, ptrdiff_t tst, ptrdiff_t sst, size_t len, int pe); pe 654 oshmem/include/pshmem.h OSHMEM_DECLSPEC void pshmem_ctx_int_iget(shmem_ctx_t ctx, int* target, const int* source, ptrdiff_t tst, ptrdiff_t sst, size_t len, int pe); pe 655 oshmem/include/pshmem.h OSHMEM_DECLSPEC void pshmem_ctx_long_iget(shmem_ctx_t ctx, long* target, const long* source, ptrdiff_t tst, ptrdiff_t sst, size_t len, int pe); pe 656 oshmem/include/pshmem.h OSHMEM_DECLSPEC void pshmem_ctx_longlong_iget(shmem_ctx_t ctx, long long* target, const long long* source, ptrdiff_t tst, ptrdiff_t sst, size_t len, int pe); pe 657 oshmem/include/pshmem.h OSHMEM_DECLSPEC void pshmem_ctx_schar_iget(shmem_ctx_t ctx, signed char* target, const signed char* source, ptrdiff_t tst, ptrdiff_t sst, size_t len, int pe); pe 658 oshmem/include/pshmem.h OSHMEM_DECLSPEC void pshmem_ctx_uchar_iget(shmem_ctx_t ctx, unsigned char* target, const unsigned char* source, ptrdiff_t tst, ptrdiff_t sst, size_t len, int pe); pe 659 oshmem/include/pshmem.h OSHMEM_DECLSPEC void pshmem_ctx_ushort_iget(shmem_ctx_t ctx, unsigned short* target, const unsigned short* source, ptrdiff_t tst, ptrdiff_t sst, size_t len, int pe); pe 660 oshmem/include/pshmem.h OSHMEM_DECLSPEC void pshmem_ctx_uint_iget(shmem_ctx_t ctx, unsigned int* target, const unsigned int* source, ptrdiff_t tst, ptrdiff_t sst, size_t len, int pe); pe 661 oshmem/include/pshmem.h OSHMEM_DECLSPEC void pshmem_ctx_ulong_iget(shmem_ctx_t ctx, unsigned long* target, const unsigned long* source, ptrdiff_t tst, ptrdiff_t sst, size_t len, int pe); pe 662 oshmem/include/pshmem.h OSHMEM_DECLSPEC void pshmem_ctx_ulonglong_iget(shmem_ctx_t ctx, unsigned long long* target, const unsigned long long* source, ptrdiff_t tst, ptrdiff_t sst, size_t len, int pe); pe 663 oshmem/include/pshmem.h OSHMEM_DECLSPEC void pshmem_ctx_float_iget(shmem_ctx_t ctx, float* target, const float* source, ptrdiff_t tst, ptrdiff_t sst, size_t len, int pe); pe 664 oshmem/include/pshmem.h OSHMEM_DECLSPEC void pshmem_ctx_double_iget(shmem_ctx_t ctx, double* target, const double* source, ptrdiff_t tst, ptrdiff_t sst, size_t len, int pe); pe 665 oshmem/include/pshmem.h OSHMEM_DECLSPEC void pshmem_ctx_longdouble_iget(shmem_ctx_t ctx, long double* target, const long double* source, ptrdiff_t tst, ptrdiff_t sst, size_t len, int pe); pe 666 oshmem/include/pshmem.h OSHMEM_DECLSPEC void pshmem_ctx_int8_iget(shmem_ctx_t ctx, int8_t* target, const int8_t* source, ptrdiff_t tst, ptrdiff_t sst, size_t len, int pe); pe 667 oshmem/include/pshmem.h OSHMEM_DECLSPEC void pshmem_ctx_int16_iget(shmem_ctx_t ctx, int16_t* target, const int16_t* source, ptrdiff_t tst, ptrdiff_t sst, size_t len, int pe); pe 668 oshmem/include/pshmem.h OSHMEM_DECLSPEC void pshmem_ctx_int32_iget(shmem_ctx_t ctx, int32_t* target, const int32_t* source, ptrdiff_t tst, ptrdiff_t sst, size_t len, int pe); pe 669 oshmem/include/pshmem.h OSHMEM_DECLSPEC void pshmem_ctx_int64_iget(shmem_ctx_t ctx, int64_t* target, const int64_t* source, ptrdiff_t tst, ptrdiff_t sst, size_t len, int pe); pe 670 oshmem/include/pshmem.h OSHMEM_DECLSPEC void pshmem_ctx_uint8_iget(shmem_ctx_t ctx, uint8_t* target, const uint8_t* source, ptrdiff_t tst, ptrdiff_t sst, size_t len, int pe); pe 671 oshmem/include/pshmem.h OSHMEM_DECLSPEC void pshmem_ctx_uint16_iget(shmem_ctx_t ctx, uint16_t* target, const uint16_t* source, ptrdiff_t tst, ptrdiff_t sst, size_t len, int pe); pe 672 oshmem/include/pshmem.h OSHMEM_DECLSPEC void pshmem_ctx_uint32_iget(shmem_ctx_t ctx, uint32_t* target, const uint32_t* source, ptrdiff_t tst, ptrdiff_t sst, size_t len, int pe); pe 673 oshmem/include/pshmem.h OSHMEM_DECLSPEC void pshmem_ctx_uint64_iget(shmem_ctx_t ctx, uint64_t* target, const uint64_t* source, ptrdiff_t tst, ptrdiff_t sst, size_t len, int pe); pe 674 oshmem/include/pshmem.h OSHMEM_DECLSPEC void pshmem_ctx_size_iget(shmem_ctx_t ctx, size_t* target, const size_t* source, ptrdiff_t tst, ptrdiff_t sst, size_t len, int pe); pe 675 oshmem/include/pshmem.h OSHMEM_DECLSPEC void pshmem_ctx_ptrdiff_iget(shmem_ctx_t ctx, ptrdiff_t* target, const ptrdiff_t* source, ptrdiff_t tst, ptrdiff_t sst, size_t len, int pe); pe 677 oshmem/include/pshmem.h OSHMEM_DECLSPEC void pshmem_char_iget(char* target, const char* source, ptrdiff_t tst, ptrdiff_t sst, size_t len, int pe); pe 678 oshmem/include/pshmem.h OSHMEM_DECLSPEC void pshmem_short_iget(short* target, const short* source, ptrdiff_t tst, ptrdiff_t sst, size_t len, int pe); pe 679 oshmem/include/pshmem.h OSHMEM_DECLSPEC void pshmem_int_iget(int* target, const int* source, ptrdiff_t tst, ptrdiff_t sst, size_t len, int pe); pe 680 oshmem/include/pshmem.h OSHMEM_DECLSPEC void pshmem_float_iget(float* target, const float* source, ptrdiff_t tst, ptrdiff_t sst, size_t len, int pe); pe 681 oshmem/include/pshmem.h OSHMEM_DECLSPEC void pshmem_double_iget(double* target, const double* source, ptrdiff_t tst, ptrdiff_t sst, size_t len, int pe); pe 682 oshmem/include/pshmem.h OSHMEM_DECLSPEC void pshmem_longlong_iget(long long* target, const long long* source, ptrdiff_t tst, ptrdiff_t sst, size_t len, int pe); pe 683 oshmem/include/pshmem.h OSHMEM_DECLSPEC void pshmem_longdouble_iget(long double* target, const long double* source, ptrdiff_t tst, ptrdiff_t sst, size_t len, int pe); pe 684 oshmem/include/pshmem.h OSHMEM_DECLSPEC void pshmem_long_iget(long* target, const long* source, ptrdiff_t tst, ptrdiff_t sst, size_t len, int pe); pe 685 oshmem/include/pshmem.h OSHMEM_DECLSPEC void pshmem_schar_iget(signed char* target, const signed char* source, ptrdiff_t tst, ptrdiff_t sst, size_t len, int pe); pe 686 oshmem/include/pshmem.h OSHMEM_DECLSPEC void pshmem_uchar_iget(unsigned char* target, const unsigned char* source, ptrdiff_t tst, ptrdiff_t sst, size_t len, int pe); pe 687 oshmem/include/pshmem.h OSHMEM_DECLSPEC void pshmem_ushort_iget(unsigned short* target, const unsigned short* source, ptrdiff_t tst, ptrdiff_t sst, size_t len, int pe); pe 688 oshmem/include/pshmem.h OSHMEM_DECLSPEC void pshmem_uint_iget(unsigned int* target, const unsigned int* source, ptrdiff_t tst, ptrdiff_t sst, size_t len, int pe); pe 689 oshmem/include/pshmem.h OSHMEM_DECLSPEC void pshmem_ulong_iget(unsigned long* target, const unsigned long* source, ptrdiff_t tst, ptrdiff_t sst, size_t len, int pe); pe 690 oshmem/include/pshmem.h OSHMEM_DECLSPEC void pshmem_ulonglong_iget(unsigned long long* target, const unsigned long long* source, ptrdiff_t tst, ptrdiff_t sst, size_t len, int pe); pe 691 oshmem/include/pshmem.h OSHMEM_DECLSPEC void pshmem_int8_iget(int8_t* target, const int8_t* source, ptrdiff_t tst, ptrdiff_t sst, size_t len, int pe); pe 692 oshmem/include/pshmem.h OSHMEM_DECLSPEC void pshmem_int16_iget(int16_t* target, const int16_t* source, ptrdiff_t tst, ptrdiff_t sst, size_t len, int pe); pe 693 oshmem/include/pshmem.h OSHMEM_DECLSPEC void pshmem_int32_iget(int32_t* target, const int32_t* source, ptrdiff_t tst, ptrdiff_t sst, size_t len, int pe); pe 694 oshmem/include/pshmem.h OSHMEM_DECLSPEC void pshmem_int64_iget(int64_t* target, const int64_t* source, ptrdiff_t tst, ptrdiff_t sst, size_t len, int pe); pe 695 oshmem/include/pshmem.h OSHMEM_DECLSPEC void pshmem_uint8_iget(uint8_t* target, const uint8_t* source, ptrdiff_t tst, ptrdiff_t sst, size_t len, int pe); pe 696 oshmem/include/pshmem.h OSHMEM_DECLSPEC void pshmem_uint16_iget(uint16_t* target, const uint16_t* source, ptrdiff_t tst, ptrdiff_t sst, size_t len, int pe); pe 697 oshmem/include/pshmem.h OSHMEM_DECLSPEC void pshmem_uint32_iget(uint32_t* target, const uint32_t* source, ptrdiff_t tst, ptrdiff_t sst, size_t len, int pe); pe 698 oshmem/include/pshmem.h OSHMEM_DECLSPEC void pshmem_uint64_iget(uint64_t* target, const uint64_t* source, ptrdiff_t tst, ptrdiff_t sst, size_t len, int pe); pe 699 oshmem/include/pshmem.h OSHMEM_DECLSPEC void pshmem_size_iget(size_t* target, const size_t* source, ptrdiff_t tst, ptrdiff_t sst, size_t len, int pe); pe 700 oshmem/include/pshmem.h OSHMEM_DECLSPEC void pshmem_ptrdiff_iget(ptrdiff_t* target, const ptrdiff_t* source, ptrdiff_t tst, ptrdiff_t sst, size_t len, int pe); pe 736 oshmem/include/pshmem.h OSHMEM_DECLSPEC void pshmem_ctx_iget8(shmem_ctx_t ctx, void* target, const void* source, ptrdiff_t tst, ptrdiff_t sst,size_t len, int pe); pe 737 oshmem/include/pshmem.h OSHMEM_DECLSPEC void pshmem_ctx_iget16(shmem_ctx_t ctx, void* target, const void* source, ptrdiff_t tst, ptrdiff_t sst,size_t len, int pe); pe 738 oshmem/include/pshmem.h OSHMEM_DECLSPEC void pshmem_ctx_iget32(shmem_ctx_t ctx, void* target, const void* source, ptrdiff_t tst, ptrdiff_t sst,size_t len, int pe); pe 739 oshmem/include/pshmem.h OSHMEM_DECLSPEC void pshmem_ctx_iget64(shmem_ctx_t ctx, void* target, const void* source, ptrdiff_t tst, ptrdiff_t sst,size_t len, int pe); pe 740 oshmem/include/pshmem.h OSHMEM_DECLSPEC void pshmem_ctx_iget128(shmem_ctx_t ctx, void* target, const void* source, ptrdiff_t tst, ptrdiff_t sst,size_t len, int pe); pe 742 oshmem/include/pshmem.h OSHMEM_DECLSPEC void pshmem_iget8(void* target, const void* source, ptrdiff_t tst, ptrdiff_t sst,size_t len, int pe); pe 743 oshmem/include/pshmem.h OSHMEM_DECLSPEC void pshmem_iget16(void* target, const void* source, ptrdiff_t tst, ptrdiff_t sst,size_t len, int pe); pe 744 oshmem/include/pshmem.h OSHMEM_DECLSPEC void pshmem_iget32(void* target, const void* source, ptrdiff_t tst, ptrdiff_t sst,size_t len, int pe); pe 745 oshmem/include/pshmem.h OSHMEM_DECLSPEC void pshmem_iget64(void* target, const void* source, ptrdiff_t tst, ptrdiff_t sst,size_t len, int pe); pe 746 oshmem/include/pshmem.h OSHMEM_DECLSPEC void pshmem_iget128(void* target, const void* source, ptrdiff_t tst, ptrdiff_t sst,size_t len, int pe); pe 751 oshmem/include/pshmem.h OSHMEM_DECLSPEC void pshmem_ctx_char_get_nbi(shmem_ctx_t ctx, char *target, const char *source, size_t len, int pe); pe 752 oshmem/include/pshmem.h OSHMEM_DECLSPEC void pshmem_ctx_short_get_nbi(shmem_ctx_t ctx, short *target, const short *source, size_t len, int pe); pe 753 oshmem/include/pshmem.h OSHMEM_DECLSPEC void pshmem_ctx_int_get_nbi(shmem_ctx_t ctx, int *target, const int *source, size_t len, int pe); pe 754 oshmem/include/pshmem.h OSHMEM_DECLSPEC void pshmem_ctx_long_get_nbi(shmem_ctx_t ctx, long *target, const long *source, size_t len, int pe); pe 755 oshmem/include/pshmem.h OSHMEM_DECLSPEC void pshmem_ctx_longlong_get_nbi(shmem_ctx_t ctx, long long *target, const long long *source, size_t len, int pe); pe 756 oshmem/include/pshmem.h OSHMEM_DECLSPEC void pshmem_ctx_schar_get_nbi(shmem_ctx_t ctx, signed char *target, const signed char *source, size_t len, int pe); pe 757 oshmem/include/pshmem.h OSHMEM_DECLSPEC void pshmem_ctx_uchar_get_nbi(shmem_ctx_t ctx, unsigned char *target, const unsigned char *source, size_t len, int pe); pe 758 oshmem/include/pshmem.h OSHMEM_DECLSPEC void pshmem_ctx_ushort_get_nbi(shmem_ctx_t ctx, unsigned short *target, const unsigned short *source, size_t len, int pe); pe 759 oshmem/include/pshmem.h OSHMEM_DECLSPEC void pshmem_ctx_uint_get_nbi(shmem_ctx_t ctx, unsigned int *target, const unsigned int *source, size_t len, int pe); pe 760 oshmem/include/pshmem.h OSHMEM_DECLSPEC void pshmem_ctx_ulong_get_nbi(shmem_ctx_t ctx, unsigned long *target, const unsigned long *source, size_t len, int pe); pe 761 oshmem/include/pshmem.h OSHMEM_DECLSPEC void pshmem_ctx_ulonglong_get_nbi(shmem_ctx_t ctx, unsigned long long *target, const unsigned long long *source, size_t len, int pe); pe 762 oshmem/include/pshmem.h OSHMEM_DECLSPEC void pshmem_ctx_float_get_nbi(shmem_ctx_t ctx, float *target, const float *source, size_t len, int pe); pe 763 oshmem/include/pshmem.h OSHMEM_DECLSPEC void pshmem_ctx_double_get_nbi(shmem_ctx_t ctx, double *target, const double *source, size_t len, int pe); pe 764 oshmem/include/pshmem.h OSHMEM_DECLSPEC void pshmem_ctx_longdouble_get_nbi(shmem_ctx_t ctx, long double *target, const long double *source, size_t len, int pe); pe 765 oshmem/include/pshmem.h OSHMEM_DECLSPEC void pshmem_ctx_int8_get_nbi(shmem_ctx_t ctx, int8_t *target, const int8_t *source, size_t len, int pe); pe 766 oshmem/include/pshmem.h OSHMEM_DECLSPEC void pshmem_ctx_int16_get_nbi(shmem_ctx_t ctx, int16_t *target, const int16_t *source, size_t len, int pe); pe 767 oshmem/include/pshmem.h OSHMEM_DECLSPEC void pshmem_ctx_int32_get_nbi(shmem_ctx_t ctx, int32_t *target, const int32_t *source, size_t len, int pe); pe 768 oshmem/include/pshmem.h OSHMEM_DECLSPEC void pshmem_ctx_int64_get_nbi(shmem_ctx_t ctx, int64_t *target, const int64_t *source, size_t len, int pe); pe 769 oshmem/include/pshmem.h OSHMEM_DECLSPEC void pshmem_ctx_uint8_get_nbi(shmem_ctx_t ctx, uint8_t *target, const uint8_t *source, size_t len, int pe); pe 770 oshmem/include/pshmem.h OSHMEM_DECLSPEC void pshmem_ctx_uint16_get_nbi(shmem_ctx_t ctx, uint16_t *target, const uint16_t *source, size_t len, int pe); pe 771 oshmem/include/pshmem.h OSHMEM_DECLSPEC void pshmem_ctx_uint32_get_nbi(shmem_ctx_t ctx, uint32_t *target, const uint32_t *source, size_t len, int pe); pe 772 oshmem/include/pshmem.h OSHMEM_DECLSPEC void pshmem_ctx_uint64_get_nbi(shmem_ctx_t ctx, uint64_t *target, const uint64_t *source, size_t len, int pe); pe 773 oshmem/include/pshmem.h OSHMEM_DECLSPEC void pshmem_ctx_size_get_nbi(shmem_ctx_t ctx, size_t *target, const size_t *source, size_t len, int pe); pe 774 oshmem/include/pshmem.h OSHMEM_DECLSPEC void pshmem_ctx_ptrdiff_get_nbi(shmem_ctx_t ctx, ptrdiff_t *target, const ptrdiff_t *source, size_t len, int pe); pe 776 oshmem/include/pshmem.h OSHMEM_DECLSPEC void pshmem_getmem_nbi(void *target, const void *source, size_t len, int pe); pe 777 oshmem/include/pshmem.h OSHMEM_DECLSPEC void pshmem_char_get_nbi(char *target, const char *source, size_t len, int pe); pe 778 oshmem/include/pshmem.h OSHMEM_DECLSPEC void pshmem_short_get_nbi(short *target, const short *source, size_t len, int pe); pe 779 oshmem/include/pshmem.h OSHMEM_DECLSPEC void pshmem_int_get_nbi(int *target, const int *source, size_t len, int pe); pe 780 oshmem/include/pshmem.h OSHMEM_DECLSPEC void pshmem_long_get_nbi(long *target, const long *source, size_t len, int pe); pe 781 oshmem/include/pshmem.h OSHMEM_DECLSPEC void pshmem_longlong_get_nbi(long long *target, const long long *source, size_t len, int pe); pe 782 oshmem/include/pshmem.h OSHMEM_DECLSPEC void pshmem_schar_get_nbi(signed char *target, const signed char *source, size_t len, int pe); pe 783 oshmem/include/pshmem.h OSHMEM_DECLSPEC void pshmem_uchar_get_nbi(unsigned char *target, const unsigned char *source, size_t len, int pe); pe 784 oshmem/include/pshmem.h OSHMEM_DECLSPEC void pshmem_ushort_get_nbi(unsigned short *target, const unsigned short *source, size_t len, int pe); pe 785 oshmem/include/pshmem.h OSHMEM_DECLSPEC void pshmem_uint_get_nbi(unsigned int *target, const unsigned int *source, size_t len, int pe); pe 786 oshmem/include/pshmem.h OSHMEM_DECLSPEC void pshmem_ulong_get_nbi(unsigned long *target, const unsigned long *source, size_t len, int pe); pe 787 oshmem/include/pshmem.h OSHMEM_DECLSPEC void pshmem_ulonglong_get_nbi(unsigned long long *target, const unsigned long long *source, size_t len, int pe); pe 788 oshmem/include/pshmem.h OSHMEM_DECLSPEC void pshmem_float_get_nbi(float *target, const float *source, size_t len, int pe); pe 789 oshmem/include/pshmem.h OSHMEM_DECLSPEC void pshmem_double_get_nbi(double *target, const double *source, size_t len, int pe); pe 790 oshmem/include/pshmem.h OSHMEM_DECLSPEC void pshmem_longdouble_get_nbi(long double *target, const long double *source, size_t len, int pe); pe 791 oshmem/include/pshmem.h OSHMEM_DECLSPEC void pshmem_int8_get_nbi(int8_t *target, const int8_t *source, size_t len, int pe); pe 792 oshmem/include/pshmem.h OSHMEM_DECLSPEC void pshmem_int16_get_nbi(int16_t *target, const int16_t *source, size_t len, int pe); pe 793 oshmem/include/pshmem.h OSHMEM_DECLSPEC void pshmem_int32_get_nbi(int32_t *target, const int32_t *source, size_t len, int pe); pe 794 oshmem/include/pshmem.h OSHMEM_DECLSPEC void pshmem_int64_get_nbi(int64_t *target, const int64_t *source, size_t len, int pe); pe 795 oshmem/include/pshmem.h OSHMEM_DECLSPEC void pshmem_uint8_get_nbi(uint8_t *target, const uint8_t *source, size_t len, int pe); pe 796 oshmem/include/pshmem.h OSHMEM_DECLSPEC void pshmem_uint16_get_nbi(uint16_t *target, const uint16_t *source, size_t len, int pe); pe 797 oshmem/include/pshmem.h OSHMEM_DECLSPEC void pshmem_uint32_get_nbi(uint32_t *target, const uint32_t *source, size_t len, int pe); pe 798 oshmem/include/pshmem.h OSHMEM_DECLSPEC void pshmem_uint64_get_nbi(uint64_t *target, const uint64_t *source, size_t len, int pe); pe 799 oshmem/include/pshmem.h OSHMEM_DECLSPEC void pshmem_size_get_nbi(size_t *target, const size_t *source, size_t len, int pe); pe 800 oshmem/include/pshmem.h OSHMEM_DECLSPEC void pshmem_ptrdiff_get_nbi(ptrdiff_t *target, const ptrdiff_t *source, size_t len, int pe); pe 836 oshmem/include/pshmem.h OSHMEM_DECLSPEC void pshmem_ctx_get8_nbi(shmem_ctx_t ctx, void *target, const void *source, size_t len, int pe); pe 837 oshmem/include/pshmem.h OSHMEM_DECLSPEC void pshmem_ctx_get16_nbi(shmem_ctx_t ctx, void *target, const void *source, size_t len, int pe); pe 838 oshmem/include/pshmem.h OSHMEM_DECLSPEC void pshmem_ctx_get32_nbi(shmem_ctx_t ctx, void *target, const void *source, size_t len, int pe); pe 839 oshmem/include/pshmem.h OSHMEM_DECLSPEC void pshmem_ctx_get64_nbi(shmem_ctx_t ctx, void *target, const void *source, size_t len, int pe); pe 840 oshmem/include/pshmem.h OSHMEM_DECLSPEC void pshmem_ctx_get128_nbi(shmem_ctx_t ctx, void *target, const void *source, size_t len, int pe); pe 841 oshmem/include/pshmem.h OSHMEM_DECLSPEC void pshmem_ctx_getmem_nbi(shmem_ctx_t ctx, void *target, const void *source, size_t len, int pe); pe 843 oshmem/include/pshmem.h OSHMEM_DECLSPEC void pshmem_get8_nbi(void *target, const void *source, size_t len, int pe); pe 844 oshmem/include/pshmem.h OSHMEM_DECLSPEC void pshmem_get16_nbi(void *target, const void *source, size_t len, int pe); pe 845 oshmem/include/pshmem.h OSHMEM_DECLSPEC void pshmem_get32_nbi(void *target, const void *source, size_t len, int pe); pe 846 oshmem/include/pshmem.h OSHMEM_DECLSPEC void pshmem_get64_nbi(void *target, const void *source, size_t len, int pe); pe 847 oshmem/include/pshmem.h OSHMEM_DECLSPEC void pshmem_get128_nbi(void *target, const void *source, size_t len, int pe); pe 853 oshmem/include/pshmem.h OSHMEM_DECLSPEC int pshmem_ctx_int_atomic_swap(shmem_ctx_t ctx, int *target, int value, int pe); pe 854 oshmem/include/pshmem.h OSHMEM_DECLSPEC long pshmem_ctx_long_atomic_swap(shmem_ctx_t ctx, long *target, long value, int pe); pe 855 oshmem/include/pshmem.h OSHMEM_DECLSPEC long long pshmem_ctx_longlong_atomic_swap(shmem_ctx_t ctx, long long *target, long long value, int pe); pe 856 oshmem/include/pshmem.h OSHMEM_DECLSPEC unsigned int pshmem_ctx_uint_atomic_swap(shmem_ctx_t ctx, unsigned int *target, unsigned int value, int pe); pe 857 oshmem/include/pshmem.h OSHMEM_DECLSPEC unsigned long pshmem_ctx_ulong_atomic_swap(shmem_ctx_t ctx, unsigned long *target, unsigned long value, int pe); pe 858 oshmem/include/pshmem.h OSHMEM_DECLSPEC unsigned long long pshmem_ctx_ulonglong_atomic_swap(shmem_ctx_t ctx, unsigned long long *target, unsigned long long value, int pe); pe 859 oshmem/include/pshmem.h OSHMEM_DECLSPEC float pshmem_ctx_float_atomic_swap(shmem_ctx_t ctx, float *target, float value, int pe); pe 860 oshmem/include/pshmem.h OSHMEM_DECLSPEC double pshmem_ctx_double_atomic_swap(shmem_ctx_t ctx, double *target, double value, int pe); pe 862 oshmem/include/pshmem.h OSHMEM_DECLSPEC int pshmem_int_atomic_swap(int *target, int value, int pe); pe 863 oshmem/include/pshmem.h OSHMEM_DECLSPEC long pshmem_long_atomic_swap(long *target, long value, int pe); pe 864 oshmem/include/pshmem.h OSHMEM_DECLSPEC long long pshmem_longlong_atomic_swap(long long*target, long long value, int pe); pe 865 oshmem/include/pshmem.h OSHMEM_DECLSPEC unsigned int pshmem_uint_atomic_swap(unsigned int *target, unsigned int value, int pe); pe 866 oshmem/include/pshmem.h OSHMEM_DECLSPEC unsigned long pshmem_ulong_atomic_swap(unsigned long *target, unsigned long value, int pe); pe 867 oshmem/include/pshmem.h OSHMEM_DECLSPEC unsigned long long pshmem_ulonglong_atomic_swap(unsigned long long *target, unsigned long long value, int pe); pe 868 oshmem/include/pshmem.h OSHMEM_DECLSPEC float pshmem_float_atomic_swap(float *target, float value, int pe); pe 869 oshmem/include/pshmem.h OSHMEM_DECLSPEC double pshmem_double_atomic_swap(double *target, double value, int pe); pe 893 oshmem/include/pshmem.h OSHMEM_DECLSPEC int pshmem_int_swap(int *target, int value, int pe); pe 894 oshmem/include/pshmem.h OSHMEM_DECLSPEC long pshmem_long_swap(long *target, long value, int pe); pe 895 oshmem/include/pshmem.h OSHMEM_DECLSPEC long long pshmem_longlong_swap(long long*target, long long value, int pe); pe 896 oshmem/include/pshmem.h OSHMEM_DECLSPEC float pshmem_float_swap(float *target, float value, int pe); pe 897 oshmem/include/pshmem.h OSHMEM_DECLSPEC double pshmem_double_swap(double *target, double value, int pe); pe 899 oshmem/include/pshmem.h #define pshmem_swap(dst, val, pe) \ pe 905 oshmem/include/pshmem.h double*: pshmem_double_swap)(dst, val, pe) pe 909 oshmem/include/pshmem.h OSHMEM_DECLSPEC void pshmem_ctx_int_atomic_set(shmem_ctx_t ctx, int *target, int value, int pe); pe 910 oshmem/include/pshmem.h OSHMEM_DECLSPEC void pshmem_ctx_long_atomic_set(shmem_ctx_t ctx, long *target, long value, int pe); pe 911 oshmem/include/pshmem.h OSHMEM_DECLSPEC void pshmem_ctx_longlong_atomic_set(shmem_ctx_t ctx, long long *target, long long value, int pe); pe 912 oshmem/include/pshmem.h OSHMEM_DECLSPEC void pshmem_ctx_uint_atomic_set(shmem_ctx_t ctx, unsigned int *target, unsigned int value, int pe); pe 913 oshmem/include/pshmem.h OSHMEM_DECLSPEC void pshmem_ctx_ulong_atomic_set(shmem_ctx_t ctx, unsigned long *target, unsigned long value, int pe); pe 914 oshmem/include/pshmem.h OSHMEM_DECLSPEC void pshmem_ctx_ulonglong_atomic_set(shmem_ctx_t ctx, unsigned long long *target, unsigned long long value, int pe); pe 915 oshmem/include/pshmem.h OSHMEM_DECLSPEC void pshmem_ctx_float_atomic_set(shmem_ctx_t ctx, float *target, float value, int pe); pe 916 oshmem/include/pshmem.h OSHMEM_DECLSPEC void pshmem_ctx_double_atomic_set(shmem_ctx_t ctx, double *target, double value, int pe); pe 918 oshmem/include/pshmem.h OSHMEM_DECLSPEC void pshmem_int_atomic_set(int *target, int value, int pe); pe 919 oshmem/include/pshmem.h OSHMEM_DECLSPEC void pshmem_long_atomic_set(long *target, long value, int pe); pe 920 oshmem/include/pshmem.h OSHMEM_DECLSPEC void pshmem_longlong_atomic_set(long long *target, long long value, int pe); pe 921 oshmem/include/pshmem.h OSHMEM_DECLSPEC void pshmem_uint_atomic_set(unsigned int *target, unsigned int value, int pe); pe 922 oshmem/include/pshmem.h OSHMEM_DECLSPEC void pshmem_ulong_atomic_set(unsigned long *target, unsigned long value, int pe); pe 923 oshmem/include/pshmem.h OSHMEM_DECLSPEC void pshmem_ulonglong_atomic_set(unsigned long long *target, unsigned long long value, int pe); pe 924 oshmem/include/pshmem.h OSHMEM_DECLSPEC void pshmem_float_atomic_set(float *target, float value, int pe); pe 925 oshmem/include/pshmem.h OSHMEM_DECLSPEC void pshmem_double_atomic_set(double *target, double value, int pe); pe 949 oshmem/include/pshmem.h OSHMEM_DECLSPEC void pshmem_int_set(int *target, int value, int pe); pe 950 oshmem/include/pshmem.h OSHMEM_DECLSPEC void pshmem_long_set(long *target, long value, int pe); pe 951 oshmem/include/pshmem.h OSHMEM_DECLSPEC void pshmem_longlong_set(long long *target, long long value, int pe); pe 952 oshmem/include/pshmem.h OSHMEM_DECLSPEC void pshmem_float_set(float *target, float value, int pe); pe 953 oshmem/include/pshmem.h OSHMEM_DECLSPEC void pshmem_double_set(double *target, double value, int pe); pe 955 oshmem/include/pshmem.h #define pshmem_set(dst, val, pe) \ pe 961 oshmem/include/pshmem.h double*: pshmem_double_set)(dst, val, pe) pe 965 oshmem/include/pshmem.h OSHMEM_DECLSPEC int pshmem_ctx_int_atomic_compare_swap(shmem_ctx_t ctx, int *target, int cond, int value, int pe); pe 966 oshmem/include/pshmem.h OSHMEM_DECLSPEC long pshmem_ctx_long_atomic_compare_swap(shmem_ctx_t ctx, long *target, long cond, long value, int pe); pe 967 oshmem/include/pshmem.h OSHMEM_DECLSPEC long long pshmem_ctx_longlong_atomic_compare_swap(shmem_ctx_t ctx, long long *target, long long cond, long long value, int pe); pe 968 oshmem/include/pshmem.h OSHMEM_DECLSPEC unsigned int pshmem_ctx_uint_atomic_compare_swap(shmem_ctx_t ctx, unsigned int *target, unsigned int cond, unsigned int value, int pe); pe 969 oshmem/include/pshmem.h OSHMEM_DECLSPEC unsigned long pshmem_ctx_ulong_atomic_compare_swap(shmem_ctx_t ctx, unsigned long *target, unsigned long cond, unsigned long value, int pe); pe 970 oshmem/include/pshmem.h OSHMEM_DECLSPEC unsigned long long pshmem_ctx_ulonglong_atomic_compare_swap(shmem_ctx_t ctx, unsigned long long *target, unsigned long long cond, unsigned long long value, int pe); pe 972 oshmem/include/pshmem.h OSHMEM_DECLSPEC int pshmem_int_atomic_compare_swap(int *target, int cond, int value, int pe); pe 973 oshmem/include/pshmem.h OSHMEM_DECLSPEC long pshmem_long_atomic_compare_swap(long *target, long cond, long value, int pe); pe 974 oshmem/include/pshmem.h OSHMEM_DECLSPEC long long pshmem_longlong_atomic_compare_swap(long long *target, long long cond, long long value, int pe); pe 975 oshmem/include/pshmem.h OSHMEM_DECLSPEC unsigned int pshmem_uint_atomic_compare_swap(unsigned int *target, unsigned int cond, unsigned int value, int pe); pe 976 oshmem/include/pshmem.h OSHMEM_DECLSPEC unsigned long pshmem_ulong_atomic_compare_swap(unsigned long *target, unsigned long cond, unsigned long value, int pe); pe 977 oshmem/include/pshmem.h OSHMEM_DECLSPEC unsigned long long pshmem_ulonglong_atomic_compare_swap(unsigned long long *target, unsigned long long cond, unsigned long long value, int pe); pe 998 oshmem/include/pshmem.h OSHMEM_DECLSPEC int pshmem_int_cswap(int *target, int cond, int value, int pe); pe 999 oshmem/include/pshmem.h OSHMEM_DECLSPEC long pshmem_long_cswap(long *target, long cond, long value, int pe); pe 1000 oshmem/include/pshmem.h OSHMEM_DECLSPEC long long pshmem_longlong_cswap(long long *target, long long cond, long long value, int pe); pe 1002 oshmem/include/pshmem.h #define pshmem_cswap(dst, cond, val, pe) \ pe 1006 oshmem/include/pshmem.h long long*: pshmem_longlong_cswap)(dst, cond, val, pe) pe 1010 oshmem/include/pshmem.h OSHMEM_DECLSPEC int pshmem_ctx_int_atomic_fetch_add(shmem_ctx_t ctx, int *target, int value, int pe); pe 1011 oshmem/include/pshmem.h OSHMEM_DECLSPEC long pshmem_ctx_long_atomic_fetch_add(shmem_ctx_t ctx, long *target, long value, int pe); pe 1012 oshmem/include/pshmem.h OSHMEM_DECLSPEC long long pshmem_ctx_longlong_atomic_fetch_add(shmem_ctx_t ctx, long long *target, long long value, int pe); pe 1013 oshmem/include/pshmem.h OSHMEM_DECLSPEC unsigned int pshmem_ctx_uint_atomic_fetch_add(shmem_ctx_t ctx, unsigned int *target, unsigned int value, int pe); pe 1014 oshmem/include/pshmem.h OSHMEM_DECLSPEC unsigned long pshmem_ctx_ulong_atomic_fetch_add(shmem_ctx_t ctx, unsigned long *target, unsigned long value, int pe); pe 1015 oshmem/include/pshmem.h OSHMEM_DECLSPEC unsigned long long pshmem_ctx_ulonglong_atomic_fetch_add(shmem_ctx_t ctx, unsigned long long *target, unsigned long long value, int pe); pe 1017 oshmem/include/pshmem.h OSHMEM_DECLSPEC int pshmem_int_atomic_fetch_add(int *target, int value, int pe); pe 1018 oshmem/include/pshmem.h OSHMEM_DECLSPEC long pshmem_long_atomic_fetch_add(long *target, long value, int pe); pe 1019 oshmem/include/pshmem.h OSHMEM_DECLSPEC long long pshmem_longlong_atomic_fetch_add(long long *target, long long value, int pe); pe 1020 oshmem/include/pshmem.h OSHMEM_DECLSPEC unsigned int pshmem_uint_atomic_fetch_add(unsigned int *target, unsigned int value, int pe); pe 1021 oshmem/include/pshmem.h OSHMEM_DECLSPEC unsigned long pshmem_ulong_atomic_fetch_add(unsigned long *target, unsigned long value, int pe); pe 1022 oshmem/include/pshmem.h OSHMEM_DECLSPEC unsigned long long pshmem_ulonglong_atomic_fetch_add(unsigned long long *target, unsigned long long value, int pe); pe 1042 oshmem/include/pshmem.h OSHMEM_DECLSPEC int pshmem_int_fadd(int *target, int value, int pe); pe 1043 oshmem/include/pshmem.h OSHMEM_DECLSPEC long pshmem_long_fadd(long *target, long value, int pe); pe 1044 oshmem/include/pshmem.h OSHMEM_DECLSPEC long long pshmem_longlong_fadd(long long *target, long long value, int pe); pe 1046 oshmem/include/pshmem.h #define pshmem_fadd(dst, val, pe) \ pe 1050 oshmem/include/pshmem.h long long*: pshmem_longlong_fadd)(dst, val, pe) pe 1054 oshmem/include/pshmem.h OSHMEM_DECLSPEC int pshmem_ctx_int_atomic_fetch_and(shmem_ctx_t ctx, int *target, int value, int pe); pe 1055 oshmem/include/pshmem.h OSHMEM_DECLSPEC long pshmem_ctx_long_atomic_fetch_and(shmem_ctx_t ctx, long *target, long value, int pe); pe 1056 oshmem/include/pshmem.h OSHMEM_DECLSPEC long long pshmem_ctx_longlong_atomic_fetch_and(shmem_ctx_t ctx, long long *target, long long value, int pe); pe 1057 oshmem/include/pshmem.h OSHMEM_DECLSPEC unsigned int pshmem_ctx_uint_atomic_fetch_and(shmem_ctx_t ctx, unsigned int *target, unsigned int value, int pe); pe 1058 oshmem/include/pshmem.h OSHMEM_DECLSPEC unsigned long pshmem_ctx_ulong_atomic_fetch_and(shmem_ctx_t ctx, unsigned long *target, unsigned long value, int pe); pe 1059 oshmem/include/pshmem.h OSHMEM_DECLSPEC unsigned long long pshmem_ctx_ulonglong_atomic_fetch_and(shmem_ctx_t ctx, unsigned long long *target, unsigned long long value, int pe); pe 1060 oshmem/include/pshmem.h OSHMEM_DECLSPEC int32_t pshmem_ctx_int32_atomic_fetch_and(shmem_ctx_t ctx, int32_t *target, int32_t value, int pe); pe 1061 oshmem/include/pshmem.h OSHMEM_DECLSPEC int64_t pshmem_ctx_int64_atomic_fetch_and(shmem_ctx_t ctx, int64_t *target, int64_t value, int pe); pe 1062 oshmem/include/pshmem.h OSHMEM_DECLSPEC uint32_t pshmem_ctx_uint32_atomic_fetch_and(shmem_ctx_t ctx, uint32_t *target, uint32_t value, int pe); pe 1063 oshmem/include/pshmem.h OSHMEM_DECLSPEC uint64_t pshmem_ctx_uint64_atomic_fetch_and(shmem_ctx_t ctx, uint64_t *target, uint64_t value, int pe); pe 1065 oshmem/include/pshmem.h OSHMEM_DECLSPEC int pshmem_int_atomic_fetch_and(int *target, int value, int pe); pe 1066 oshmem/include/pshmem.h OSHMEM_DECLSPEC long pshmem_long_atomic_fetch_and(long *target, long value, int pe); pe 1067 oshmem/include/pshmem.h OSHMEM_DECLSPEC long long pshmem_longlong_atomic_fetch_and(long long *target, long long value, int pe); pe 1068 oshmem/include/pshmem.h OSHMEM_DECLSPEC unsigned int pshmem_uint_atomic_fetch_and(unsigned int *target, unsigned int value, int pe); pe 1069 oshmem/include/pshmem.h OSHMEM_DECLSPEC unsigned long pshmem_ulong_atomic_fetch_and(unsigned long *target, unsigned long value, int pe); pe 1070 oshmem/include/pshmem.h OSHMEM_DECLSPEC unsigned long long pshmem_ulonglong_atomic_fetch_and(unsigned long long *target, unsigned long long value, int pe); pe 1071 oshmem/include/pshmem.h OSHMEM_DECLSPEC int32_t pshmem_int32_atomic_fetch_and(int32_t *target, int32_t value, int pe); pe 1072 oshmem/include/pshmem.h OSHMEM_DECLSPEC int64_t pshmem_int64_atomic_fetch_and(int64_t *target, int64_t value, int pe); pe 1073 oshmem/include/pshmem.h OSHMEM_DECLSPEC uint32_t pshmem_uint32_atomic_fetch_and(uint32_t *target, uint32_t value, int pe); pe 1074 oshmem/include/pshmem.h OSHMEM_DECLSPEC uint64_t pshmem_uint64_atomic_fetch_and(uint64_t *target, uint64_t value, int pe); pe 1103 oshmem/include/pshmem.h OSHMEM_DECLSPEC int pshmem_ctx_int_atomic_fetch_or(shmem_ctx_t ctx, int *target, int value, int pe); pe 1104 oshmem/include/pshmem.h OSHMEM_DECLSPEC long pshmem_ctx_long_atomic_fetch_or(shmem_ctx_t ctx, long *target, long value, int pe); pe 1105 oshmem/include/pshmem.h OSHMEM_DECLSPEC long long pshmem_ctx_longlong_atomic_fetch_or(shmem_ctx_t ctx, long long *target, long long value, int pe); pe 1106 oshmem/include/pshmem.h OSHMEM_DECLSPEC unsigned int pshmem_ctx_uint_atomic_fetch_or(shmem_ctx_t ctx, unsigned int *target, unsigned int value, int pe); pe 1107 oshmem/include/pshmem.h OSHMEM_DECLSPEC unsigned long pshmem_ctx_ulong_atomic_fetch_or(shmem_ctx_t ctx, unsigned long *target, unsigned long value, int pe); pe 1108 oshmem/include/pshmem.h OSHMEM_DECLSPEC unsigned long long pshmem_ctx_ulonglong_atomic_fetch_or(shmem_ctx_t ctx, unsigned long long *target, unsigned long long value, int pe); pe 1109 oshmem/include/pshmem.h OSHMEM_DECLSPEC int32_t pshmem_ctx_int32_atomic_fetch_or(shmem_ctx_t ctx, int32_t *target, int32_t value, int pe); pe 1110 oshmem/include/pshmem.h OSHMEM_DECLSPEC int64_t pshmem_ctx_int64_atomic_fetch_or(shmem_ctx_t ctx, int64_t *target, int64_t value, int pe); pe 1111 oshmem/include/pshmem.h OSHMEM_DECLSPEC uint32_t pshmem_ctx_uint32_atomic_fetch_or(shmem_ctx_t ctx, uint32_t *target, uint32_t value, int pe); pe 1112 oshmem/include/pshmem.h OSHMEM_DECLSPEC uint64_t pshmem_ctx_uint64_atomic_fetch_or(shmem_ctx_t ctx, uint64_t *target, uint64_t value, int pe); pe 1114 oshmem/include/pshmem.h OSHMEM_DECLSPEC int pshmem_int_atomic_fetch_or(int *target, int value, int pe); pe 1115 oshmem/include/pshmem.h OSHMEM_DECLSPEC long pshmem_long_atomic_fetch_or(long *target, long value, int pe); pe 1116 oshmem/include/pshmem.h OSHMEM_DECLSPEC long long pshmem_longlong_atomic_fetch_or(long long *target, long long value, int pe); pe 1117 oshmem/include/pshmem.h OSHMEM_DECLSPEC unsigned int pshmem_uint_atomic_fetch_or(unsigned int *target, unsigned int value, int pe); pe 1118 oshmem/include/pshmem.h OSHMEM_DECLSPEC unsigned long pshmem_ulong_atomic_fetch_or(unsigned long *target, unsigned long value, int pe); pe 1119 oshmem/include/pshmem.h OSHMEM_DECLSPEC unsigned long long pshmem_ulonglong_atomic_fetch_or(unsigned long long *target, unsigned long long value, int pe); pe 1120 oshmem/include/pshmem.h OSHMEM_DECLSPEC int32_t pshmem_int32_atomic_fetch_or(int32_t *target, int32_t value, int pe); pe 1121 oshmem/include/pshmem.h OSHMEM_DECLSPEC int64_t pshmem_int64_atomic_fetch_or(int64_t *target, int64_t value, int pe); pe 1122 oshmem/include/pshmem.h OSHMEM_DECLSPEC uint32_t pshmem_uint32_atomic_fetch_or(uint32_t *target, uint32_t value, int pe); pe 1123 oshmem/include/pshmem.h OSHMEM_DECLSPEC uint64_t pshmem_uint64_atomic_fetch_or(uint64_t *target, uint64_t value, int pe); pe 1152 oshmem/include/pshmem.h OSHMEM_DECLSPEC int pshmem_ctx_int_atomic_fetch_xor(shmem_ctx_t ctx, int *target, int value, int pe); pe 1153 oshmem/include/pshmem.h OSHMEM_DECLSPEC long pshmem_ctx_long_atomic_fetch_xor(shmem_ctx_t ctx, long *target, long value, int pe); pe 1154 oshmem/include/pshmem.h OSHMEM_DECLSPEC long long pshmem_ctx_longlong_atomic_fetch_xor(shmem_ctx_t ctx, long long *target, long long value, int pe); pe 1155 oshmem/include/pshmem.h OSHMEM_DECLSPEC unsigned int pshmem_ctx_uint_atomic_fetch_xor(shmem_ctx_t ctx, unsigned int *target, unsigned int value, int pe); pe 1156 oshmem/include/pshmem.h OSHMEM_DECLSPEC unsigned long pshmem_ctx_ulong_atomic_fetch_xor(shmem_ctx_t ctx, unsigned long *target, unsigned long value, int pe); pe 1157 oshmem/include/pshmem.h OSHMEM_DECLSPEC unsigned long long pshmem_ctx_ulonglong_atomic_fetch_xor(shmem_ctx_t ctx, unsigned long long *target, unsigned long long value, int pe); pe 1158 oshmem/include/pshmem.h OSHMEM_DECLSPEC int32_t pshmem_ctx_int32_atomic_fetch_xor(shmem_ctx_t ctx, int32_t *target, int32_t value, int pe); pe 1159 oshmem/include/pshmem.h OSHMEM_DECLSPEC int64_t pshmem_ctx_int64_atomic_fetch_xor(shmem_ctx_t ctx, int64_t *target, int64_t value, int pe); pe 1160 oshmem/include/pshmem.h OSHMEM_DECLSPEC uint32_t pshmem_ctx_uint32_atomic_fetch_xor(shmem_ctx_t ctx, uint32_t *target, uint32_t value, int pe); pe 1161 oshmem/include/pshmem.h OSHMEM_DECLSPEC uint64_t pshmem_ctx_uint64_atomic_fetch_xor(shmem_ctx_t ctx, uint64_t *target, uint64_t value, int pe); pe 1163 oshmem/include/pshmem.h OSHMEM_DECLSPEC int pshmem_int_atomic_fetch_xor(int *target, int value, int pe); pe 1164 oshmem/include/pshmem.h OSHMEM_DECLSPEC long pshmem_long_atomic_fetch_xor(long *target, long value, int pe); pe 1165 oshmem/include/pshmem.h OSHMEM_DECLSPEC long long pshmem_longlong_atomic_fetch_xor(long long *target, long long value, int pe); pe 1166 oshmem/include/pshmem.h OSHMEM_DECLSPEC unsigned int pshmem_uint_atomic_fetch_xor(unsigned int *target, unsigned int value, int pe); pe 1167 oshmem/include/pshmem.h OSHMEM_DECLSPEC unsigned long pshmem_ulong_atomic_fetch_xor(unsigned long *target, unsigned long value, int pe); pe 1168 oshmem/include/pshmem.h OSHMEM_DECLSPEC unsigned long long pshmem_ulonglong_atomic_fetch_xor(unsigned long long *target, unsigned long long value, int pe); pe 1169 oshmem/include/pshmem.h OSHMEM_DECLSPEC int32_t pshmem_int32_atomic_fetch_xor(int32_t *target, int32_t value, int pe); pe 1170 oshmem/include/pshmem.h OSHMEM_DECLSPEC int64_t pshmem_int64_atomic_fetch_xor(int64_t *target, int64_t value, int pe); pe 1171 oshmem/include/pshmem.h OSHMEM_DECLSPEC uint32_t pshmem_uint32_atomic_fetch_xor(uint32_t *target, uint32_t value, int pe); pe 1172 oshmem/include/pshmem.h OSHMEM_DECLSPEC uint64_t pshmem_uint64_atomic_fetch_xor(uint64_t *target, uint64_t value, int pe); pe 1201 oshmem/include/pshmem.h OSHMEM_DECLSPEC int pshmem_ctx_int_atomic_fetch(shmem_ctx_t ctx, const int *target, int pe); pe 1202 oshmem/include/pshmem.h OSHMEM_DECLSPEC long pshmem_ctx_long_atomic_fetch(shmem_ctx_t ctx, const long *target, int pe); pe 1203 oshmem/include/pshmem.h OSHMEM_DECLSPEC long long pshmem_ctx_longlong_atomic_fetch(shmem_ctx_t ctx, const long long *target, int pe); pe 1204 oshmem/include/pshmem.h OSHMEM_DECLSPEC unsigned int pshmem_ctx_uint_atomic_fetch(shmem_ctx_t ctx, const unsigned int *target, int pe); pe 1205 oshmem/include/pshmem.h OSHMEM_DECLSPEC unsigned long pshmem_ctx_ulong_atomic_fetch(shmem_ctx_t ctx, const unsigned long *target, int pe); pe 1206 oshmem/include/pshmem.h OSHMEM_DECLSPEC unsigned long long pshmem_ctx_ulonglong_atomic_fetch(shmem_ctx_t ctx, const unsigned long long *target, int pe); pe 1207 oshmem/include/pshmem.h OSHMEM_DECLSPEC float pshmem_ctx_float_atomic_fetch(shmem_ctx_t ctx, const float *target, int pe); pe 1208 oshmem/include/pshmem.h OSHMEM_DECLSPEC double pshmem_ctx_double_atomic_fetch(shmem_ctx_t ctx, const double *target, int pe); pe 1210 oshmem/include/pshmem.h OSHMEM_DECLSPEC int pshmem_int_atomic_fetch(const int *target, int pe); pe 1211 oshmem/include/pshmem.h OSHMEM_DECLSPEC long pshmem_long_atomic_fetch(const long *target, int pe); pe 1212 oshmem/include/pshmem.h OSHMEM_DECLSPEC long long pshmem_longlong_atomic_fetch(const long long *target, int pe); pe 1213 oshmem/include/pshmem.h OSHMEM_DECLSPEC unsigned int pshmem_uint_atomic_fetch(const unsigned int *target, int pe); pe 1214 oshmem/include/pshmem.h OSHMEM_DECLSPEC unsigned long pshmem_ulong_atomic_fetch(const unsigned long *target, int pe); pe 1215 oshmem/include/pshmem.h OSHMEM_DECLSPEC unsigned long long pshmem_ulonglong_atomic_fetch(const unsigned long long *target, int pe); pe 1216 oshmem/include/pshmem.h OSHMEM_DECLSPEC float pshmem_float_atomic_fetch(const float *target, int pe); pe 1217 oshmem/include/pshmem.h OSHMEM_DECLSPEC double pshmem_double_atomic_fetch(const double *target, int pe); pe 1241 oshmem/include/pshmem.h OSHMEM_DECLSPEC int pshmem_int_fetch(const int *target, int pe); pe 1242 oshmem/include/pshmem.h OSHMEM_DECLSPEC long pshmem_long_fetch(const long *target, int pe); pe 1243 oshmem/include/pshmem.h OSHMEM_DECLSPEC long long pshmem_longlong_fetch(const long long *target, int pe); pe 1244 oshmem/include/pshmem.h OSHMEM_DECLSPEC float pshmem_float_fetch(const float *target, int pe); pe 1245 oshmem/include/pshmem.h OSHMEM_DECLSPEC double pshmem_double_fetch(const double *target, int pe); pe 1247 oshmem/include/pshmem.h #define pshmem_fetch(dst, pe) \ pe 1253 oshmem/include/pshmem.h double*: pshmem_double_fetch)(dst, pe) pe 1257 oshmem/include/pshmem.h OSHMEM_DECLSPEC int pshmem_ctx_int_atomic_fetch_inc(shmem_ctx_t ctx, int *target, int pe); pe 1258 oshmem/include/pshmem.h OSHMEM_DECLSPEC long pshmem_ctx_long_atomic_fetch_inc(shmem_ctx_t ctx, long *target, int pe); pe 1259 oshmem/include/pshmem.h OSHMEM_DECLSPEC long long pshmem_ctx_longlong_atomic_fetch_inc(shmem_ctx_t ctx, long long *target, int pe); pe 1260 oshmem/include/pshmem.h OSHMEM_DECLSPEC unsigned int pshmem_ctx_uint_atomic_fetch_inc(shmem_ctx_t ctx, unsigned int *target, int pe); pe 1261 oshmem/include/pshmem.h OSHMEM_DECLSPEC unsigned long pshmem_ctx_ulong_atomic_fetch_inc(shmem_ctx_t ctx, unsigned long *target, int pe); pe 1262 oshmem/include/pshmem.h OSHMEM_DECLSPEC unsigned long long pshmem_ctx_ulonglong_atomic_fetch_inc(shmem_ctx_t ctx, unsigned long long *target, int pe); pe 1264 oshmem/include/pshmem.h OSHMEM_DECLSPEC int pshmem_int_atomic_fetch_inc(int *target, int pe); pe 1265 oshmem/include/pshmem.h OSHMEM_DECLSPEC long pshmem_long_atomic_fetch_inc(long *target, int pe); pe 1266 oshmem/include/pshmem.h OSHMEM_DECLSPEC long long pshmem_longlong_atomic_fetch_inc(long long *target, int pe); pe 1267 oshmem/include/pshmem.h OSHMEM_DECLSPEC unsigned int pshmem_uint_atomic_fetch_inc(unsigned int *target, int pe); pe 1268 oshmem/include/pshmem.h OSHMEM_DECLSPEC unsigned long pshmem_ulong_atomic_fetch_inc(unsigned long *target, int pe); pe 1269 oshmem/include/pshmem.h OSHMEM_DECLSPEC unsigned long long pshmem_ulonglong_atomic_fetch_inc(unsigned long long *target, int pe); pe 1289 oshmem/include/pshmem.h OSHMEM_DECLSPEC int pshmem_int_finc(int *target, int pe); pe 1290 oshmem/include/pshmem.h OSHMEM_DECLSPEC long pshmem_long_finc(long *target, int pe); pe 1291 oshmem/include/pshmem.h OSHMEM_DECLSPEC long long pshmem_longlong_finc(long long *target, int pe); pe 1293 oshmem/include/pshmem.h #define pshmem_finc(dst, pe) \ pe 1297 oshmem/include/pshmem.h long long*: pshmem_longlong_finc)(dst, pe) pe 1301 oshmem/include/pshmem.h OSHMEM_DECLSPEC void pshmem_ctx_int_atomic_add(shmem_ctx_t ctx, int *target, int value, int pe); pe 1302 oshmem/include/pshmem.h OSHMEM_DECLSPEC void pshmem_ctx_long_atomic_add(shmem_ctx_t ctx, long *target, long value, int pe); pe 1303 oshmem/include/pshmem.h OSHMEM_DECLSPEC void pshmem_ctx_longlong_atomic_add(shmem_ctx_t ctx, long long *target, long long value, int pe); pe 1304 oshmem/include/pshmem.h OSHMEM_DECLSPEC void pshmem_ctx_uint_atomic_add(shmem_ctx_t ctx, unsigned int *target, unsigned int value, int pe); pe 1305 oshmem/include/pshmem.h OSHMEM_DECLSPEC void pshmem_ctx_ulong_atomic_add(shmem_ctx_t ctx, unsigned long *target, unsigned long value, int pe); pe 1306 oshmem/include/pshmem.h OSHMEM_DECLSPEC void pshmem_ctx_ulonglong_atomic_add(shmem_ctx_t ctx, unsigned long long *target, unsigned long long value, int pe); pe 1308 oshmem/include/pshmem.h OSHMEM_DECLSPEC void pshmem_int_atomic_add(int *target, int value, int pe); pe 1309 oshmem/include/pshmem.h OSHMEM_DECLSPEC void pshmem_long_atomic_add(long *target, long value, int pe); pe 1310 oshmem/include/pshmem.h OSHMEM_DECLSPEC void pshmem_longlong_atomic_add(long long *target, long long value, int pe); pe 1311 oshmem/include/pshmem.h OSHMEM_DECLSPEC void pshmem_uint_atomic_add(unsigned int *target, unsigned int value, int pe); pe 1312 oshmem/include/pshmem.h OSHMEM_DECLSPEC void pshmem_ulong_atomic_add(unsigned long *target, unsigned long value, int pe); pe 1313 oshmem/include/pshmem.h OSHMEM_DECLSPEC void pshmem_ulonglong_atomic_add(unsigned long long *target, unsigned long long value, int pe); pe 1333 oshmem/include/pshmem.h OSHMEM_DECLSPEC void pshmem_int_add(int *target, int value, int pe); pe 1334 oshmem/include/pshmem.h OSHMEM_DECLSPEC void pshmem_long_add(long *target, long value, int pe); pe 1335 oshmem/include/pshmem.h OSHMEM_DECLSPEC void pshmem_longlong_add(long long *target, long long value, int pe); pe 1337 oshmem/include/pshmem.h #define pshmem_add(dst, val, pe) \ pe 1341 oshmem/include/pshmem.h long long*: pshmem_longlong_add)(dst, val, pe) pe 1345 oshmem/include/pshmem.h OSHMEM_DECLSPEC void pshmem_ctx_int_atomic_and(shmem_ctx_t ctx, int *target, int value, int pe); pe 1346 oshmem/include/pshmem.h OSHMEM_DECLSPEC void pshmem_ctx_long_atomic_and(shmem_ctx_t ctx, long *target, long value, int pe); pe 1347 oshmem/include/pshmem.h OSHMEM_DECLSPEC void pshmem_ctx_longlong_atomic_and(shmem_ctx_t ctx, long long *target, long long value, int pe); pe 1348 oshmem/include/pshmem.h OSHMEM_DECLSPEC void pshmem_ctx_uint_atomic_and(shmem_ctx_t ctx, unsigned int *target, unsigned int value, int pe); pe 1349 oshmem/include/pshmem.h OSHMEM_DECLSPEC void pshmem_ctx_ulong_atomic_and(shmem_ctx_t ctx, unsigned long *target, unsigned long value, int pe); pe 1350 oshmem/include/pshmem.h OSHMEM_DECLSPEC void pshmem_ctx_ulonglong_atomic_and(shmem_ctx_t ctx, unsigned long long *target, unsigned long long value, int pe); pe 1351 oshmem/include/pshmem.h OSHMEM_DECLSPEC void pshmem_ctx_int32_atomic_and(shmem_ctx_t ctx, int32_t *target, int32_t value, int pe); pe 1352 oshmem/include/pshmem.h OSHMEM_DECLSPEC void pshmem_ctx_int64_atomic_and(shmem_ctx_t ctx, int64_t *target, int64_t value, int pe); pe 1353 oshmem/include/pshmem.h OSHMEM_DECLSPEC void pshmem_ctx_uint32_atomic_and(shmem_ctx_t ctx, uint32_t *target, uint32_t value, int pe); pe 1354 oshmem/include/pshmem.h OSHMEM_DECLSPEC void pshmem_ctx_uint64_atomic_and(shmem_ctx_t ctx, uint64_t *target, uint64_t value, int pe); pe 1356 oshmem/include/pshmem.h OSHMEM_DECLSPEC void pshmem_int_atomic_and(int *target, int value, int pe); pe 1357 oshmem/include/pshmem.h OSHMEM_DECLSPEC void pshmem_long_atomic_and(long *target, long value, int pe); pe 1358 oshmem/include/pshmem.h OSHMEM_DECLSPEC void pshmem_longlong_atomic_and(long long *target, long long value, int pe); pe 1359 oshmem/include/pshmem.h OSHMEM_DECLSPEC void pshmem_uint_atomic_and(unsigned int *target, unsigned int value, int pe); pe 1360 oshmem/include/pshmem.h OSHMEM_DECLSPEC void pshmem_ulong_atomic_and(unsigned long *target, unsigned long value, int pe); pe 1361 oshmem/include/pshmem.h OSHMEM_DECLSPEC void pshmem_ulonglong_atomic_and(unsigned long long *target, unsigned long long value, int pe); pe 1362 oshmem/include/pshmem.h OSHMEM_DECLSPEC void pshmem_int32_atomic_and(int32_t *target, int32_t value, int pe); pe 1363 oshmem/include/pshmem.h OSHMEM_DECLSPEC void pshmem_int64_atomic_and(int64_t *target, int64_t value, int pe); pe 1364 oshmem/include/pshmem.h OSHMEM_DECLSPEC void pshmem_uint32_atomic_and(uint32_t *target, uint32_t value, int pe); pe 1365 oshmem/include/pshmem.h OSHMEM_DECLSPEC void pshmem_uint64_atomic_and(uint64_t *target, uint64_t value, int pe); pe 1386 oshmem/include/pshmem.h OSHMEM_DECLSPEC void pshmem_ctx_int_atomic_or(shmem_ctx_t ctx, int *target, int value, int pe); pe 1387 oshmem/include/pshmem.h OSHMEM_DECLSPEC void pshmem_ctx_long_atomic_or(shmem_ctx_t ctx, long *target, long value, int pe); pe 1388 oshmem/include/pshmem.h OSHMEM_DECLSPEC void pshmem_ctx_longlong_atomic_or(shmem_ctx_t ctx, long long *target, long long value, int pe); pe 1389 oshmem/include/pshmem.h OSHMEM_DECLSPEC void pshmem_ctx_uint_atomic_or(shmem_ctx_t ctx, unsigned int *target, unsigned int value, int pe); pe 1390 oshmem/include/pshmem.h OSHMEM_DECLSPEC void pshmem_ctx_ulong_atomic_or(shmem_ctx_t ctx, unsigned long *target, unsigned long value, int pe); pe 1391 oshmem/include/pshmem.h OSHMEM_DECLSPEC void pshmem_ctx_ulonglong_atomic_or(shmem_ctx_t ctx, unsigned long long *target, unsigned long long value, int pe); pe 1392 oshmem/include/pshmem.h OSHMEM_DECLSPEC void pshmem_ctx_int32_atomic_or(shmem_ctx_t ctx, int32_t *target, int32_t value, int pe); pe 1393 oshmem/include/pshmem.h OSHMEM_DECLSPEC void pshmem_ctx_int64_atomic_or(shmem_ctx_t ctx, int64_t *target, int64_t value, int pe); pe 1394 oshmem/include/pshmem.h OSHMEM_DECLSPEC void pshmem_ctx_uint32_atomic_or(shmem_ctx_t ctx, uint32_t *target, uint32_t value, int pe); pe 1395 oshmem/include/pshmem.h OSHMEM_DECLSPEC void pshmem_ctx_uint64_atomic_or(shmem_ctx_t ctx, uint64_t *target, uint64_t value, int pe); pe 1397 oshmem/include/pshmem.h OSHMEM_DECLSPEC void pshmem_int_atomic_or(int *target, int value, int pe); pe 1398 oshmem/include/pshmem.h OSHMEM_DECLSPEC void pshmem_long_atomic_or(long *target, long value, int pe); pe 1399 oshmem/include/pshmem.h OSHMEM_DECLSPEC void pshmem_longlong_atomic_or(long long *target, long long value, int pe); pe 1400 oshmem/include/pshmem.h OSHMEM_DECLSPEC void pshmem_uint_atomic_or(unsigned int *target, unsigned int value, int pe); pe 1401 oshmem/include/pshmem.h OSHMEM_DECLSPEC void pshmem_ulong_atomic_or(unsigned long *target, unsigned long value, int pe); pe 1402 oshmem/include/pshmem.h OSHMEM_DECLSPEC void pshmem_ulonglong_atomic_or(unsigned long long *target, unsigned long long value, int pe); pe 1403 oshmem/include/pshmem.h OSHMEM_DECLSPEC void pshmem_int32_atomic_or(int32_t *target, int32_t value, int pe); pe 1404 oshmem/include/pshmem.h OSHMEM_DECLSPEC void pshmem_int64_atomic_or(int64_t *target, int64_t value, int pe); pe 1405 oshmem/include/pshmem.h OSHMEM_DECLSPEC void pshmem_uint32_atomic_or(uint32_t *target, uint32_t value, int pe); pe 1406 oshmem/include/pshmem.h OSHMEM_DECLSPEC void pshmem_uint64_atomic_or(uint64_t *target, uint64_t value, int pe); pe 1427 oshmem/include/pshmem.h OSHMEM_DECLSPEC void pshmem_ctx_int_atomic_xor(shmem_ctx_t ctx, int *target, int value, int pe); pe 1428 oshmem/include/pshmem.h OSHMEM_DECLSPEC void pshmem_ctx_long_atomic_xor(shmem_ctx_t ctx, long *target, long value, int pe); pe 1429 oshmem/include/pshmem.h OSHMEM_DECLSPEC void pshmem_ctx_longlong_atomic_xor(shmem_ctx_t ctx, long long *target, long long value, int pe); pe 1430 oshmem/include/pshmem.h OSHMEM_DECLSPEC void pshmem_ctx_uint_atomic_xor(shmem_ctx_t ctx, unsigned int *target, unsigned int value, int pe); pe 1431 oshmem/include/pshmem.h OSHMEM_DECLSPEC void pshmem_ctx_ulong_atomic_xor(shmem_ctx_t ctx, unsigned long *target, unsigned long value, int pe); pe 1432 oshmem/include/pshmem.h OSHMEM_DECLSPEC void pshmem_ctx_ulonglong_atomic_xor(shmem_ctx_t ctx, unsigned long long *target, unsigned long long value, int pe); pe 1433 oshmem/include/pshmem.h OSHMEM_DECLSPEC void pshmem_ctx_int32_atomic_xor(shmem_ctx_t ctx, int32_t *target, int32_t value, int pe); pe 1434 oshmem/include/pshmem.h OSHMEM_DECLSPEC void pshmem_ctx_int64_atomic_xor(shmem_ctx_t ctx, int64_t *target, int64_t value, int pe); pe 1435 oshmem/include/pshmem.h OSHMEM_DECLSPEC void pshmem_ctx_uint32_atomic_xor(shmem_ctx_t ctx, uint32_t *target, uint32_t value, int pe); pe 1436 oshmem/include/pshmem.h OSHMEM_DECLSPEC void pshmem_ctx_uint64_atomic_xor(shmem_ctx_t ctx, uint64_t *target, uint64_t value, int pe); pe 1438 oshmem/include/pshmem.h OSHMEM_DECLSPEC void pshmem_int_atomic_xor(int *target, int value, int pe); pe 1439 oshmem/include/pshmem.h OSHMEM_DECLSPEC void pshmem_long_atomic_xor(long *target, long value, int pe); pe 1440 oshmem/include/pshmem.h OSHMEM_DECLSPEC void pshmem_longlong_atomic_xor(long long *target, long long value, int pe); pe 1441 oshmem/include/pshmem.h OSHMEM_DECLSPEC void pshmem_uint_atomic_xor(unsigned int *target, unsigned int value, int pe); pe 1442 oshmem/include/pshmem.h OSHMEM_DECLSPEC void pshmem_ulong_atomic_xor(unsigned long *target, unsigned long value, int pe); pe 1443 oshmem/include/pshmem.h OSHMEM_DECLSPEC void pshmem_ulonglong_atomic_xor(unsigned long long *target, unsigned long long value, int pe); pe 1444 oshmem/include/pshmem.h OSHMEM_DECLSPEC void pshmem_int32_atomic_xor(int32_t *target, int32_t value, int pe); pe 1445 oshmem/include/pshmem.h OSHMEM_DECLSPEC void pshmem_int64_atomic_xor(int64_t *target, int64_t value, int pe); pe 1446 oshmem/include/pshmem.h OSHMEM_DECLSPEC void pshmem_uint32_atomic_xor(uint32_t *target, uint32_t value, int pe); pe 1447 oshmem/include/pshmem.h OSHMEM_DECLSPEC void pshmem_uint64_atomic_xor(uint64_t *target, uint64_t value, int pe); pe 1468 oshmem/include/pshmem.h OSHMEM_DECLSPEC void pshmem_ctx_int_atomic_inc(shmem_ctx_t ctx, int *target, int pe); pe 1469 oshmem/include/pshmem.h OSHMEM_DECLSPEC void pshmem_ctx_long_atomic_inc(shmem_ctx_t ctx, long *target, int pe); pe 1470 oshmem/include/pshmem.h OSHMEM_DECLSPEC void pshmem_ctx_longlong_atomic_inc(shmem_ctx_t ctx, long long *target, int pe); pe 1471 oshmem/include/pshmem.h OSHMEM_DECLSPEC void pshmem_ctx_uint_atomic_inc(shmem_ctx_t ctx, unsigned int *target, int pe); pe 1472 oshmem/include/pshmem.h OSHMEM_DECLSPEC void pshmem_ctx_ulong_atomic_inc(shmem_ctx_t ctx, unsigned long *target, int pe); pe 1473 oshmem/include/pshmem.h OSHMEM_DECLSPEC void pshmem_ctx_ulonglong_atomic_inc(shmem_ctx_t ctx, unsigned long long *target, int pe); pe 1475 oshmem/include/pshmem.h OSHMEM_DECLSPEC void pshmem_int_atomic_inc(int *target, int pe); pe 1476 oshmem/include/pshmem.h OSHMEM_DECLSPEC void pshmem_long_atomic_inc(long *target, int pe); pe 1477 oshmem/include/pshmem.h OSHMEM_DECLSPEC void pshmem_longlong_atomic_inc(long long *target, int pe); pe 1478 oshmem/include/pshmem.h OSHMEM_DECLSPEC void pshmem_uint_atomic_inc(unsigned int *target, int pe); pe 1479 oshmem/include/pshmem.h OSHMEM_DECLSPEC void pshmem_ulong_atomic_inc(unsigned long *target, int pe); pe 1480 oshmem/include/pshmem.h OSHMEM_DECLSPEC void pshmem_ulonglong_atomic_inc(unsigned long long *target, int pe); pe 1500 oshmem/include/pshmem.h OSHMEM_DECLSPEC void pshmem_int_inc(int *target, int pe); pe 1501 oshmem/include/pshmem.h OSHMEM_DECLSPEC void pshmem_long_inc(long *target, int pe); pe 1502 oshmem/include/pshmem.h OSHMEM_DECLSPEC void pshmem_longlong_inc(long long *target, int pe); pe 1504 oshmem/include/pshmem.h #define pshmem_inc(dst, pe) \ pe 1508 oshmem/include/pshmem.h long long*: pshmem_longlong_inc)(dst, pe) pe 39 oshmem/include/pshmemx.h OSHMEM_DECLSPEC void pshmem_char_put(char *target, const char *source, size_t len, int pe); pe 40 oshmem/include/pshmemx.h OSHMEM_DECLSPEC void pshmem_char_get(char *target, const char *source, size_t len, int pe); pe 51 oshmem/include/pshmemx.h OSHMEM_DECLSPEC void pshmemx_int16_p(int16_t* addr, int16_t value, int pe); pe 52 oshmem/include/pshmemx.h OSHMEM_DECLSPEC void pshmemx_int32_p(int32_t* addr, int32_t value, int pe); pe 53 oshmem/include/pshmemx.h OSHMEM_DECLSPEC void pshmemx_int64_p(int64_t* addr, int64_t value, int pe); pe 66 oshmem/include/pshmemx.h OSHMEM_DECLSPEC int16_t pshmemx_int16_g(const int16_t* addr, int pe); pe 67 oshmem/include/pshmemx.h OSHMEM_DECLSPEC int32_t pshmemx_int32_g(const int32_t* addr, int pe); pe 68 oshmem/include/pshmemx.h OSHMEM_DECLSPEC int64_t pshmemx_int64_g(const int64_t* addr, int pe); pe 82 oshmem/include/pshmemx.h OSHMEM_DECLSPEC int32_t pshmemx_int32_swap(int32_t *target, int32_t value, int pe); pe 83 oshmem/include/pshmemx.h OSHMEM_DECLSPEC int64_t pshmemx_int64_swap(int64_t *target, int64_t value, int pe); pe 86 oshmem/include/pshmemx.h OSHMEM_DECLSPEC void pshmemx_int32_set(int32_t *target, int32_t value, int pe); pe 87 oshmem/include/pshmemx.h OSHMEM_DECLSPEC void pshmemx_int64_set(int64_t *target, int64_t value, int pe); pe 90 oshmem/include/pshmemx.h OSHMEM_DECLSPEC int32_t pshmemx_int32_cswap(int32_t *target, int32_t cond, int32_t value, int pe); pe 91 oshmem/include/pshmemx.h OSHMEM_DECLSPEC int64_t pshmemx_int64_cswap(int64_t *target, int64_t cond, int64_t value, int pe); pe 94 oshmem/include/pshmemx.h OSHMEM_DECLSPEC int32_t pshmemx_int32_fadd(int32_t *target, int32_t value, int pe); pe 95 oshmem/include/pshmemx.h OSHMEM_DECLSPEC int64_t pshmemx_int64_fadd(int64_t *target, int64_t value, int pe); pe 98 oshmem/include/pshmemx.h OSHMEM_DECLSPEC int32_t pshmemx_int32_atomic_fetch_and(int32_t *target, int32_t value, int pe); pe 99 oshmem/include/pshmemx.h OSHMEM_DECLSPEC int64_t pshmemx_int64_atomic_fetch_and(int64_t *target, int64_t value, int pe); pe 100 oshmem/include/pshmemx.h OSHMEM_DECLSPEC uint32_t pshmemx_uint32_atomic_fetch_and(uint32_t *target, uint32_t value, int pe); pe 101 oshmem/include/pshmemx.h OSHMEM_DECLSPEC uint64_t pshmemx_uint64_atomic_fetch_and(uint64_t *target, uint64_t value, int pe); pe 104 oshmem/include/pshmemx.h OSHMEM_DECLSPEC int32_t pshmemx_int32_atomic_fetch_or(int32_t *target, int32_t value, int pe); pe 105 oshmem/include/pshmemx.h OSHMEM_DECLSPEC int64_t pshmemx_int64_atomic_fetch_or(int64_t *target, int64_t value, int pe); pe 106 oshmem/include/pshmemx.h OSHMEM_DECLSPEC uint32_t pshmemx_uint32_atomic_fetch_or(uint32_t *target, uint32_t value, int pe); pe 107 oshmem/include/pshmemx.h OSHMEM_DECLSPEC uint64_t pshmemx_uint64_atomic_fetch_or(uint64_t *target, uint64_t value, int pe); pe 110 oshmem/include/pshmemx.h OSHMEM_DECLSPEC int32_t pshmemx_int32_atomic_fetch_xor(int32_t *target, int32_t value, int pe); pe 111 oshmem/include/pshmemx.h OSHMEM_DECLSPEC int64_t pshmemx_int64_atomic_fetch_xor(int64_t *target, int64_t value, int pe); pe 112 oshmem/include/pshmemx.h OSHMEM_DECLSPEC uint32_t pshmemx_uint32_atomic_fetch_xor(uint32_t *target, uint32_t value, int pe); pe 113 oshmem/include/pshmemx.h OSHMEM_DECLSPEC uint64_t pshmemx_uint64_atomic_fetch_xor(uint64_t *target, uint64_t value, int pe); pe 116 oshmem/include/pshmemx.h OSHMEM_DECLSPEC int32_t pshmemx_int32_fetch(const int32_t *target, int pe); pe 117 oshmem/include/pshmemx.h OSHMEM_DECLSPEC int64_t pshmemx_int64_fetch(const int64_t *target, int pe); pe 120 oshmem/include/pshmemx.h OSHMEM_DECLSPEC int32_t pshmemx_int32_finc(int32_t *target, int pe); pe 121 oshmem/include/pshmemx.h OSHMEM_DECLSPEC int64_t pshmemx_int64_finc(int64_t *target, int pe); pe 124 oshmem/include/pshmemx.h OSHMEM_DECLSPEC void pshmemx_int32_add(int32_t *target, int32_t value, int pe); pe 125 oshmem/include/pshmemx.h OSHMEM_DECLSPEC void pshmemx_int64_add(int64_t *target, int64_t value, int pe); pe 128 oshmem/include/pshmemx.h OSHMEM_DECLSPEC void pshmemx_int32_atomic_and(int32_t *target, int32_t value, int pe); pe 129 oshmem/include/pshmemx.h OSHMEM_DECLSPEC void pshmemx_int64_atomic_and(int64_t *target, int64_t value, int pe); pe 130 oshmem/include/pshmemx.h OSHMEM_DECLSPEC void pshmemx_uint32_atomic_and(uint32_t *target, uint32_t value, int pe); pe 131 oshmem/include/pshmemx.h OSHMEM_DECLSPEC void pshmemx_uint64_atomic_and(uint64_t *target, uint64_t value, int pe); pe 134 oshmem/include/pshmemx.h OSHMEM_DECLSPEC void pshmemx_int32_atomic_or(int32_t *target, int32_t value, int pe); pe 135 oshmem/include/pshmemx.h OSHMEM_DECLSPEC void pshmemx_int64_atomic_or(int64_t *target, int64_t value, int pe); pe 136 oshmem/include/pshmemx.h OSHMEM_DECLSPEC void pshmemx_uint32_atomic_or(uint32_t *target, uint32_t value, int pe); pe 137 oshmem/include/pshmemx.h OSHMEM_DECLSPEC void pshmemx_uint64_atomic_or(uint64_t *target, uint64_t value, int pe); pe 140 oshmem/include/pshmemx.h OSHMEM_DECLSPEC void pshmemx_int32_atomic_xor(int32_t *target, int32_t value, int pe); pe 141 oshmem/include/pshmemx.h OSHMEM_DECLSPEC void pshmemx_int64_atomic_xor(int64_t *target, int64_t value, int pe); pe 142 oshmem/include/pshmemx.h OSHMEM_DECLSPEC void pshmemx_uint32_atomic_xor(uint32_t *target, uint32_t value, int pe); pe 143 oshmem/include/pshmemx.h OSHMEM_DECLSPEC void pshmemx_uint64_atomic_xor(uint64_t *target, uint64_t value, int pe); pe 146 oshmem/include/pshmemx.h OSHMEM_DECLSPEC void pshmemx_int32_inc(int32_t *target, int pe); pe 147 oshmem/include/pshmemx.h OSHMEM_DECLSPEC void pshmemx_int64_inc(int64_t *target, int pe); pe 47 oshmem/include/shmemx.h OSHMEM_DECLSPEC void shmemx_int16_p(int16_t* addr, int16_t value, int pe); pe 48 oshmem/include/shmemx.h OSHMEM_DECLSPEC void shmemx_int32_p(int32_t* addr, int32_t value, int pe); pe 49 oshmem/include/shmemx.h OSHMEM_DECLSPEC void shmemx_int64_p(int64_t* addr, int64_t value, int pe); pe 66 oshmem/include/shmemx.h OSHMEM_DECLSPEC int16_t shmemx_int16_g(const int16_t* addr, int pe); pe 67 oshmem/include/shmemx.h OSHMEM_DECLSPEC int32_t shmemx_int32_g(const int32_t* addr, int pe); pe 68 oshmem/include/shmemx.h OSHMEM_DECLSPEC int64_t shmemx_int64_g(const int64_t* addr, int pe); pe 82 oshmem/include/shmemx.h OSHMEM_DECLSPEC int32_t shmemx_int32_swap(int32_t *target, int32_t value, int pe); pe 83 oshmem/include/shmemx.h OSHMEM_DECLSPEC int64_t shmemx_int64_swap(int64_t *target, int64_t value, int pe); pe 86 oshmem/include/shmemx.h OSHMEM_DECLSPEC void shmemx_int32_set(int32_t *target, int32_t value, int pe); pe 87 oshmem/include/shmemx.h OSHMEM_DECLSPEC void shmemx_int64_set(int64_t *target, int64_t value, int pe); pe 90 oshmem/include/shmemx.h OSHMEM_DECLSPEC int32_t shmemx_int32_cswap(int32_t *target, int32_t cond, int32_t value, int pe); pe 91 oshmem/include/shmemx.h OSHMEM_DECLSPEC int64_t shmemx_int64_cswap(int64_t *target, int64_t cond, int64_t value, int pe); pe 94 oshmem/include/shmemx.h OSHMEM_DECLSPEC int32_t shmemx_int32_fadd(int32_t *target, int32_t value, int pe); pe 95 oshmem/include/shmemx.h OSHMEM_DECLSPEC int64_t shmemx_int64_fadd(int64_t *target, int64_t value, int pe); pe 98 oshmem/include/shmemx.h OSHMEM_DECLSPEC int32_t shmemx_int32_atomic_fetch_and(int32_t *target, int32_t value, int pe); pe 99 oshmem/include/shmemx.h OSHMEM_DECLSPEC int64_t shmemx_int64_atomic_fetch_and(int64_t *target, int64_t value, int pe); pe 100 oshmem/include/shmemx.h OSHMEM_DECLSPEC uint32_t shmemx_uint32_atomic_fetch_and(uint32_t *target, uint32_t value, int pe); pe 101 oshmem/include/shmemx.h OSHMEM_DECLSPEC uint64_t shmemx_uint64_atomic_fetch_and(uint64_t *target, uint64_t value, int pe); pe 104 oshmem/include/shmemx.h OSHMEM_DECLSPEC int32_t shmemx_int32_atomic_fetch_or(int32_t *target, int32_t value, int pe); pe 105 oshmem/include/shmemx.h OSHMEM_DECLSPEC int64_t shmemx_int64_atomic_fetch_or(int64_t *target, int64_t value, int pe); pe 106 oshmem/include/shmemx.h OSHMEM_DECLSPEC uint32_t shmemx_uint32_atomic_fetch_or(uint32_t *target, uint32_t value, int pe); pe 107 oshmem/include/shmemx.h OSHMEM_DECLSPEC uint64_t shmemx_uint64_atomic_fetch_or(uint64_t *target, uint64_t value, int pe); pe 110 oshmem/include/shmemx.h OSHMEM_DECLSPEC int32_t shmemx_int32_atomic_fetch_xor(int32_t *target, int32_t value, int pe); pe 111 oshmem/include/shmemx.h OSHMEM_DECLSPEC int64_t shmemx_int64_atomic_fetch_xor(int64_t *target, int64_t value, int pe); pe 112 oshmem/include/shmemx.h OSHMEM_DECLSPEC uint32_t shmemx_uint32_atomic_fetch_xor(uint32_t *target, uint32_t value, int pe); pe 113 oshmem/include/shmemx.h OSHMEM_DECLSPEC uint64_t shmemx_uint64_atomic_fetch_xor(uint64_t *target, uint64_t value, int pe); pe 116 oshmem/include/shmemx.h OSHMEM_DECLSPEC int32_t shmemx_int32_fetch(const int32_t *target, int pe); pe 117 oshmem/include/shmemx.h OSHMEM_DECLSPEC int64_t shmemx_int64_fetch(const int64_t *target, int pe); pe 120 oshmem/include/shmemx.h OSHMEM_DECLSPEC int32_t shmemx_int32_finc(int32_t *target, int pe); pe 121 oshmem/include/shmemx.h OSHMEM_DECLSPEC int64_t shmemx_int64_finc(int64_t *target, int pe); pe 124 oshmem/include/shmemx.h OSHMEM_DECLSPEC void shmemx_int32_add(int32_t *target, int32_t value, int pe); pe 125 oshmem/include/shmemx.h OSHMEM_DECLSPEC void shmemx_int64_add(int64_t *target, int64_t value, int pe); pe 128 oshmem/include/shmemx.h OSHMEM_DECLSPEC void shmemx_int32_atomic_and(int32_t *target, int32_t value, int pe); pe 129 oshmem/include/shmemx.h OSHMEM_DECLSPEC void shmemx_int64_atomic_and(int64_t *target, int64_t value, int pe); pe 130 oshmem/include/shmemx.h OSHMEM_DECLSPEC void shmemx_uint32_atomic_and(uint32_t *target, uint32_t value, int pe); pe 131 oshmem/include/shmemx.h OSHMEM_DECLSPEC void shmemx_uint64_atomic_and(uint64_t *target, uint64_t value, int pe); pe 134 oshmem/include/shmemx.h OSHMEM_DECLSPEC void shmemx_int32_atomic_or(int32_t *target, int32_t value, int pe); pe 135 oshmem/include/shmemx.h OSHMEM_DECLSPEC void shmemx_int64_atomic_or(int64_t *target, int64_t value, int pe); pe 136 oshmem/include/shmemx.h OSHMEM_DECLSPEC void shmemx_uint32_atomic_or(uint32_t *target, uint32_t value, int pe); pe 137 oshmem/include/shmemx.h OSHMEM_DECLSPEC void shmemx_uint64_atomic_or(uint64_t *target, uint64_t value, int pe); pe 140 oshmem/include/shmemx.h OSHMEM_DECLSPEC void shmemx_int32_atomic_xor(int32_t *target, int32_t value, int pe); pe 141 oshmem/include/shmemx.h OSHMEM_DECLSPEC void shmemx_int64_atomic_xor(int64_t *target, int64_t value, int pe); pe 142 oshmem/include/shmemx.h OSHMEM_DECLSPEC void shmemx_uint32_atomic_xor(uint32_t *target, uint32_t value, int pe); pe 143 oshmem/include/shmemx.h OSHMEM_DECLSPEC void shmemx_uint64_atomic_xor(uint64_t *target, uint64_t value, int pe); pe 146 oshmem/include/shmemx.h OSHMEM_DECLSPEC void shmemx_int32_inc(int32_t *target, int pe); pe 147 oshmem/include/shmemx.h OSHMEM_DECLSPEC void shmemx_int64_inc(int64_t *target, int pe); pe 38 oshmem/mca/atomic/atomic.h #define DO_SHMEM_TYPE_OP(ctx, type_name, type, op, target, value, pe) do { \ pe 43 oshmem/mca/atomic/atomic.h RUNTIME_CHECK_PE(pe); \ pe 52 oshmem/mca/atomic/atomic.h pe)); \ pe 59 oshmem/mca/atomic/atomic.h void prefix##_##type_name##_atomic_##op(type *target, type value, int pe) \ pe 62 oshmem/mca/atomic/atomic.h target, value, pe); \ pe 66 oshmem/mca/atomic/atomic.h void prefix##_ctx_##type_name##_atomic_##op(shmem_ctx_t ctx, type *target, type value, int pe) \ pe 69 oshmem/mca/atomic/atomic.h target, value, pe); \ pe 72 oshmem/mca/atomic/atomic.h #define DO_OSHMEM_TYPE_FOP(ctx, type_name, type, op, target, value, pe) do { \ pe 78 oshmem/mca/atomic/atomic.h RUNTIME_CHECK_PE(pe); \ pe 88 oshmem/mca/atomic/atomic.h pe)); \ pe 95 oshmem/mca/atomic/atomic.h type prefix##_##type_name##_atomic_fetch_##op(type *target, type value, int pe) \ pe 98 oshmem/mca/atomic/atomic.h target, value, pe); \ pe 102 oshmem/mca/atomic/atomic.h type prefix##_ctx_##type_name##_atomic_fetch_##op(shmem_ctx_t ctx, type *target, type value, int pe) \ pe 105 oshmem/mca/atomic/atomic.h target, value, pe); \ pe 165 oshmem/mca/atomic/atomic.h int pe); pe 170 oshmem/mca/atomic/atomic.h int pe); pe 175 oshmem/mca/atomic/atomic.h int pe); pe 180 oshmem/mca/atomic/atomic.h int pe); pe 186 oshmem/mca/atomic/atomic.h int pe); pe 192 oshmem/mca/atomic/atomic.h int pe); pe 198 oshmem/mca/atomic/atomic.h int pe); pe 204 oshmem/mca/atomic/atomic.h int pe); pe 210 oshmem/mca/atomic/atomic.h int pe); pe 218 oshmem/mca/atomic/atomic.h int pe); pe 29 oshmem/mca/atomic/basic/atomic_basic.h OSHMEM_DECLSPEC void atomic_basic_lock(shmem_ctx_t ctx, int pe); pe 30 oshmem/mca/atomic/basic/atomic_basic.h OSHMEM_DECLSPEC void atomic_basic_unlock(shmem_ctx_t ctx, int pe); pe 45 oshmem/mca/atomic/basic/atomic_basic.h int pe); pe 27 oshmem/mca/atomic/basic/atomic_basic_cswap.c int pe) pe 36 oshmem/mca/atomic/basic/atomic_basic_cswap.c atomic_basic_lock(ctx, pe); pe 38 oshmem/mca/atomic/basic/atomic_basic_cswap.c rc = MCA_SPML_CALL(get(ctx, target, nlong, prev, pe)); pe 41 oshmem/mca/atomic/basic/atomic_basic_cswap.c rc = MCA_SPML_CALL(put(ctx, target, nlong, (void*)&value, pe)); pe 45 oshmem/mca/atomic/basic/atomic_basic_cswap.c atomic_basic_unlock(ctx, pe); pe 101 oshmem/mca/atomic/basic/atomic_basic_module.c int pe, pe 107 oshmem/mca/atomic/basic/atomic_basic_module.c atomic_basic_lock(ctx, pe); pe 109 oshmem/mca/atomic/basic/atomic_basic_module.c rc = MCA_SPML_CALL(get(ctx, target, size, (void*)&temp_value, pe)); pe 118 oshmem/mca/atomic/basic/atomic_basic_module.c rc = MCA_SPML_CALL(put(ctx, target, size, (void*)&temp_value, pe)); pe 122 oshmem/mca/atomic/basic/atomic_basic_module.c atomic_basic_unlock(ctx, pe); pe 132 oshmem/mca/atomic/basic/atomic_basic_module.c int pe, pe 137 oshmem/mca/atomic/basic/atomic_basic_module.c return mca_atomic_basic_fop(ctx, target, &prev, value, size, pe, op); pe 141 oshmem/mca/atomic/basic/atomic_basic_module.c size_t size, int pe) pe 143 oshmem/mca/atomic/basic/atomic_basic_module.c return mca_atomic_basic_op(ctx, target, value, size, pe, pe 149 oshmem/mca/atomic/basic/atomic_basic_module.c size_t size, int pe) pe 151 oshmem/mca/atomic/basic/atomic_basic_module.c return mca_atomic_basic_op(ctx, target, value, size, pe, pe 156 oshmem/mca/atomic/basic/atomic_basic_module.c size_t size, int pe) pe 158 oshmem/mca/atomic/basic/atomic_basic_module.c return mca_atomic_basic_op(ctx, target, value, size, pe, pe 164 oshmem/mca/atomic/basic/atomic_basic_module.c size_t size, int pe) pe 166 oshmem/mca/atomic/basic/atomic_basic_module.c return mca_atomic_basic_op(ctx, target, value, size, pe, pe 171 oshmem/mca/atomic/basic/atomic_basic_module.c size_t size, int pe) pe 173 oshmem/mca/atomic/basic/atomic_basic_module.c return mca_atomic_basic_fop(ctx, target, prev, value, size, pe, pe 179 oshmem/mca/atomic/basic/atomic_basic_module.c size_t size, int pe) pe 181 oshmem/mca/atomic/basic/atomic_basic_module.c return mca_atomic_basic_fop(ctx, target, prev, value, size, pe, pe 186 oshmem/mca/atomic/basic/atomic_basic_module.c size_t size, int pe) pe 188 oshmem/mca/atomic/basic/atomic_basic_module.c return mca_atomic_basic_fop(ctx, target, prev, value, size, pe, pe 193 oshmem/mca/atomic/basic/atomic_basic_module.c size_t size, int pe) pe 195 oshmem/mca/atomic/basic/atomic_basic_module.c return mca_atomic_basic_fop(ctx, target, prev, value, size, pe, pe 200 oshmem/mca/atomic/basic/atomic_basic_module.c size_t size, int pe) pe 202 oshmem/mca/atomic/basic/atomic_basic_module.c return mca_atomic_basic_fop(ctx, target, prev, value, size, pe, pe 231 oshmem/mca/atomic/basic/atomic_basic_module.c void atomic_basic_lock(shmem_ctx_t ctx, int pe) pe 238 oshmem/mca/atomic/basic/atomic_basic_module.c int root_pe = pe; pe 278 oshmem/mca/atomic/basic/atomic_basic_module.c void atomic_basic_unlock(shmem_ctx_t ctx, int pe) pe 284 oshmem/mca/atomic/basic/atomic_basic_module.c int root_pe = pe; pe 35 oshmem/mca/atomic/mxm/atomic_mxm.h OSHMEM_DECLSPEC void atomic_mxm_lock(int pe); pe 36 oshmem/mca/atomic/mxm/atomic_mxm.h OSHMEM_DECLSPEC void atomic_mxm_unlock(int pe); pe 49 oshmem/mca/atomic/mxm/atomic_mxm.h int pe); pe 55 oshmem/mca/atomic/mxm/atomic_mxm.h int pe); pe 61 oshmem/mca/atomic/mxm/atomic_mxm.h int pe); pe 68 oshmem/mca/atomic/mxm/atomic_mxm.h int pe); pe 100 oshmem/mca/atomic/mxm/atomic_mxm.h static inline void mca_atomic_mxm_req_init(mxm_send_req_t *sreq, int pe, void *target, size_t nlong) pe 108 oshmem/mca/atomic/mxm/atomic_mxm.h mkey = mca_spml_ikrit_get_mkey(pe, target, MXM_PTL_RDMA, &remote_addr, mca_atomic_mxm_spml_self); pe 113 oshmem/mca/atomic/mxm/atomic_mxm.h sreq->base.conn = mca_atomic_mxm_spml_self->mxm_peers[pe].mxm_hw_rdma_conn; pe 32 oshmem/mca/atomic/mxm/atomic_mxm_cswap.c int pe) pe 36 oshmem/mca/atomic/mxm/atomic_mxm_cswap.c mca_atomic_mxm_req_init(&sreq, pe, target, nlong); pe 53 oshmem/mca/atomic/mxm/atomic_mxm_cswap.c int pe) pe 57 oshmem/mca/atomic/mxm/atomic_mxm_cswap.c mca_atomic_mxm_req_init(&sreq, pe, target, nlong); pe 32 oshmem/mca/atomic/mxm/atomic_mxm_fadd.c int pe) pe 37 oshmem/mca/atomic/mxm/atomic_mxm_fadd.c mca_atomic_mxm_req_init(&sreq, pe, target, size); pe 53 oshmem/mca/atomic/mxm/atomic_mxm_fadd.c int pe) pe 57 oshmem/mca/atomic/mxm/atomic_mxm_fadd.c mca_atomic_mxm_req_init(&sreq, pe, target, size); pe 39 oshmem/mca/atomic/mxm/atomic_mxm_module.c int pe) pe 49 oshmem/mca/atomic/mxm/atomic_mxm_module.c int pe) pe 35 oshmem/mca/atomic/ucx/atomic_ucx.h OSHMEM_DECLSPEC void atomic_ucx_lock(int pe); pe 36 oshmem/mca/atomic/ucx/atomic_ucx.h OSHMEM_DECLSPEC void atomic_ucx_unlock(int pe); pe 51 oshmem/mca/atomic/ucx/atomic_ucx.h int pe); pe 28 oshmem/mca/atomic/ucx/atomic_ucx_cswap.c int pe) pe 43 oshmem/mca/atomic/ucx/atomic_ucx_cswap.c ucx_mkey = mca_spml_ucx_get_mkey(ctx, pe, target, (void *)&rva, mca_spml_self); pe 44 oshmem/mca/atomic/ucx/atomic_ucx_cswap.c status_ptr = ucp_atomic_fetch_nb(ucx_ctx->ucp_peers[pe].ucp_conn, pe 40 oshmem/mca/atomic/ucx/atomic_ucx_module.c int pe, pe 50 oshmem/mca/atomic/ucx/atomic_ucx_module.c ucx_mkey = mca_spml_ucx_get_mkey(ctx, pe, target, (void *)&rva, mca_spml_self); pe 51 oshmem/mca/atomic/ucx/atomic_ucx_module.c status = ucp_atomic_post(ucx_ctx->ucp_peers[pe].ucp_conn, pe 63 oshmem/mca/atomic/ucx/atomic_ucx_module.c int pe, pe 73 oshmem/mca/atomic/ucx/atomic_ucx_module.c ucx_mkey = mca_spml_ucx_get_mkey(ctx, pe, target, (void *)&rva, mca_spml_self); pe 74 oshmem/mca/atomic/ucx/atomic_ucx_module.c status_ptr = ucp_atomic_fetch_nb(ucx_ctx->ucp_peers[pe].ucp_conn, pe 86 oshmem/mca/atomic/ucx/atomic_ucx_module.c int pe) pe 88 oshmem/mca/atomic/ucx/atomic_ucx_module.c return mca_atomic_ucx_op(ctx, target, value, size, pe, UCP_ATOMIC_POST_OP_ADD); pe 95 oshmem/mca/atomic/ucx/atomic_ucx_module.c int pe) pe 98 oshmem/mca/atomic/ucx/atomic_ucx_module.c return mca_atomic_ucx_op(ctx, target, value, size, pe, UCP_ATOMIC_POST_OP_AND); pe 108 oshmem/mca/atomic/ucx/atomic_ucx_module.c int pe) pe 111 oshmem/mca/atomic/ucx/atomic_ucx_module.c return mca_atomic_ucx_op(ctx, target, value, size, pe, UCP_ATOMIC_POST_OP_OR); pe 121 oshmem/mca/atomic/ucx/atomic_ucx_module.c int pe) pe 124 oshmem/mca/atomic/ucx/atomic_ucx_module.c return mca_atomic_ucx_op(ctx, target, value, size, pe, UCP_ATOMIC_POST_OP_XOR); pe 135 oshmem/mca/atomic/ucx/atomic_ucx_module.c int pe) pe 137 oshmem/mca/atomic/ucx/atomic_ucx_module.c return mca_atomic_ucx_fop(ctx, target, prev, value, size, pe, UCP_ATOMIC_FETCH_OP_FADD); pe 145 oshmem/mca/atomic/ucx/atomic_ucx_module.c int pe) pe 148 oshmem/mca/atomic/ucx/atomic_ucx_module.c return mca_atomic_ucx_fop(ctx, target, prev, value, size, pe, UCP_ATOMIC_FETCH_OP_FAND); pe 159 oshmem/mca/atomic/ucx/atomic_ucx_module.c int pe) pe 162 oshmem/mca/atomic/ucx/atomic_ucx_module.c return mca_atomic_ucx_fop(ctx, target, prev, value, size, pe, UCP_ATOMIC_FETCH_OP_FOR); pe 173 oshmem/mca/atomic/ucx/atomic_ucx_module.c int pe) pe 176 oshmem/mca/atomic/ucx/atomic_ucx_module.c return mca_atomic_ucx_fop(ctx, target, prev, value, size, pe, UCP_ATOMIC_FETCH_OP_FXOR); pe 187 oshmem/mca/atomic/ucx/atomic_ucx_module.c int pe) pe 189 oshmem/mca/atomic/ucx/atomic_ucx_module.c return mca_atomic_ucx_fop(ctx, target, prev, value, size, pe, UCP_ATOMIC_FETCH_OP_SWAP); pe 78 oshmem/mca/memheap/base/base.h int pe, pe 246 oshmem/mca/memheap/base/base.h int pe, pe 254 oshmem/mca/memheap/base/base.h MEMHEAP_VERBOSE_FASTPATH(10, "rkey: pe=%d va=%p", pe, va); pe 262 oshmem/mca/memheap/base/base.h if (OPAL_UNLIKELY(pe == oshmem_my_proc_id())) { pe 264 oshmem/mca/memheap/base/base.h MEMHEAP_VERBOSE_FASTPATH(10, "rkey: pe=%d va=%p -> (local) %lx %p", pe, va, pe 269 oshmem/mca/memheap/base/base.h if (OPAL_LIKELY(s->mkeys_cache[pe])) { pe 270 oshmem/mca/memheap/base/base.h mkey = &s->mkeys_cache[pe][btl_id]; pe 272 oshmem/mca/memheap/base/base.h MEMHEAP_VERBOSE_FASTPATH(10, "rkey: pe=%d va=%p -> (cached) %lx %p", pe, (void *)va, mkey->u.key, (void *)*rva); pe 276 oshmem/mca/memheap/base/base.h return mca_memheap_base_get_cached_mkey_slow(ctx, s, pe, va, btl_id, rva); pe 65 oshmem/mca/memheap/base/memheap_base_mkey.c static int send_buffer(int pe, opal_buffer_t *msg); pe 70 oshmem/mca/memheap/base/memheap_base_mkey.c static int memheap_oob_get_mkeys(shmem_ctx_t ctx, int pe, pe 87 oshmem/mca/memheap/base/memheap_base_mkey.c static int pack_local_mkeys(opal_buffer_t *msg, int pe, int seg) pe 95 oshmem/mca/memheap/base/memheap_base_mkey.c MEMHEAP_VERBOSE(5, "found %d transports to %d", n, pe); pe 444 oshmem/mca/memheap/base/memheap_base_mkey.c static int send_buffer(int pe, opal_buffer_t *msg) pe 451 oshmem/mca/memheap/base/memheap_base_mkey.c rc = PMPI_Send(buffer, size, MPI_BYTE, pe, 0, oshmem_comm_world); pe 455 oshmem/mca/memheap/base/memheap_base_mkey.c MEMHEAP_VERBOSE(5, "message sent: dst=%d, rc=%d, %d bytes!", pe, rc, size); pe 459 oshmem/mca/memheap/base/memheap_base_mkey.c static int memheap_oob_get_mkeys(shmem_ctx_t ctx, int pe, uint32_t seg, sshmem_mkey_t *mkeys) pe 466 oshmem/mca/memheap/base/memheap_base_mkey.c if (OSHMEM_SUCCESS == MCA_SPML_CALL(oob_get_mkeys(ctx, pe, seg, mkeys))) { pe 470 oshmem/mca/memheap/base/memheap_base_mkey.c pe, pe 495 oshmem/mca/memheap/base/memheap_base_mkey.c rc = send_buffer(pe, msg); pe 509 oshmem/mca/memheap/base/memheap_base_mkey.c MEMHEAP_ERROR("failed to get rkey seg#%d pe=%d", seg, pe); pe 681 oshmem/mca/memheap/base/memheap_base_mkey.c int pe, pe 693 oshmem/mca/memheap/base/memheap_base_mkey.c s->mkeys_cache[pe] = (sshmem_mkey_t *) calloc(memheap_map->num_transports, pe 695 oshmem/mca/memheap/base/memheap_base_mkey.c if (!s->mkeys_cache[pe]) pe 698 oshmem/mca/memheap/base/memheap_base_mkey.c rc = memheap_oob_get_mkeys(ctx, pe, pe 700 oshmem/mca/memheap/base/memheap_base_mkey.c s->mkeys_cache[pe]); pe 704 oshmem/mca/memheap/base/memheap_base_mkey.c mkey = &s->mkeys_cache[pe][btl_id]; pe 707 oshmem/mca/memheap/base/memheap_base_mkey.c MEMHEAP_VERBOSE_FASTPATH(5, "rkey: pe=%d va=%p -> (remote lookup) %lx %p", pe, (void *)va, mkey->u.key, (void *)*rva); pe 76 oshmem/mca/spml/base/base.h int pe, pe 80 oshmem/mca/spml/base/base.h OSHMEM_DECLSPEC void mca_spml_base_rmkey_unpack(shmem_ctx_t ctx, sshmem_mkey_t *mkey, uint32_t seg, int pe, int tr_id); pe 82 oshmem/mca/spml/base/base.h OSHMEM_DECLSPEC void *mca_spml_base_rmkey_ptr(const void *dst_addr, sshmem_mkey_t *mkey, int pe); pe 250 oshmem/mca/spml/base/spml_base.c int mca_spml_base_oob_get_mkeys(shmem_ctx_t ctx, int pe, uint32_t segno, sshmem_mkey_t *mkeys) pe 255 oshmem/mca/spml/base/spml_base.c void mca_spml_base_rmkey_unpack(shmem_ctx_t ctx, sshmem_mkey_t *mkey, uint32_t segno, int pe, int tr_id) pe 263 oshmem/mca/spml/base/spml_base.c void *mca_spml_base_rmkey_ptr(const void *dst_addr, sshmem_mkey_t *mkey, int pe) pe 67 oshmem/mca/spml/ikrit/spml_ikrit.c int pe; pe 154 oshmem/mca/spml/ikrit/spml_ikrit.c static mxm_mem_key_t *mca_spml_ikrit_get_mkey_slow(int pe, void *va, int ptl_id, void **rva); pe 208 oshmem/mca/spml/ikrit/spml_ikrit.c mxm_mem_key_t *mca_spml_ikrit_get_mkey_slow(int pe, void *va, int ptl_id, void **rva) pe 213 oshmem/mca/spml/ikrit/spml_ikrit.c mkey = mca_memheap_base_get_cached_mkey(pe, va, ptl_id, rva); pe 215 oshmem/mca/spml/ikrit/spml_ikrit.c SPML_ERROR("pe=%d: %p is not address of shared variable", pe, va); pe 229 oshmem/mca/spml/ikrit/spml_ikrit.c mca_spml_ikrit.mxm_peers[pe].ptl_id = MXM_PTL_RDMA; pe 552 oshmem/mca/spml/ikrit/spml_ikrit.c int mca_spml_ikrit_oob_get_mkeys(int pe, uint32_t seg, sshmem_mkey_t *mkeys) pe 556 oshmem/mca/spml/ikrit/spml_ikrit.c ptl = get_ptl_id(pe); pe 571 oshmem/mca/spml/ikrit/spml_ikrit.c mca_spml_ikrit_cache_mkeys(&mkeys[ptl], seg, pe, ptl); pe 774 oshmem/mca/spml/ikrit/spml_ikrit.c peer = &mca_spml_ikrit.mxm_peers[put_req->pe]; pe 781 oshmem/mca/spml/ikrit/spml_ikrit.c SPML_VERBOSE(1, "pe %d n_active_puts %d", put_req->pe, peer->n_active_puts); pe 786 oshmem/mca/spml/ikrit/spml_ikrit.c SPML_ERROR("oops: pe %d uncompleted request state %d", put_req->pe, put_req->mxm_req.base.state); pe 870 oshmem/mca/spml/ikrit/spml_ikrit.c put_req->pe = dst; pe 83 oshmem/mca/spml/ikrit/spml_ikrit.h typedef mxm_mem_key_t *(*mca_spml_ikrit_get_mkey_slow_fn_t)(int pe, void *va, int ptl_id, void **rva); pe 185 oshmem/mca/spml/ikrit/spml_ikrit.h extern int mca_spml_ikrit_oob_get_mkeys(int pe, pe 199 oshmem/mca/spml/ikrit/spml_ikrit.h static inline mxm_mem_key_t *mca_spml_ikrit_get_mkey(int pe, void *va, int ptl_id, void **rva, pe 206 oshmem/mca/spml/ikrit/spml_ikrit.h return module->get_mkey_slow(pe, va, ptl_id, rva); pe 209 oshmem/mca/spml/ikrit/spml_ikrit.h mkey = module->mxm_peers[pe].mkeys; pe 213 oshmem/mca/spml/ikrit/spml_ikrit.h return module->get_mkey_slow(pe, va, ptl_id, rva); pe 146 oshmem/mca/spml/spml.h typedef void * (*mca_spml_base_module_mkey_ptr_fn_t)(const void *dst_addr, sshmem_mkey_t *mkey, int pe); pe 183 oshmem/mca/spml/spml.h typedef int (*mca_spml_base_module_oob_get_mkeys_fn_t)(shmem_ctx_t ctx, int pe, pe 200 oshmem/mca/spml/ucx/spml_ucx.c static void dump_address(int pe, char *addr, size_t len) pe 206 oshmem/mca/spml/ucx/spml_ucx.c printf("me=%d dest_pe=%d addr=%p len=%d\n", my_rank, pe, addr, len); pe 322 oshmem/mca/spml/ucx/spml_ucx.c void *mca_spml_ucx_rmkey_ptr(const void *dst_addr, sshmem_mkey_t *mkey, int pe) pe 339 oshmem/mca/spml/ucx/spml_ucx.c void mca_spml_ucx_rmkey_unpack(shmem_ctx_t ctx, sshmem_mkey_t *mkey, uint32_t segno, int pe, int tr_id) pe 345 oshmem/mca/spml/ucx/spml_ucx.c ucx_mkey = &ucx_ctx->ucp_peers[pe].mkeys[segno].key; pe 347 oshmem/mca/spml/ucx/spml_ucx.c err = ucp_ep_rkey_unpack(ucx_ctx->ucp_peers[pe].ucp_conn, pe 358 oshmem/mca/spml/ucx/spml_ucx.c mca_spml_ucx_cache_mkey(ucx_ctx, mkey, segno, pe); pe 77 oshmem/mca/spml/ucx/spml_ucx.h typedef spml_ucx_mkey_t * (*mca_spml_ucx_get_mkey_slow_fn_t)(shmem_ctx_t ctx, int pe, void *va, void **rva); pe 160 oshmem/mca/spml/ucx/spml_ucx.h extern void mca_spml_ucx_rmkey_unpack(shmem_ctx_t ctx, sshmem_mkey_t *mkey, uint32_t segno, int pe, int tr_id); pe 162 oshmem/mca/spml/ucx/spml_ucx.h extern void *mca_spml_ucx_rmkey_ptr(const void *dst_addr, sshmem_mkey_t *, int pe); pe 197 oshmem/mca/spml/ucx/spml_ucx.h mca_spml_ucx_get_mkey(shmem_ctx_t ctx, int pe, void *va, void **rva, mca_spml_ucx_t* module) pe 202 oshmem/mca/spml/ucx/spml_ucx.h mkey = ucx_ctx->ucp_peers[pe].mkeys; pe 152 oshmem/mca/sshmem/base/base.h OSHMEM_DECLSPEC extern char * oshmem_get_unique_file_name(uint64_t pe); pe 63 oshmem/mca/sshmem/base/sshmem_base_wrappers.c char * oshmem_get_unique_file_name(uint64_t pe) pe 73 oshmem/mca/sshmem/base/sshmem_base_wrappers.c snprintf(file_name, OPAL_PATH_MAX, "%s/shmem_job_%u_pe_%llu", mca_sshmem_base_backing_file_dir, OMPI_PROC_MY_NAME->jobid, (unsigned long long)pe); pe 143 oshmem/proc/proc.h static inline ompi_proc_t *oshmem_proc_find(int pe) pe 148 oshmem/proc/proc.h name.vpid = pe; pe 235 oshmem/proc/proc.h static inline ompi_proc_t *oshmem_proc_group_all(int pe) pe 237 oshmem/proc/proc.h return oshmem_group_all->proc_array[pe]; pe 241 oshmem/proc/proc.h int pe) pe 249 oshmem/proc/proc.h proc = group->proc_array[pe]; pe 252 oshmem/proc/proc.h if (pe == oshmem_proc_pe(group->proc_array[i])) { pe 262 oshmem/proc/proc.h name.vpid = pe; pe 269 oshmem/proc/proc.h static inline int oshmem_proc_group_find_id(oshmem_group_t* group, int pe) pe 276 oshmem/proc/proc.h if (pe == oshmem_proc_pe(group->proc_array[i])) { pe 302 oshmem/proc/proc.h static inline int oshmem_get_transport_id(int pe) pe 306 oshmem/proc/proc.h proc = oshmem_proc_group_find(oshmem_group_all, pe); pe 311 oshmem/proc/proc.h static inline int oshmem_get_transport_count(int pe) pe 314 oshmem/proc/proc.h proc = oshmem_proc_group_find(oshmem_group_all, pe); pe 26 oshmem/shmem/c/shmem_add.c #define DO_SHMEM_TYPE_ATOMIC_ADD(ctx, type_name, type, target, value, pe) { \ pe 31 oshmem/shmem/c/shmem_add.c RUNTIME_CHECK_PE(pe); \ pe 40 oshmem/shmem/c/shmem_add.c pe)); \ pe 45 oshmem/shmem/c/shmem_add.c void prefix##_ctx##type_name##_atomic_add(shmem_ctx_t ctx, type *target, type value, int pe) \ pe 48 oshmem/shmem/c/shmem_add.c value, pe); \ pe 53 oshmem/shmem/c/shmem_add.c void prefix##type_name##_atomic_add(type *target, type value, int pe) \ pe 56 oshmem/shmem/c/shmem_add.c type, target, value, pe); \ pe 101 oshmem/shmem/c/shmem_add.c void prefix##type_name##_add(type *target, type value, int pe) \ pe 104 oshmem/shmem/c/shmem_add.c type, target, value, pe); \ pe 25 oshmem/shmem/c/shmem_addr_accessible.c int shmem_addr_accessible(const void *addr, int pe) pe 35 oshmem/shmem/c/shmem_addr_accessible.c mkey = mca_memheap_base_get_cached_mkey(oshmem_ctx_default, pe, (void *)addr, i, &rva); pe 28 oshmem/shmem/c/shmem_cswap.c #define DO_SHMEM_TYPE_ATOMIC_COMPARE_SWAP(ctx, type, target, cond, value, pe, out_value) do { \ pe 33 oshmem/shmem/c/shmem_cswap.c RUNTIME_CHECK_PE(pe); \ pe 44 oshmem/shmem/c/shmem_cswap.c pe)); \ pe 49 oshmem/shmem/c/shmem_cswap.c type prefix##_ctx##type_name##_atomic_compare_swap(shmem_ctx_t ctx, type *target, type cond, type value, int pe) \ pe 53 oshmem/shmem/c/shmem_cswap.c pe, out_value); \ pe 58 oshmem/shmem/c/shmem_cswap.c type prefix##type_name##_atomic_compare_swap(type *target, type cond, type value, int pe) \ pe 62 oshmem/shmem/c/shmem_cswap.c cond, value, pe, out_value); \ pe 106 oshmem/shmem/c/shmem_cswap.c type prefix##type_name##_cswap(type *target, type cond, type value, int pe) \ pe 110 oshmem/shmem/c/shmem_cswap.c cond, value, pe, out_value); \ pe 28 oshmem/shmem/c/shmem_fadd.c #define DO_SHMEM_TYPE_ATOMIC_FETCH_ADD(ctx, type_name, type, target, value, pe, out_value) do { \ pe 33 oshmem/shmem/c/shmem_fadd.c RUNTIME_CHECK_PE(pe); \ pe 43 oshmem/shmem/c/shmem_fadd.c pe)); \ pe 48 oshmem/shmem/c/shmem_fadd.c type prefix##_ctx##type_name##_atomic_fetch_add(shmem_ctx_t ctx, type *target, type value, int pe) \ pe 52 oshmem/shmem/c/shmem_fadd.c value, pe, out_value); \ pe 57 oshmem/shmem/c/shmem_fadd.c type prefix##type_name##_atomic_fetch_add(type *target, type value, int pe)\ pe 61 oshmem/shmem/c/shmem_fadd.c type, target, value, pe, out_value); \ pe 105 oshmem/shmem/c/shmem_fadd.c type prefix##type_name##_fadd(type *target, type value, int pe) \ pe 109 oshmem/shmem/c/shmem_fadd.c type, target, value, pe, out_value); \ pe 27 oshmem/shmem/c/shmem_fetch.c #define DO_SHMEM_TYPE_ATOMIC_FETCH(ctx, type_name, type, target, pe, out_value) do { \ pe 33 oshmem/shmem/c/shmem_fetch.c RUNTIME_CHECK_PE(pe); \ pe 43 oshmem/shmem/c/shmem_fetch.c pe)); \ pe 48 oshmem/shmem/c/shmem_fetch.c type prefix##_ctx##type_name##_atomic_fetch(shmem_ctx_t ctx, const type *target, int pe) \ pe 52 oshmem/shmem/c/shmem_fetch.c pe, out_value); \ pe 57 oshmem/shmem/c/shmem_fetch.c type prefix##type_name##_atomic_fetch(const type *target, int pe) \ pe 61 oshmem/shmem/c/shmem_fetch.c type, target, pe, out_value); \ pe 116 oshmem/shmem/c/shmem_fetch.c type prefix##type_name##_fetch(const type *target, int pe) \ pe 120 oshmem/shmem/c/shmem_fetch.c type, target, pe, out_value); \ pe 28 oshmem/shmem/c/shmem_finc.c #define DO_SHMEM_TYPE_ATOMIC_FETCH_INC(ctx, type_name, type, target, pe, out_value) do { \ pe 34 oshmem/shmem/c/shmem_finc.c RUNTIME_CHECK_PE(pe); \ pe 44 oshmem/shmem/c/shmem_finc.c pe)); \ pe 49 oshmem/shmem/c/shmem_finc.c type prefix##_ctx##type_name##_atomic_fetch_inc(shmem_ctx_t ctx, type *target, int pe) \ pe 53 oshmem/shmem/c/shmem_finc.c pe, out_value); \ pe 58 oshmem/shmem/c/shmem_finc.c type prefix##type_name##_atomic_fetch_inc(type *target, int pe) \ pe 62 oshmem/shmem/c/shmem_finc.c type, target, pe, out_value); \ pe 106 oshmem/shmem/c/shmem_finc.c type prefix##type_name##_finc(type *target, int pe) \ pe 110 oshmem/shmem/c/shmem_finc.c type, target, pe, out_value); \ pe 25 oshmem/shmem/c/shmem_g.c #define DO_SHMEM_TYPE_G(ctx, type, addr, pe, out_value) do { \ pe 30 oshmem/shmem/c/shmem_g.c RUNTIME_CHECK_PE(pe); \ pe 39 oshmem/shmem/c/shmem_g.c pe)); \ pe 44 oshmem/shmem/c/shmem_g.c type prefix##_ctx##type_name##_g(shmem_ctx_t ctx, const type *addr, int pe) \ pe 47 oshmem/shmem/c/shmem_g.c DO_SHMEM_TYPE_G(ctx, type, addr, pe, out_value); \ pe 52 oshmem/shmem/c/shmem_g.c type prefix##type_name##_g(const type *addr, int pe) \ pe 55 oshmem/shmem/c/shmem_g.c DO_SHMEM_TYPE_G(oshmem_ctx_default, type, addr, pe, out_value); \ pe 25 oshmem/shmem/c/shmem_get.c #define DO_SHMEM_TYPE_GET(ctx, type, target, source, nelems, pe) do { \ pe 30 oshmem/shmem/c/shmem_get.c RUNTIME_CHECK_PE(pe); \ pe 39 oshmem/shmem/c/shmem_get.c pe)); \ pe 44 oshmem/shmem/c/shmem_get.c void shmem_ctx##type_name##_get(shmem_ctx_t ctx, type *target, const type *source, size_t nelems, int pe) \ pe 46 oshmem/shmem/c/shmem_get.c DO_SHMEM_TYPE_GET(ctx, type, target, source, nelems, pe); \ pe 51 oshmem/shmem/c/shmem_get.c void shmem##type_name##_get(type *target, const type *source, size_t nelems, int pe) \ pe 54 oshmem/shmem/c/shmem_get.c nelems, pe); \ pe 176 oshmem/shmem/c/shmem_get.c #define DO_SHMEM_GETMEM(ctx, target, source, element_size, nelems, pe) do { \ pe 181 oshmem/shmem/c/shmem_get.c RUNTIME_CHECK_PE(pe); \ pe 190 oshmem/shmem/c/shmem_get.c pe)); \ pe 195 oshmem/shmem/c/shmem_get.c void prefix##_ctx##name(shmem_ctx_t ctx, void *target, const void *source, size_t nelems, int pe) \ pe 197 oshmem/shmem/c/shmem_get.c DO_SHMEM_GETMEM(ctx, target, source, element_size, nelems, pe); \ pe 202 oshmem/shmem/c/shmem_get.c void prefix##name(void *target, const void *source, size_t nelems, int pe) \ pe 205 oshmem/shmem/c/shmem_get.c element_size, nelems, pe); \ pe 25 oshmem/shmem/c/shmem_get_nb.c #define DO_SHMEM_TYPE_GET_NB(ctx, type, target, source, nelems, pe) do { \ pe 30 oshmem/shmem/c/shmem_get_nb.c RUNTIME_CHECK_PE(pe); \ pe 39 oshmem/shmem/c/shmem_get_nb.c pe, NULL)); \ pe 44 oshmem/shmem/c/shmem_get_nb.c void shmem_ctx##type_name##_get_nbi(shmem_ctx_t ctx, type *target, const type *source, size_t nelems, int pe) \ pe 46 oshmem/shmem/c/shmem_get_nb.c DO_SHMEM_TYPE_GET_NB(ctx, type, target, source, nelems, pe); \ pe 51 oshmem/shmem/c/shmem_get_nb.c void shmem##type_name##_get_nbi(type *target, const type *source, size_t nelems, int pe) \ pe 54 oshmem/shmem/c/shmem_get_nb.c source, nelems, pe); \ pe 176 oshmem/shmem/c/shmem_get_nb.c #define DO_SHMEM_GETMEM_NB(ctx, target, source, element_size, nelems, pe) do { \ pe 181 oshmem/shmem/c/shmem_get_nb.c RUNTIME_CHECK_PE(pe); \ pe 190 oshmem/shmem/c/shmem_get_nb.c pe, NULL)); \ pe 195 oshmem/shmem/c/shmem_get_nb.c void prefix##_ctx##name##_nbi(shmem_ctx_t ctx, void *target, const void *source, size_t nelems, int pe) \ pe 197 oshmem/shmem/c/shmem_get_nb.c DO_SHMEM_GETMEM_NB(ctx, target, source, element_size, nelems, pe); \ pe 202 oshmem/shmem/c/shmem_get_nb.c void prefix##name##_nbi(void *target, const void *source, size_t nelems, int pe) \ pe 205 oshmem/shmem/c/shmem_get_nb.c element_size, nelems, pe); \ pe 26 oshmem/shmem/c/shmem_iget.c #define DO_SHMEM_TYPE_IGET(ctx, type, target, source, tst, sst, nelems, pe) do { \ pe 32 oshmem/shmem/c/shmem_iget.c RUNTIME_CHECK_PE(pe); \ pe 43 oshmem/shmem/c/shmem_iget.c pe)); \ pe 49 oshmem/shmem/c/shmem_iget.c void shmem_ctx##type_name##_iget(shmem_ctx_t ctx, type *target, const type *source, ptrdiff_t tst, ptrdiff_t sst, size_t nelems, int pe) \ pe 51 oshmem/shmem/c/shmem_iget.c DO_SHMEM_TYPE_IGET(ctx, type, target, source, tst, sst, nelems, pe); \ pe 56 oshmem/shmem/c/shmem_iget.c void shmem##type_name##_iget(type *target, const type *source, ptrdiff_t tst, ptrdiff_t sst, size_t nelems, int pe) \ pe 59 oshmem/shmem/c/shmem_iget.c tst, sst, nelems, pe); \ pe 179 oshmem/shmem/c/shmem_iget.c #define DO_SHMEM_IGETMEM(ctx, target, source, tst, sst, element_size, nelems, pe) do { \ pe 184 oshmem/shmem/c/shmem_iget.c RUNTIME_CHECK_PE(pe); \ pe 194 oshmem/shmem/c/shmem_iget.c pe)); \ pe 200 oshmem/shmem/c/shmem_iget.c void prefix##_ctx##name(shmem_ctx_t ctx, void *target, const void *source, ptrdiff_t tst, ptrdiff_t sst, size_t nelems, int pe) \ pe 203 oshmem/shmem/c/shmem_iget.c element_size, nelems, pe); \ pe 208 oshmem/shmem/c/shmem_iget.c void prefix##name(void *target, const void *source, ptrdiff_t tst, ptrdiff_t sst, size_t nelems, int pe) \ pe 211 oshmem/shmem/c/shmem_iget.c element_size, nelems, pe); \ pe 27 oshmem/shmem/c/shmem_inc.c #define DO_SHMEM_TYPE_ATOMIC_INC(ctx, type_name, type, target, pe) do { \ pe 33 oshmem/shmem/c/shmem_inc.c RUNTIME_CHECK_PE(pe); \ pe 42 oshmem/shmem/c/shmem_inc.c pe)); \ pe 47 oshmem/shmem/c/shmem_inc.c void prefix##_ctx##type_name##_atomic_inc(shmem_ctx_t ctx, type *target, int pe) \ pe 49 oshmem/shmem/c/shmem_inc.c DO_SHMEM_TYPE_ATOMIC_INC(ctx, type_name, type, target, pe); \ pe 54 oshmem/shmem/c/shmem_inc.c void prefix##type_name##_atomic_inc(type *target, int pe) \ pe 57 oshmem/shmem/c/shmem_inc.c type, target, pe); \ pe 100 oshmem/shmem/c/shmem_inc.c void prefix##type_name##_inc(type *target, int pe) \ pe 103 oshmem/shmem/c/shmem_inc.c type, target, pe); \ pe 26 oshmem/shmem/c/shmem_iput.c #define DO_SHMEM_TYPE_IPUT(ctx, type, target, source, tst, sst, nelemes, pe) do { \ pe 32 oshmem/shmem/c/shmem_iput.c RUNTIME_CHECK_PE(pe); \ pe 43 oshmem/shmem/c/shmem_iput.c pe)); \ pe 49 oshmem/shmem/c/shmem_iput.c void shmem_ctx##type_name##_iput(shmem_ctx_t ctx, type *target, const type *source, ptrdiff_t tst, ptrdiff_t sst, size_t nelems, int pe) \ pe 52 oshmem/shmem/c/shmem_iput.c nelems, pe); \ pe 57 oshmem/shmem/c/shmem_iput.c void shmem##type_name##_iput(type *target, const type *source, ptrdiff_t tst, ptrdiff_t sst, size_t nelems, int pe) \ pe 60 oshmem/shmem/c/shmem_iput.c tst, sst, nelems, pe); \ pe 180 oshmem/shmem/c/shmem_iput.c #define DO_SHMEM_IPUTMEM(ctx, target, source, tst, sst, element_size, nelems, pe) do { \ pe 185 oshmem/shmem/c/shmem_iput.c RUNTIME_CHECK_PE(pe); \ pe 195 oshmem/shmem/c/shmem_iput.c pe)); \ pe 201 oshmem/shmem/c/shmem_iput.c void prefix##_ctx##name(shmem_ctx_t ctx, void *target, const void *source, ptrdiff_t tst, ptrdiff_t sst, size_t nelems, int pe) \ pe 204 oshmem/shmem/c/shmem_iput.c element_size, nelems, pe); \ pe 209 oshmem/shmem/c/shmem_iput.c void prefix##name(void *target, const void *source, ptrdiff_t tst, ptrdiff_t sst, size_t nelems, int pe) \ pe 212 oshmem/shmem/c/shmem_iput.c sst, element_size, nelems, pe); \ pe 63 oshmem/shmem/c/shmem_lock.c int pe); pe 267 oshmem/shmem/c/shmem_lock.c int pe) pe 272 oshmem/shmem/c/shmem_lock.c MCA_ATOMIC_CALL(cswap(oshmem_ctx_default, target, (void*)&prev_value, cond, value, target_size, pe)); pe 278 oshmem/shmem/c/shmem_lock.c MCA_ATOMIC_CALL(cswap(oshmem_ctx_default, target, (void*)&prev_value_32, cond32, value32, target_size, pe)); pe 293 oshmem/shmem/c/shmem_lock.c int pe) pe 297 oshmem/shmem/c/shmem_lock.c prev_value = shmem_lock_cswap(target, target_size, cond, value, pe); pe 305 oshmem/shmem/c/shmem_lock.c int pe) pe 310 oshmem/shmem/c/shmem_lock.c prev_value = (uint64_t) shmem_int_fadd((int *) target, (int) value, pe); pe 314 oshmem/shmem/c/shmem_lock.c pe); pe 318 oshmem/shmem/c/shmem_lock.c pe); pe 685 oshmem/shmem/c/shmem_lock.c int pe) pe 688 oshmem/shmem/c/shmem_lock.c shmem_get64(target, source, nelems, pe); pe 691 oshmem/shmem/c/shmem_lock.c shmem_get32(&temp32, source, nelems, pe); pe 28 oshmem/shmem/c/shmem_p.c #define DO_SHMEM_TYPE_P(ctx, type, addr, value, pe) do { \ pe 33 oshmem/shmem/c/shmem_p.c RUNTIME_CHECK_PE(pe); \ pe 42 oshmem/shmem/c/shmem_p.c pe)); \ pe 47 oshmem/shmem/c/shmem_p.c void prefix##_ctx##type_name##_p(shmem_ctx_t ctx, type *addr, type value, int pe) \ pe 49 oshmem/shmem/c/shmem_p.c DO_SHMEM_TYPE_P(ctx, type, addr, value, pe); \ pe 54 oshmem/shmem/c/shmem_p.c void prefix##type_name##_p(type *addr, type value, int pe) \ pe 56 oshmem/shmem/c/shmem_p.c DO_SHMEM_TYPE_P(oshmem_ctx_default, type, addr, value, pe); \ pe 28 oshmem/shmem/c/shmem_pe_accessible.c int shmem_pe_accessible(int pe) pe 33 oshmem/shmem/c/shmem_pe_accessible.c return 0 <= pe && pe < _num_pes() ? 1 : 0; pe 32 oshmem/shmem/c/shmem_ptr.c void *shmem_ptr(const void *dst_addr, int pe) pe 40 oshmem/shmem/c/shmem_ptr.c RUNTIME_CHECK_PE(pe); pe 44 oshmem/shmem/c/shmem_ptr.c if (pe == oshmem_my_proc_id()) { pe 49 oshmem/shmem/c/shmem_ptr.c proc = oshmem_proc_group_find(oshmem_group_all, pe); pe 56 oshmem/shmem/c/shmem_ptr.c mkey = mca_memheap_base_get_cached_mkey(oshmem_ctx_default, pe, (void *)dst_addr, i, &rva); pe 65 oshmem/shmem/c/shmem_ptr.c rva = MCA_SPML_CALL(rmkey_ptr(dst_addr, mkey, pe)); pe 28 oshmem/shmem/c/shmem_put.c #define DO_SHMEM_TYPE_PUT(ctx, type, target, source, len, pe) do { \ pe 33 oshmem/shmem/c/shmem_put.c RUNTIME_CHECK_PE(pe); \ pe 42 oshmem/shmem/c/shmem_put.c pe)); \ pe 47 oshmem/shmem/c/shmem_put.c void shmem_ctx##type_name##_put(shmem_ctx_t ctx, type *target, const type *source, size_t len, int pe)\ pe 49 oshmem/shmem/c/shmem_put.c DO_SHMEM_TYPE_PUT(ctx, type, target, source, len, pe); \ pe 54 oshmem/shmem/c/shmem_put.c void shmem##type_name##_put(type *target, const type *source, size_t len, int pe)\ pe 57 oshmem/shmem/c/shmem_put.c source, len, pe); \ pe 179 oshmem/shmem/c/shmem_put.c #define DO_SHMEM_PUTMEM(ctx, target, source, element_size, nelems, pe) do { \ pe 184 oshmem/shmem/c/shmem_put.c RUNTIME_CHECK_PE(pe); \ pe 193 oshmem/shmem/c/shmem_put.c pe)); \ pe 198 oshmem/shmem/c/shmem_put.c void prefix##_ctx##name(shmem_ctx_t ctx, void *target, const void *source, size_t nelems, int pe) \ pe 201 oshmem/shmem/c/shmem_put.c element_size, nelems, pe); \ pe 206 oshmem/shmem/c/shmem_put.c void prefix##name(void *target, const void *source, size_t nelems, int pe) \ pe 209 oshmem/shmem/c/shmem_put.c source, element_size, nelems, pe); \ pe 32 oshmem/shmem/c/shmem_put_nb.c #define DO_SHMEM_TYPE_PUT_NB(ctx, type, target, source, len, pe) do { \ pe 37 oshmem/shmem/c/shmem_put_nb.c RUNTIME_CHECK_PE(pe); \ pe 46 oshmem/shmem/c/shmem_put_nb.c pe, NULL)); \ pe 51 oshmem/shmem/c/shmem_put_nb.c void shmem_ctx##type_name##_put_nbi(shmem_ctx_t ctx, type *target, const type *source, size_t len, int pe) \ pe 53 oshmem/shmem/c/shmem_put_nb.c DO_SHMEM_TYPE_PUT_NB(ctx, type, target, source, len, pe); \ pe 58 oshmem/shmem/c/shmem_put_nb.c void shmem##type_name##_put_nbi(type *target, const type *source, size_t len, int pe) \ pe 61 oshmem/shmem/c/shmem_put_nb.c source, len, pe); \ pe 183 oshmem/shmem/c/shmem_put_nb.c #define DO_SHMEM_PUTMEM_NB(ctx, target, source, element_size, nelems, pe) do { \ pe 188 oshmem/shmem/c/shmem_put_nb.c RUNTIME_CHECK_PE(pe); \ pe 197 oshmem/shmem/c/shmem_put_nb.c pe, NULL)); \ pe 202 oshmem/shmem/c/shmem_put_nb.c void prefix##_ctx##name##_nbi(shmem_ctx_t ctx, void *target, const void *source, size_t nelems, int pe) \ pe 205 oshmem/shmem/c/shmem_put_nb.c nelems, pe); \ pe 210 oshmem/shmem/c/shmem_put_nb.c void prefix##name##_nbi(void *target, const void *source, size_t nelems, int pe) \ pe 213 oshmem/shmem/c/shmem_put_nb.c element_size, nelems, pe); \ pe 26 oshmem/shmem/c/shmem_set.c #define DO_SHMEM_TYPE_ATOMIC_SET(ctx, type, target, value, pe) do { \ pe 32 oshmem/shmem/c/shmem_set.c RUNTIME_CHECK_PE(pe); \ pe 42 oshmem/shmem/c/shmem_set.c pe)); \ pe 47 oshmem/shmem/c/shmem_set.c void prefix##_ctx##type_name##_atomic_set(shmem_ctx_t ctx, type *target, type value, int pe) \ pe 49 oshmem/shmem/c/shmem_set.c DO_SHMEM_TYPE_ATOMIC_SET(ctx, type, target, value, pe); \ pe 54 oshmem/shmem/c/shmem_set.c void prefix##type_name##_atomic_set(type *target, type value, int pe) \ pe 56 oshmem/shmem/c/shmem_set.c DO_SHMEM_TYPE_ATOMIC_SET(oshmem_ctx_default, type, target, value, pe); \ pe 110 oshmem/shmem/c/shmem_set.c void prefix##type_name##_set(type *target, type value, int pe) \ pe 112 oshmem/shmem/c/shmem_set.c DO_SHMEM_TYPE_ATOMIC_SET(oshmem_ctx_default, type, target, value, pe); \ pe 26 oshmem/shmem/c/shmem_swap.c #define DO_SHMEM_TYPE_ATOMIC_SWAP(ctx, type, target, value, pe, out_value) do { \ pe 31 oshmem/shmem/c/shmem_swap.c RUNTIME_CHECK_PE(pe); \ pe 41 oshmem/shmem/c/shmem_swap.c pe)); \ pe 46 oshmem/shmem/c/shmem_swap.c type prefix##_ctx##type_name##_atomic_swap(shmem_ctx_t ctx, type *target, type value, int pe) \ pe 49 oshmem/shmem/c/shmem_swap.c DO_SHMEM_TYPE_ATOMIC_SWAP(ctx, type, target, value, pe, \ pe 55 oshmem/shmem/c/shmem_swap.c type prefix##type_name##_atomic_swap(type *target, type value, int pe)\ pe 59 oshmem/shmem/c/shmem_swap.c value, pe, out_value); \ pe 113 oshmem/shmem/c/shmem_swap.c type prefix##type_name##_swap(type *target, type value, int pe) \ pe 117 oshmem/shmem/c/shmem_swap.c value, pe, out_value); \ pe 36 oshmem/shmem/fortran/profile/prototypes_pshmem.h PN (FORTRAN_POINTER_T*, pshmem_ptr, PSHMEM_PTR, (FORTRAN_POINTER_T target, MPI_Fint *pe)); pe 37 oshmem/shmem/fortran/profile/prototypes_pshmem.h PN (ompi_fortran_logical_t, pshmem_pe_accessible, PSHMEM_PE_ACCESSIBLE, (MPI_Fint *pe)); pe 38 oshmem/shmem/fortran/profile/prototypes_pshmem.h PN (MPI_Fint, pshmem_addr_accessible, PSHMEM_ADDR_ACCESSIBLE, (FORTRAN_POINTER_T addr, MPI_Fint *pe)); pe 40 oshmem/shmem/fortran/profile/prototypes_pshmem.h PN (void, pshmem_put, PSHMEM_PUT, (FORTRAN_POINTER_T target, FORTRAN_POINTER_T source, MPI_Fint *length, MPI_Fint *pe)); pe 41 oshmem/shmem/fortran/profile/prototypes_pshmem.h PN (void, pshmem_character_put, PSHMEM_CHARACTER_PUT, (FORTRAN_POINTER_T target, FORTRAN_POINTER_T source, MPI_Fint *length, MPI_Fint *pe)); pe 42 oshmem/shmem/fortran/profile/prototypes_pshmem.h PN (void, pshmem_complex_put, PSHMEM_COMPLEX_PUT, (FORTRAN_POINTER_T target, FORTRAN_POINTER_T source, MPI_Fint *length, MPI_Fint *pe)); pe 43 oshmem/shmem/fortran/profile/prototypes_pshmem.h PN (void, pshmem_double_put, PSHMEM_DOUBLE_PUT, (FORTRAN_POINTER_T target, FORTRAN_POINTER_T source, MPI_Fint *length, MPI_Fint *pe)); pe 44 oshmem/shmem/fortran/profile/prototypes_pshmem.h PN (void, pshmem_logical_put, PSHMEM_LOGICAL_PUT, (FORTRAN_POINTER_T target, FORTRAN_POINTER_T source, MPI_Fint *length, MPI_Fint *pe)); pe 45 oshmem/shmem/fortran/profile/prototypes_pshmem.h PN (void, pshmem_integer_put, PSHMEM_INTEGER_PUT, (FORTRAN_POINTER_T target, FORTRAN_POINTER_T source, MPI_Fint *length, MPI_Fint *pe)); pe 46 oshmem/shmem/fortran/profile/prototypes_pshmem.h PN (void, pshmem_real_put, PSHMEM_REAL_PUT, (FORTRAN_POINTER_T target, FORTRAN_POINTER_T source, MPI_Fint *length, MPI_Fint *pe)); pe 47 oshmem/shmem/fortran/profile/prototypes_pshmem.h PN (void, pshmem_put4, PSHMEM_PUT4, (FORTRAN_POINTER_T target, FORTRAN_POINTER_T source, MPI_Fint *length, MPI_Fint *pe)); pe 48 oshmem/shmem/fortran/profile/prototypes_pshmem.h PN (void, pshmem_put8, PSHMEM_PUT8, (FORTRAN_POINTER_T target, FORTRAN_POINTER_T source, MPI_Fint *length, MPI_Fint *pe)); pe 49 oshmem/shmem/fortran/profile/prototypes_pshmem.h PN (void, pshmem_put32, PSHMEM_PUT32, (FORTRAN_POINTER_T target, FORTRAN_POINTER_T source, MPI_Fint *length, MPI_Fint *pe)); pe 50 oshmem/shmem/fortran/profile/prototypes_pshmem.h PN (void, pshmem_put64, PSHMEM_PUT64, (FORTRAN_POINTER_T target, FORTRAN_POINTER_T source, MPI_Fint *length, MPI_Fint *pe)); pe 51 oshmem/shmem/fortran/profile/prototypes_pshmem.h PN (void, pshmem_put128, PSHMEM_PUT128, (FORTRAN_POINTER_T target, FORTRAN_POINTER_T source, MPI_Fint *length, MPI_Fint *pe)); pe 52 oshmem/shmem/fortran/profile/prototypes_pshmem.h PN (void, pshmem_putmem, PSHMEM_PUTMEM, (FORTRAN_POINTER_T target, FORTRAN_POINTER_T source, MPI_Fint *length, MPI_Fint *pe)); pe 54 oshmem/shmem/fortran/profile/prototypes_pshmem.h PN (void, pshmem_iput4, PSHMEM_IPUT4, (FORTRAN_POINTER_T target, FORTRAN_POINTER_T source, MPI_Fint *tst, MPI_Fint *sst, MPI_Fint *len, MPI_Fint *pe)); pe 55 oshmem/shmem/fortran/profile/prototypes_pshmem.h PN (void, pshmem_iput8, PSHMEM_IPUT8, (FORTRAN_POINTER_T target, FORTRAN_POINTER_T source, MPI_Fint *tst, MPI_Fint *sst, MPI_Fint *len, MPI_Fint *pe)); pe 56 oshmem/shmem/fortran/profile/prototypes_pshmem.h PN (void, pshmem_iput32, PSHMEM_IPUT32, (FORTRAN_POINTER_T target, FORTRAN_POINTER_T source, MPI_Fint *tst, MPI_Fint *sst, MPI_Fint *len, MPI_Fint *pe)); pe 57 oshmem/shmem/fortran/profile/prototypes_pshmem.h PN (void, pshmem_iput64, PSHMEM_IPUT64, (FORTRAN_POINTER_T target, FORTRAN_POINTER_T source, MPI_Fint *tst, MPI_Fint *sst, MPI_Fint *len, MPI_Fint *pe)); pe 58 oshmem/shmem/fortran/profile/prototypes_pshmem.h PN (void, pshmem_iput128, PSHMEM_IPUT128, (FORTRAN_POINTER_T target, FORTRAN_POINTER_T source, MPI_Fint *tst, MPI_Fint *sst, MPI_Fint *len, MPI_Fint *pe)); pe 59 oshmem/shmem/fortran/profile/prototypes_pshmem.h PN (void, pshmem_complex_iput, PSHMEM_COMPLEX_IPUT, (FORTRAN_POINTER_T target, FORTRAN_POINTER_T source, MPI_Fint *tst, MPI_Fint *sst, MPI_Fint *len, MPI_Fint *pe)); pe 60 oshmem/shmem/fortran/profile/prototypes_pshmem.h PN (void, pshmem_double_iput, PSHMEM_DOUBLE_IPUT, (FORTRAN_POINTER_T target, FORTRAN_POINTER_T source, MPI_Fint *tst, MPI_Fint *sst, MPI_Fint *len, MPI_Fint *pe)); pe 61 oshmem/shmem/fortran/profile/prototypes_pshmem.h PN (void, pshmem_integer_iput, PSHMEM_INTEGER_IPUT, (FORTRAN_POINTER_T target, FORTRAN_POINTER_T source, MPI_Fint *tst, MPI_Fint *sst, MPI_Fint *len, MPI_Fint *pe)); pe 62 oshmem/shmem/fortran/profile/prototypes_pshmem.h PN (void, pshmem_logical_iput, PSHMEM_LOGICAL_IPUT, (FORTRAN_POINTER_T target, FORTRAN_POINTER_T source, MPI_Fint *tst, MPI_Fint *sst, MPI_Fint *len, MPI_Fint *pe)); pe 63 oshmem/shmem/fortran/profile/prototypes_pshmem.h PN (void, pshmem_real_iput, PSHMEM_REAL_IPUT, (FORTRAN_POINTER_T target, FORTRAN_POINTER_T source, MPI_Fint *tst, MPI_Fint *sst, MPI_Fint *len, MPI_Fint *pe)); pe 65 oshmem/shmem/fortran/profile/prototypes_pshmem.h PN (void, pshmem_putmem_nbi, PSHMEM_PUTMEM_NBI, (FORTRAN_POINTER_T target, FORTRAN_POINTER_T source, MPI_Fint *length, MPI_Fint *pe)); pe 66 oshmem/shmem/fortran/profile/prototypes_pshmem.h PN (void, pshmem_character_put_nbi, PSHMEM_CHARACTER_PUT_NBI, (FORTRAN_POINTER_T target, FORTRAN_POINTER_T source, MPI_Fint *length, MPI_Fint *pe)); pe 67 oshmem/shmem/fortran/profile/prototypes_pshmem.h PN (void, pshmem_complex_put_nbi, PSHMEM_COMPLEX_PUT_NBI, (FORTRAN_POINTER_T target, FORTRAN_POINTER_T source, MPI_Fint *length, MPI_Fint *pe)); pe 68 oshmem/shmem/fortran/profile/prototypes_pshmem.h PN (void, pshmem_double_put_nbi, PSHMEM_DOUBLE_PUT_NBI, (FORTRAN_POINTER_T target, FORTRAN_POINTER_T source, MPI_Fint *length, MPI_Fint *pe)); pe 69 oshmem/shmem/fortran/profile/prototypes_pshmem.h PN (void, pshmem_integer_put_nbi, PSHMEM_INTEGER_PUT_NBI, (FORTRAN_POINTER_T target, FORTRAN_POINTER_T source, MPI_Fint *length, MPI_Fint *pe)); pe 70 oshmem/shmem/fortran/profile/prototypes_pshmem.h PN (void, pshmem_logical_put_nbi, PSHMEM_LOGICAL_PUT_NBI, (FORTRAN_POINTER_T target, FORTRAN_POINTER_T source, MPI_Fint *length, MPI_Fint *pe)); pe 71 oshmem/shmem/fortran/profile/prototypes_pshmem.h PN (void, pshmem_real_put_nbi, PSHMEM_REAL_PUT_NBI, (FORTRAN_POINTER_T target, FORTRAN_POINTER_T source, MPI_Fint *length, MPI_Fint *pe)); pe 72 oshmem/shmem/fortran/profile/prototypes_pshmem.h PN (void, pshmem_put4_nbi, PSHMEM_PUT4_NBI, (FORTRAN_POINTER_T target, FORTRAN_POINTER_T source, MPI_Fint *length, MPI_Fint *pe)); pe 73 oshmem/shmem/fortran/profile/prototypes_pshmem.h PN (void, pshmem_put8_nbi, PSHMEM_PUT8_NBI, (FORTRAN_POINTER_T target, FORTRAN_POINTER_T source, MPI_Fint *length, MPI_Fint *pe)); pe 74 oshmem/shmem/fortran/profile/prototypes_pshmem.h PN (void, pshmem_put32_nbi, PSHMEM_PUT32_NBI, (FORTRAN_POINTER_T target, FORTRAN_POINTER_T source, MPI_Fint *length, MPI_Fint *pe)); pe 75 oshmem/shmem/fortran/profile/prototypes_pshmem.h PN (void, pshmem_put64_nbi, PSHMEM_PUT64_NBI, (FORTRAN_POINTER_T target, FORTRAN_POINTER_T source, MPI_Fint *length, MPI_Fint *pe)); pe 76 oshmem/shmem/fortran/profile/prototypes_pshmem.h PN (void, pshmem_put128_nbi, PSHMEM_PUT128_NBI, (FORTRAN_POINTER_T target, FORTRAN_POINTER_T source, MPI_Fint *length, MPI_Fint *pe)); pe 78 oshmem/shmem/fortran/profile/prototypes_pshmem.h PN (void, pshmem_character_get, PSHMEM_CHARACTER_GET, (FORTRAN_POINTER_T target, FORTRAN_POINTER_T source, MPI_Fint *len, MPI_Fint *pe)); pe 79 oshmem/shmem/fortran/profile/prototypes_pshmem.h PN (void, pshmem_complex_get, PSHMEM_COMPLEX_GET, (FORTRAN_POINTER_T target, FORTRAN_POINTER_T source, MPI_Fint *len, MPI_Fint *pe)); pe 80 oshmem/shmem/fortran/profile/prototypes_pshmem.h PN (void, pshmem_double_get, PSHMEM_DOUBLE_GET, (FORTRAN_POINTER_T target, FORTRAN_POINTER_T source, MPI_Fint *len, MPI_Fint *pe)); pe 81 oshmem/shmem/fortran/profile/prototypes_pshmem.h PN (void, pshmem_integer_get, PSHMEM_INTEGER_GET, (FORTRAN_POINTER_T target, FORTRAN_POINTER_T source, MPI_Fint *len, MPI_Fint *pe)); pe 82 oshmem/shmem/fortran/profile/prototypes_pshmem.h PN (void, pshmem_get4, PSHMEM_GET4, (FORTRAN_POINTER_T target, FORTRAN_POINTER_T source, MPI_Fint *len, MPI_Fint *pe)); pe 83 oshmem/shmem/fortran/profile/prototypes_pshmem.h PN (void, pshmem_get8, PSHMEM_GET8, (FORTRAN_POINTER_T target, FORTRAN_POINTER_T source, MPI_Fint *len, MPI_Fint *pe)); pe 84 oshmem/shmem/fortran/profile/prototypes_pshmem.h PN (void, pshmem_get32, PSHMEM_GET32, (FORTRAN_POINTER_T target, FORTRAN_POINTER_T source, MPI_Fint *len, MPI_Fint *pe)); pe 85 oshmem/shmem/fortran/profile/prototypes_pshmem.h PN (void, pshmem_get64, PSHMEM_GET64, (FORTRAN_POINTER_T target, FORTRAN_POINTER_T source, MPI_Fint *len, MPI_Fint *pe)); pe 86 oshmem/shmem/fortran/profile/prototypes_pshmem.h PN (void, pshmem_get128, PSHMEM_GET128, (FORTRAN_POINTER_T target, FORTRAN_POINTER_T source, MPI_Fint *len, MPI_Fint *pe)); pe 87 oshmem/shmem/fortran/profile/prototypes_pshmem.h PN (void, pshmem_getmem, PSHMEM_GETMEM, (FORTRAN_POINTER_T target, FORTRAN_POINTER_T source, MPI_Fint *len, MPI_Fint *pe)); pe 88 oshmem/shmem/fortran/profile/prototypes_pshmem.h PN (void, pshmem_logical_get, PSHMEM_LOGICAL_GET, (FORTRAN_POINTER_T target, FORTRAN_POINTER_T source, MPI_Fint *len, MPI_Fint *pe)); pe 89 oshmem/shmem/fortran/profile/prototypes_pshmem.h PN (void, pshmem_real_get, PSHMEM_REAL_GET, (FORTRAN_POINTER_T target, FORTRAN_POINTER_T source, MPI_Fint *len, MPI_Fint *pe)); pe 91 oshmem/shmem/fortran/profile/prototypes_pshmem.h PN (void, pshmem_iget4, PSHMEM_IGET4, (FORTRAN_POINTER_T target, FORTRAN_POINTER_T source, MPI_Fint *tst, MPI_Fint *sst, MPI_Fint *len, MPI_Fint *pe)); pe 92 oshmem/shmem/fortran/profile/prototypes_pshmem.h PN (void, pshmem_iget8, PSHMEM_IGET8, (FORTRAN_POINTER_T target, FORTRAN_POINTER_T source, MPI_Fint *tst, MPI_Fint *sst, MPI_Fint *len, MPI_Fint *pe)); pe 93 oshmem/shmem/fortran/profile/prototypes_pshmem.h PN (void, pshmem_iget32, PSHMEM_IGET32, (FORTRAN_POINTER_T target, FORTRAN_POINTER_T source, MPI_Fint *tst, MPI_Fint *sst, MPI_Fint *len, MPI_Fint *pe)); pe 94 oshmem/shmem/fortran/profile/prototypes_pshmem.h PN (void, pshmem_iget64, PSHMEM_IGET64, (FORTRAN_POINTER_T target, FORTRAN_POINTER_T source, MPI_Fint *tst, MPI_Fint *sst, MPI_Fint *len, MPI_Fint *pe)); pe 95 oshmem/shmem/fortran/profile/prototypes_pshmem.h PN (void, pshmem_iget128, PSHMEM_IGET128, (FORTRAN_POINTER_T target, FORTRAN_POINTER_T source, MPI_Fint *tst, MPI_Fint *sst, MPI_Fint *len, MPI_Fint *pe)); pe 96 oshmem/shmem/fortran/profile/prototypes_pshmem.h PN (void, pshmem_complex_iget, PSHMEM_COMPLEX_IGET, (FORTRAN_POINTER_T target, FORTRAN_POINTER_T source, MPI_Fint *tst, MPI_Fint *sst, MPI_Fint *len, MPI_Fint *pe)); pe 97 oshmem/shmem/fortran/profile/prototypes_pshmem.h PN (void, pshmem_double_iget, PSHMEM_DOUBLE_IGET, (FORTRAN_POINTER_T target, FORTRAN_POINTER_T source, MPI_Fint *tst, MPI_Fint *sst, MPI_Fint *len, MPI_Fint *pe)); pe 98 oshmem/shmem/fortran/profile/prototypes_pshmem.h PN (void, pshmem_integer_iget, PSHMEM_INTEGER_IGET, (FORTRAN_POINTER_T target, FORTRAN_POINTER_T source, MPI_Fint *tst, MPI_Fint *sst, MPI_Fint *len, MPI_Fint *pe)); pe 99 oshmem/shmem/fortran/profile/prototypes_pshmem.h PN (void, pshmem_logical_iget, PSHMEM_LOGICAL_IGET, (FORTRAN_POINTER_T target, FORTRAN_POINTER_T source, MPI_Fint *tst, MPI_Fint *sst, MPI_Fint *len, MPI_Fint *pe)); pe 100 oshmem/shmem/fortran/profile/prototypes_pshmem.h PN (void, pshmem_real_iget, PSHMEM_REAL_IGET, (FORTRAN_POINTER_T target, FORTRAN_POINTER_T source, MPI_Fint *tst, MPI_Fint *sst, MPI_Fint *len, MPI_Fint *pe)); pe 102 oshmem/shmem/fortran/profile/prototypes_pshmem.h PN (void, pshmem_getmem_nbi, PSHMEM_GETMEM_NBI, (FORTRAN_POINTER_T target, FORTRAN_POINTER_T source, MPI_Fint *len, MPI_Fint *pe)); pe 103 oshmem/shmem/fortran/profile/prototypes_pshmem.h PN (void, pshmem_character_get_nbi, PSHMEM_CHARACTER_GET_NBI, (FORTRAN_POINTER_T target, FORTRAN_POINTER_T source, MPI_Fint *len, MPI_Fint *pe)); pe 104 oshmem/shmem/fortran/profile/prototypes_pshmem.h PN (void, pshmem_complex_get_nbi, PSHMEM_COMPLEX_GET_NBI, (FORTRAN_POINTER_T target, FORTRAN_POINTER_T source, MPI_Fint *len, MPI_Fint *pe)); pe 105 oshmem/shmem/fortran/profile/prototypes_pshmem.h PN (void, pshmem_double_get_nbi, PSHMEM_DOUBLE_GET_NBI, (FORTRAN_POINTER_T target, FORTRAN_POINTER_T source, MPI_Fint *len, MPI_Fint *pe)); pe 106 oshmem/shmem/fortran/profile/prototypes_pshmem.h PN (void, pshmem_integer_get_nbi, PSHMEM_INTEGER_GET_NBI, (FORTRAN_POINTER_T target, FORTRAN_POINTER_T source, MPI_Fint *len, MPI_Fint *pe)); pe 107 oshmem/shmem/fortran/profile/prototypes_pshmem.h PN (void, pshmem_logical_get_nbi, PSHMEM_LOGICAL_GET_NBI, (FORTRAN_POINTER_T target, FORTRAN_POINTER_T source, MPI_Fint *len, MPI_Fint *pe)); pe 108 oshmem/shmem/fortran/profile/prototypes_pshmem.h PN (void, pshmem_real_get_nbi, PSHMEM_REAL_GET_NBI, (FORTRAN_POINTER_T target, FORTRAN_POINTER_T source, MPI_Fint *len, MPI_Fint *pe)); pe 109 oshmem/shmem/fortran/profile/prototypes_pshmem.h PN (void, pshmem_get4_nbi, PSHMEM_GET4_NBI, (FORTRAN_POINTER_T target, FORTRAN_POINTER_T source, MPI_Fint *len, MPI_Fint *pe)); pe 110 oshmem/shmem/fortran/profile/prototypes_pshmem.h PN (void, pshmem_get8_nbi, PSHMEM_GET8_NBI, (FORTRAN_POINTER_T target, FORTRAN_POINTER_T source, MPI_Fint *len, MPI_Fint *pe)); pe 111 oshmem/shmem/fortran/profile/prototypes_pshmem.h PN (void, pshmem_get32_nbi, PSHMEM_GET32_NBI, (FORTRAN_POINTER_T target, FORTRAN_POINTER_T source, MPI_Fint *len, MPI_Fint *pe)); pe 112 oshmem/shmem/fortran/profile/prototypes_pshmem.h PN (void, pshmem_get64_nbi, PSHMEM_GET64_NBI, (FORTRAN_POINTER_T target, FORTRAN_POINTER_T source, MPI_Fint *len, MPI_Fint *pe)); pe 113 oshmem/shmem/fortran/profile/prototypes_pshmem.h PN (void, pshmem_get128_nbi, PSHMEM_GET128_NBI, (FORTRAN_POINTER_T target, FORTRAN_POINTER_T source, MPI_Fint *len, MPI_Fint *pe)); pe 115 oshmem/shmem/fortran/profile/prototypes_pshmem.h PN (MPI_Fint, pshmem_swap, PSHMEM_SWAP, (FORTRAN_POINTER_T target, FORTRAN_POINTER_T value, MPI_Fint *pe)); pe 116 oshmem/shmem/fortran/profile/prototypes_pshmem.h PN (ompi_fortran_integer4_t, pshmem_int4_swap, PSHMEM_INT4_SWAP, (FORTRAN_POINTER_T target, FORTRAN_POINTER_T value, MPI_Fint *pe)); pe 117 oshmem/shmem/fortran/profile/prototypes_pshmem.h PN (ompi_fortran_integer8_t, pshmem_int8_swap, PSHMEM_INT8_SWAP, (FORTRAN_POINTER_T target, FORTRAN_POINTER_T value, MPI_Fint *pe)); pe 118 oshmem/shmem/fortran/profile/prototypes_pshmem.h PN (ompi_fortran_real4_t, pshmem_real4_swap, PSHMEM_REAL4_SWAP, (FORTRAN_POINTER_T target, FORTRAN_POINTER_T value, MPI_Fint *pe)); pe 119 oshmem/shmem/fortran/profile/prototypes_pshmem.h PN (ompi_fortran_real8_t, pshmem_real8_swap, PSHMEM_REAL8_SWAP, (FORTRAN_POINTER_T target, FORTRAN_POINTER_T value, MPI_Fint *pe)); pe 121 oshmem/shmem/fortran/profile/prototypes_pshmem.h PN (void, pshmem_int4_set, PSHMEM_INT4_SET, (FORTRAN_POINTER_T target, FORTRAN_POINTER_T value, MPI_Fint *pe)); pe 122 oshmem/shmem/fortran/profile/prototypes_pshmem.h PN (void, pshmem_int8_set, PSHMEM_INT8_SET, (FORTRAN_POINTER_T target, FORTRAN_POINTER_T value, MPI_Fint *pe)); pe 123 oshmem/shmem/fortran/profile/prototypes_pshmem.h PN (void, pshmem_real4_set, PSHMEM_REAL4_SET, (FORTRAN_POINTER_T target, FORTRAN_POINTER_T value, MPI_Fint *pe)); pe 124 oshmem/shmem/fortran/profile/prototypes_pshmem.h PN (void, pshmem_real8_set, PSHMEM_REAL8_SET, (FORTRAN_POINTER_T target, FORTRAN_POINTER_T value, MPI_Fint *pe)); pe 127 oshmem/shmem/fortran/profile/prototypes_pshmem.h PN (ompi_fortran_integer4_t, pshmem_int4_cswap, PSHMEM_INT4_CSWAP, (FORTRAN_POINTER_T target, MPI_Fint *cond, FORTRAN_POINTER_T value, MPI_Fint *pe)); pe 128 oshmem/shmem/fortran/profile/prototypes_pshmem.h PN (ompi_fortran_integer8_t, pshmem_int8_cswap, PSHMEM_INT8_CSWAP, (FORTRAN_POINTER_T target, MPI_Fint *cond, FORTRAN_POINTER_T value, MPI_Fint *pe)); pe 130 oshmem/shmem/fortran/profile/prototypes_pshmem.h PN (ompi_fortran_integer4_t, pshmem_int4_fadd, PSHMEM_INT4_FADD, (FORTRAN_POINTER_T target, FORTRAN_POINTER_T value, MPI_Fint *pe)); pe 131 oshmem/shmem/fortran/profile/prototypes_pshmem.h PN (ompi_fortran_integer8_t, pshmem_int8_fadd, PSHMEM_INT8_FADD, (FORTRAN_POINTER_T target, FORTRAN_POINTER_T value, MPI_Fint *pe)); pe 133 oshmem/shmem/fortran/profile/prototypes_pshmem.h PN (ompi_fortran_integer4_t, pshmem_int4_fetch, PSHMEM_INT4_FETCH, (FORTRAN_POINTER_T target, MPI_Fint *pe)); pe 134 oshmem/shmem/fortran/profile/prototypes_pshmem.h PN (ompi_fortran_integer8_t, pshmem_int8_fetch, PSHMEM_INT8_FETCH, (FORTRAN_POINTER_T target, MPI_Fint *pe)); pe 135 oshmem/shmem/fortran/profile/prototypes_pshmem.h PN (ompi_fortran_real4_t, pshmem_real4_fetch, PSHMEM_REAL4_FETCH, (FORTRAN_POINTER_T target, MPI_Fint *pe)); pe 136 oshmem/shmem/fortran/profile/prototypes_pshmem.h PN (ompi_fortran_real8_t, pshmem_real8_fetch, PSHMEM_REAL8_FETCH, (FORTRAN_POINTER_T target, MPI_Fint *pe)); pe 138 oshmem/shmem/fortran/profile/prototypes_pshmem.h PN (void, pshmem_int4_inc, PSHMEM_INT4_INC, (FORTRAN_POINTER_T target, MPI_Fint *pe)); pe 139 oshmem/shmem/fortran/profile/prototypes_pshmem.h PN (void, pshmem_int8_inc, PSHMEM_INT8_INC, (FORTRAN_POINTER_T target, MPI_Fint *pe)); pe 140 oshmem/shmem/fortran/profile/prototypes_pshmem.h PN (ompi_fortran_integer4_t, pshmem_int4_finc, PSHMEM_INT4_FINC, (FORTRAN_POINTER_T target, MPI_Fint *pe)); pe 141 oshmem/shmem/fortran/profile/prototypes_pshmem.h PN (ompi_fortran_integer8_t, pshmem_int8_finc, PSHMEM_INT8_FINC, (FORTRAN_POINTER_T target, MPI_Fint *pe)); pe 142 oshmem/shmem/fortran/profile/prototypes_pshmem.h PN (void, pshmem_int4_add, PSHMEM_INT4_ADD, (FORTRAN_POINTER_T target, FORTRAN_POINTER_T value, MPI_Fint *pe)); pe 143 oshmem/shmem/fortran/profile/prototypes_pshmem.h PN (void, pshmem_int8_add, PSHMEM_INT8_ADD, (FORTRAN_POINTER_T target, FORTRAN_POINTER_T value, MPI_Fint *pe)); pe 39 oshmem/shmem/fortran/prototypes_shmem.h PN (FORTRAN_POINTER_T*, shmem_ptr, SHMEM_PTR, (FORTRAN_POINTER_T target, MPI_Fint *pe)); pe 40 oshmem/shmem/fortran/prototypes_shmem.h PN (ompi_fortran_logical_t, shmem_pe_accessible, SHMEM_PE_ACCESSIBLE, (MPI_Fint *pe)); pe 41 oshmem/shmem/fortran/prototypes_shmem.h PN (MPI_Fint, shmem_addr_accessible, SHMEM_ADDR_ACCESSIBLE, (FORTRAN_POINTER_T addr, MPI_Fint *pe)); pe 43 oshmem/shmem/fortran/prototypes_shmem.h PN (void, shmem_put, SHMEM_PUT, (FORTRAN_POINTER_T target, FORTRAN_POINTER_T source, MPI_Fint *length, MPI_Fint *pe)); pe 44 oshmem/shmem/fortran/prototypes_shmem.h PN (void, shmem_character_put, SHMEM_CHARACTER_PUT, (FORTRAN_POINTER_T target, FORTRAN_POINTER_T source, MPI_Fint *length, MPI_Fint *pe)); pe 45 oshmem/shmem/fortran/prototypes_shmem.h PN (void, shmem_complex_put, SHMEM_COMPLEX_PUT, (FORTRAN_POINTER_T target, FORTRAN_POINTER_T source, MPI_Fint *length, MPI_Fint *pe)); pe 46 oshmem/shmem/fortran/prototypes_shmem.h PN (void, shmem_double_put, SHMEM_DOUBLE_PUT, (FORTRAN_POINTER_T target, FORTRAN_POINTER_T source, MPI_Fint *length, MPI_Fint *pe)); pe 47 oshmem/shmem/fortran/prototypes_shmem.h PN (void, shmem_logical_put, SHMEM_LOGICAL_PUT, (FORTRAN_POINTER_T target, FORTRAN_POINTER_T source, MPI_Fint *length, MPI_Fint *pe)); pe 48 oshmem/shmem/fortran/prototypes_shmem.h PN (void, shmem_integer_put, SHMEM_INTEGER_PUT, (FORTRAN_POINTER_T target, FORTRAN_POINTER_T source, MPI_Fint *length, MPI_Fint *pe)); pe 49 oshmem/shmem/fortran/prototypes_shmem.h PN (void, shmem_real_put, SHMEM_REAL_PUT, (FORTRAN_POINTER_T target, FORTRAN_POINTER_T source, MPI_Fint *length, MPI_Fint *pe)); pe 50 oshmem/shmem/fortran/prototypes_shmem.h PN (void, shmem_put4, SHMEM_PUT4, (FORTRAN_POINTER_T target, FORTRAN_POINTER_T source, MPI_Fint *length, MPI_Fint *pe)); pe 51 oshmem/shmem/fortran/prototypes_shmem.h PN (void, shmem_put8, SHMEM_PUT8, (FORTRAN_POINTER_T target, FORTRAN_POINTER_T source, MPI_Fint *length, MPI_Fint *pe)); pe 52 oshmem/shmem/fortran/prototypes_shmem.h PN (void, shmem_put32, SHMEM_PUT32, (FORTRAN_POINTER_T target, FORTRAN_POINTER_T source, MPI_Fint *length, MPI_Fint *pe)); pe 53 oshmem/shmem/fortran/prototypes_shmem.h PN (void, shmem_put64, SHMEM_PUT64, (FORTRAN_POINTER_T target, FORTRAN_POINTER_T source, MPI_Fint *length, MPI_Fint *pe)); pe 54 oshmem/shmem/fortran/prototypes_shmem.h PN (void, shmem_put128, SHMEM_PUT128, (FORTRAN_POINTER_T target, FORTRAN_POINTER_T source, MPI_Fint *length, MPI_Fint *pe)); pe 55 oshmem/shmem/fortran/prototypes_shmem.h PN (void, shmem_putmem, SHMEM_PUTMEM, (FORTRAN_POINTER_T target, FORTRAN_POINTER_T source, MPI_Fint *length, MPI_Fint *pe)); pe 57 oshmem/shmem/fortran/prototypes_shmem.h PN (void, shmem_iput4, SHMEM_IPUT4, (FORTRAN_POINTER_T target, FORTRAN_POINTER_T source, MPI_Fint *tst, MPI_Fint *sst, MPI_Fint *len, MPI_Fint *pe)); pe 58 oshmem/shmem/fortran/prototypes_shmem.h PN (void, shmem_iput8, SHMEM_IPUT8, (FORTRAN_POINTER_T target, FORTRAN_POINTER_T source, MPI_Fint *tst, MPI_Fint *sst, MPI_Fint *len, MPI_Fint *pe)); pe 59 oshmem/shmem/fortran/prototypes_shmem.h PN (void, shmem_iput32, SHMEM_IPUT32, (FORTRAN_POINTER_T target, FORTRAN_POINTER_T source, MPI_Fint *tst, MPI_Fint *sst, MPI_Fint *len, MPI_Fint *pe)); pe 60 oshmem/shmem/fortran/prototypes_shmem.h PN (void, shmem_iput64, SHMEM_IPUT64, (FORTRAN_POINTER_T target, FORTRAN_POINTER_T source, MPI_Fint *tst, MPI_Fint *sst, MPI_Fint *len, MPI_Fint *pe)); pe 61 oshmem/shmem/fortran/prototypes_shmem.h PN (void, shmem_iput128, SHMEM_IPUT128, (FORTRAN_POINTER_T target, FORTRAN_POINTER_T source, MPI_Fint *tst, MPI_Fint *sst, MPI_Fint *len, MPI_Fint *pe)); pe 62 oshmem/shmem/fortran/prototypes_shmem.h PN (void, shmem_complex_iput, SHMEM_COMPLEX_IPUT, (FORTRAN_POINTER_T target, FORTRAN_POINTER_T source, MPI_Fint *tst, MPI_Fint *sst, MPI_Fint *len, MPI_Fint *pe)); pe 63 oshmem/shmem/fortran/prototypes_shmem.h PN (void, shmem_double_iput, SHMEM_DOUBLE_IPUT, (FORTRAN_POINTER_T target, FORTRAN_POINTER_T source, MPI_Fint *tst, MPI_Fint *sst, MPI_Fint *len, MPI_Fint *pe)); pe 64 oshmem/shmem/fortran/prototypes_shmem.h PN (void, shmem_integer_iput, SHMEM_INTEGER_IPUT, (FORTRAN_POINTER_T target, FORTRAN_POINTER_T source, MPI_Fint *tst, MPI_Fint *sst, MPI_Fint *len, MPI_Fint *pe)); pe 65 oshmem/shmem/fortran/prototypes_shmem.h PN (void, shmem_logical_iput, SHMEM_LOGICAL_IPUT, (FORTRAN_POINTER_T target, FORTRAN_POINTER_T source, MPI_Fint *tst, MPI_Fint *sst, MPI_Fint *len, MPI_Fint *pe)); pe 66 oshmem/shmem/fortran/prototypes_shmem.h PN (void, shmem_real_iput, SHMEM_REAL_IPUT, (FORTRAN_POINTER_T target, FORTRAN_POINTER_T source, MPI_Fint *tst, MPI_Fint *sst, MPI_Fint *len, MPI_Fint *pe)); pe 68 oshmem/shmem/fortran/prototypes_shmem.h PN (void, shmem_putmem_nbi, SHMEM_PUTMEM_NBI, (FORTRAN_POINTER_T target, FORTRAN_POINTER_T source, MPI_Fint *length, MPI_Fint *pe)); pe 69 oshmem/shmem/fortran/prototypes_shmem.h PN (void, shmem_character_put_nbi, SHMEM_CHARACTER_PUT_NBI, (FORTRAN_POINTER_T target, FORTRAN_POINTER_T source, MPI_Fint *length, MPI_Fint *pe)); pe 70 oshmem/shmem/fortran/prototypes_shmem.h PN (void, shmem_complex_put_nbi, SHMEM_COMPLEX_PUT_NBI, (FORTRAN_POINTER_T target, FORTRAN_POINTER_T source, MPI_Fint *length, MPI_Fint *pe)); pe 71 oshmem/shmem/fortran/prototypes_shmem.h PN (void, shmem_double_put_nbi, SHMEM_DOUBLE_PUT_NBI, (FORTRAN_POINTER_T target, FORTRAN_POINTER_T source, MPI_Fint *length, MPI_Fint *pe)); pe 72 oshmem/shmem/fortran/prototypes_shmem.h PN (void, shmem_integer_put_nbi, SHMEM_INTEGER_PUT_NBI, (FORTRAN_POINTER_T target, FORTRAN_POINTER_T source, MPI_Fint *length, MPI_Fint *pe)); pe 73 oshmem/shmem/fortran/prototypes_shmem.h PN (void, shmem_logical_put_nbi, SHMEM_LOGICAL_PUT_NBI, (FORTRAN_POINTER_T target, FORTRAN_POINTER_T source, MPI_Fint *length, MPI_Fint *pe)); pe 74 oshmem/shmem/fortran/prototypes_shmem.h PN (void, shmem_real_put_nbi, SHMEM_REAL_PUT_NBI, (FORTRAN_POINTER_T target, FORTRAN_POINTER_T source, MPI_Fint *length, MPI_Fint *pe)); pe 75 oshmem/shmem/fortran/prototypes_shmem.h PN (void, shmem_put4_nbi, SHMEM_PUT4_NBI, (FORTRAN_POINTER_T target, FORTRAN_POINTER_T source, MPI_Fint *length, MPI_Fint *pe)); pe 76 oshmem/shmem/fortran/prototypes_shmem.h PN (void, shmem_put8_nbi, SHMEM_PUT8_NBI, (FORTRAN_POINTER_T target, FORTRAN_POINTER_T source, MPI_Fint *length, MPI_Fint *pe)); pe 77 oshmem/shmem/fortran/prototypes_shmem.h PN (void, shmem_put32_nbi, SHMEM_PUT32_NBI, (FORTRAN_POINTER_T target, FORTRAN_POINTER_T source, MPI_Fint *length, MPI_Fint *pe)); pe 78 oshmem/shmem/fortran/prototypes_shmem.h PN (void, shmem_put64_nbi, SHMEM_PUT64_NBI, (FORTRAN_POINTER_T target, FORTRAN_POINTER_T source, MPI_Fint *length, MPI_Fint *pe)); pe 79 oshmem/shmem/fortran/prototypes_shmem.h PN (void, shmem_put128_nbi, SHMEM_PUT128_NBI, (FORTRAN_POINTER_T target, FORTRAN_POINTER_T source, MPI_Fint *length, MPI_Fint *pe)); pe 81 oshmem/shmem/fortran/prototypes_shmem.h PN (void, shmem_character_get, SHMEM_CHARACTER_GET, (FORTRAN_POINTER_T target, FORTRAN_POINTER_T source, MPI_Fint *len, MPI_Fint *pe)); pe 82 oshmem/shmem/fortran/prototypes_shmem.h PN (void, shmem_complex_get, SHMEM_COMPLEX_GET, (FORTRAN_POINTER_T target, FORTRAN_POINTER_T source, MPI_Fint *len, MPI_Fint *pe)); pe 83 oshmem/shmem/fortran/prototypes_shmem.h PN (void, shmem_double_get, SHMEM_DOUBLE_GET, (FORTRAN_POINTER_T target, FORTRAN_POINTER_T source, MPI_Fint *len, MPI_Fint *pe)); pe 84 oshmem/shmem/fortran/prototypes_shmem.h PN (void, shmem_integer_get, SHMEM_INTEGER_GET, (FORTRAN_POINTER_T target, FORTRAN_POINTER_T source, MPI_Fint *len, MPI_Fint *pe)); pe 85 oshmem/shmem/fortran/prototypes_shmem.h PN (void, shmem_get4, SHMEM_GET4, (FORTRAN_POINTER_T target, FORTRAN_POINTER_T source, MPI_Fint *len, MPI_Fint *pe)); pe 86 oshmem/shmem/fortran/prototypes_shmem.h PN (void, shmem_get8, SHMEM_GET8, (FORTRAN_POINTER_T target, FORTRAN_POINTER_T source, MPI_Fint *len, MPI_Fint *pe)); pe 87 oshmem/shmem/fortran/prototypes_shmem.h PN (void, shmem_get32, SHMEM_GET32, (FORTRAN_POINTER_T target, FORTRAN_POINTER_T source, MPI_Fint *len, MPI_Fint *pe)); pe 88 oshmem/shmem/fortran/prototypes_shmem.h PN (void, shmem_get64, SHMEM_GET64, (FORTRAN_POINTER_T target, FORTRAN_POINTER_T source, MPI_Fint *len, MPI_Fint *pe)); pe 89 oshmem/shmem/fortran/prototypes_shmem.h PN (void, shmem_get128, SHMEM_GET128, (FORTRAN_POINTER_T target, FORTRAN_POINTER_T source, MPI_Fint *len, MPI_Fint *pe)); pe 90 oshmem/shmem/fortran/prototypes_shmem.h PN (void, shmem_getmem, SHMEM_GETMEM, (FORTRAN_POINTER_T target, FORTRAN_POINTER_T source, MPI_Fint *len, MPI_Fint *pe)); pe 91 oshmem/shmem/fortran/prototypes_shmem.h PN (void, shmem_logical_get, SHMEM_LOGICAL_GET, (FORTRAN_POINTER_T target, FORTRAN_POINTER_T source, MPI_Fint *len, MPI_Fint *pe)); pe 92 oshmem/shmem/fortran/prototypes_shmem.h PN (void, shmem_real_get, SHMEM_REAL_GET, (FORTRAN_POINTER_T target, FORTRAN_POINTER_T source, MPI_Fint *len, MPI_Fint *pe)); pe 94 oshmem/shmem/fortran/prototypes_shmem.h PN (void, shmem_iget4, SHMEM_IGET4, (FORTRAN_POINTER_T target, FORTRAN_POINTER_T source, MPI_Fint *tst, MPI_Fint *sst, MPI_Fint *len, MPI_Fint *pe)); pe 95 oshmem/shmem/fortran/prototypes_shmem.h PN (void, shmem_iget8, SHMEM_IGET8, (FORTRAN_POINTER_T target, FORTRAN_POINTER_T source, MPI_Fint *tst, MPI_Fint *sst, MPI_Fint *len, MPI_Fint *pe)); pe 96 oshmem/shmem/fortran/prototypes_shmem.h PN (void, shmem_iget32, SHMEM_IGET32, (FORTRAN_POINTER_T target, FORTRAN_POINTER_T source, MPI_Fint *tst, MPI_Fint *sst, MPI_Fint *len, MPI_Fint *pe)); pe 97 oshmem/shmem/fortran/prototypes_shmem.h PN (void, shmem_iget64, SHMEM_IGET64, (FORTRAN_POINTER_T target, FORTRAN_POINTER_T source, MPI_Fint *tst, MPI_Fint *sst, MPI_Fint *len, MPI_Fint *pe)); pe 98 oshmem/shmem/fortran/prototypes_shmem.h PN (void, shmem_iget128, SHMEM_IGET128, (FORTRAN_POINTER_T target, FORTRAN_POINTER_T source, MPI_Fint *tst, MPI_Fint *sst, MPI_Fint *len, MPI_Fint *pe)); pe 99 oshmem/shmem/fortran/prototypes_shmem.h PN (void, shmem_complex_iget, SHMEM_COMPLEX_IGET, (FORTRAN_POINTER_T target, FORTRAN_POINTER_T source, MPI_Fint *tst, MPI_Fint *sst, MPI_Fint *len, MPI_Fint *pe)); pe 100 oshmem/shmem/fortran/prototypes_shmem.h PN (void, shmem_double_iget, SHMEM_DOUBLE_IGET, (FORTRAN_POINTER_T target, FORTRAN_POINTER_T source, MPI_Fint *tst, MPI_Fint *sst, MPI_Fint *len, MPI_Fint *pe)); pe 101 oshmem/shmem/fortran/prototypes_shmem.h PN (void, shmem_integer_iget, SHMEM_INTEGER_IGET, (FORTRAN_POINTER_T target, FORTRAN_POINTER_T source, MPI_Fint *tst, MPI_Fint *sst, MPI_Fint *len, MPI_Fint *pe)); pe 102 oshmem/shmem/fortran/prototypes_shmem.h PN (void, shmem_logical_iget, SHMEM_LOGICAL_IGET, (FORTRAN_POINTER_T target, FORTRAN_POINTER_T source, MPI_Fint *tst, MPI_Fint *sst, MPI_Fint *len, MPI_Fint *pe)); pe 103 oshmem/shmem/fortran/prototypes_shmem.h PN (void, shmem_real_iget, SHMEM_REAL_IGET, (FORTRAN_POINTER_T target, FORTRAN_POINTER_T source, MPI_Fint *tst, MPI_Fint *sst, MPI_Fint *len, MPI_Fint *pe)); pe 105 oshmem/shmem/fortran/prototypes_shmem.h PN (void, shmem_getmem_nbi, SHMEM_GETMEM_NBI, (FORTRAN_POINTER_T target, FORTRAN_POINTER_T source, MPI_Fint *len, MPI_Fint *pe)); pe 106 oshmem/shmem/fortran/prototypes_shmem.h PN (void, shmem_character_get_nbi, SHMEM_CHARACTER_GET_NBI, (FORTRAN_POINTER_T target, FORTRAN_POINTER_T source, MPI_Fint *len, MPI_Fint *pe)); pe 107 oshmem/shmem/fortran/prototypes_shmem.h PN (void, shmem_complex_get_nbi, SHMEM_COMPLEX_GET_NBI, (FORTRAN_POINTER_T target, FORTRAN_POINTER_T source, MPI_Fint *len, MPI_Fint *pe)); pe 108 oshmem/shmem/fortran/prototypes_shmem.h PN (void, shmem_double_get_nbi, SHMEM_DOUBLE_GET_NBI, (FORTRAN_POINTER_T target, FORTRAN_POINTER_T source, MPI_Fint *len, MPI_Fint *pe)); pe 109 oshmem/shmem/fortran/prototypes_shmem.h PN (void, shmem_integer_get_nbi, SHMEM_INTEGER_GET_NBI, (FORTRAN_POINTER_T target, FORTRAN_POINTER_T source, MPI_Fint *len, MPI_Fint *pe)); pe 110 oshmem/shmem/fortran/prototypes_shmem.h PN (void, shmem_logical_get_nbi, SHMEM_LOGICAL_GET_NBI, (FORTRAN_POINTER_T target, FORTRAN_POINTER_T source, MPI_Fint *len, MPI_Fint *pe)); pe 111 oshmem/shmem/fortran/prototypes_shmem.h PN (void, shmem_real_get_nbi, SHMEM_REAL_GET_NBI, (FORTRAN_POINTER_T target, FORTRAN_POINTER_T source, MPI_Fint *len, MPI_Fint *pe)); pe 112 oshmem/shmem/fortran/prototypes_shmem.h PN (void, shmem_get4_nbi, SHMEM_GET4_NBI, (FORTRAN_POINTER_T target, FORTRAN_POINTER_T source, MPI_Fint *len, MPI_Fint *pe)); pe 113 oshmem/shmem/fortran/prototypes_shmem.h PN (void, shmem_get8_nbi, SHMEM_GET8_NBI, (FORTRAN_POINTER_T target, FORTRAN_POINTER_T source, MPI_Fint *len, MPI_Fint *pe)); pe 114 oshmem/shmem/fortran/prototypes_shmem.h PN (void, shmem_get32_nbi, SHMEM_GET32_NBI, (FORTRAN_POINTER_T target, FORTRAN_POINTER_T source, MPI_Fint *len, MPI_Fint *pe)); pe 115 oshmem/shmem/fortran/prototypes_shmem.h PN (void, shmem_get64_nbi, SHMEM_GET64_NBI, (FORTRAN_POINTER_T target, FORTRAN_POINTER_T source, MPI_Fint *len, MPI_Fint *pe)); pe 116 oshmem/shmem/fortran/prototypes_shmem.h PN (void, shmem_get128_nbi, SHMEM_GET128_NBI, (FORTRAN_POINTER_T target, FORTRAN_POINTER_T source, MPI_Fint *len, MPI_Fint *pe)); pe 119 oshmem/shmem/fortran/prototypes_shmem.h PN (MPI_Fint, shmem_swap, SHMEM_SWAP, (FORTRAN_POINTER_T target, FORTRAN_POINTER_T value, MPI_Fint *pe)); pe 120 oshmem/shmem/fortran/prototypes_shmem.h PN (ompi_fortran_integer4_t, shmem_int4_swap, SHMEM_INT4_SWAP, (FORTRAN_POINTER_T target, FORTRAN_POINTER_T value, MPI_Fint *pe)); pe 121 oshmem/shmem/fortran/prototypes_shmem.h PN (ompi_fortran_integer8_t, shmem_int8_swap, SHMEM_INT8_SWAP, (FORTRAN_POINTER_T target, FORTRAN_POINTER_T value, MPI_Fint *pe)); pe 122 oshmem/shmem/fortran/prototypes_shmem.h PN (ompi_fortran_real4_t, shmem_real4_swap, SHMEM_REAL4_SWAP, (FORTRAN_POINTER_T target, FORTRAN_POINTER_T value, MPI_Fint *pe)); pe 123 oshmem/shmem/fortran/prototypes_shmem.h PN (ompi_fortran_real8_t, shmem_real8_swap, SHMEM_REAL8_SWAP, (FORTRAN_POINTER_T target, FORTRAN_POINTER_T value, MPI_Fint *pe)); pe 125 oshmem/shmem/fortran/prototypes_shmem.h PN (void, shmem_int4_set, SHMEM_INT4_SET, (FORTRAN_POINTER_T target, FORTRAN_POINTER_T value, MPI_Fint *pe)); pe 126 oshmem/shmem/fortran/prototypes_shmem.h PN (void, shmem_int8_set, SHMEM_INT8_SET, (FORTRAN_POINTER_T target, FORTRAN_POINTER_T value, MPI_Fint *pe)); pe 127 oshmem/shmem/fortran/prototypes_shmem.h PN (void, shmem_real4_set, SHMEM_REAL4_SET, (FORTRAN_POINTER_T target, FORTRAN_POINTER_T value, MPI_Fint *pe)); pe 128 oshmem/shmem/fortran/prototypes_shmem.h PN (void, shmem_real8_set, SHMEM_REAL8_SET, (FORTRAN_POINTER_T target, FORTRAN_POINTER_T value, MPI_Fint *pe)); pe 130 oshmem/shmem/fortran/prototypes_shmem.h PN (ompi_fortran_integer4_t, shmem_int4_cswap, SHMEM_INT4_CSWAP, (FORTRAN_POINTER_T target, MPI_Fint *cond, FORTRAN_POINTER_T value, MPI_Fint *pe)); pe 131 oshmem/shmem/fortran/prototypes_shmem.h PN (ompi_fortran_integer8_t, shmem_int8_cswap, SHMEM_INT8_CSWAP, (FORTRAN_POINTER_T target, MPI_Fint *cond, FORTRAN_POINTER_T value, MPI_Fint *pe)); pe 133 oshmem/shmem/fortran/prototypes_shmem.h PN (ompi_fortran_integer4_t, shmem_int4_fadd, SHMEM_INT4_FADD, (FORTRAN_POINTER_T target, FORTRAN_POINTER_T value, MPI_Fint *pe)); pe 134 oshmem/shmem/fortran/prototypes_shmem.h PN (ompi_fortran_integer8_t, shmem_int8_fadd, SHMEM_INT8_FADD, (FORTRAN_POINTER_T target, FORTRAN_POINTER_T value, MPI_Fint *pe)); pe 136 oshmem/shmem/fortran/prototypes_shmem.h PN (ompi_fortran_integer4_t, shmem_int4_fetch, SHMEM_INT4_FETCH, (FORTRAN_POINTER_T target, MPI_Fint *pe)); pe 137 oshmem/shmem/fortran/prototypes_shmem.h PN (ompi_fortran_integer8_t, shmem_int8_fetch, SHMEM_INT8_FETCH, (FORTRAN_POINTER_T target, MPI_Fint *pe)); pe 138 oshmem/shmem/fortran/prototypes_shmem.h PN (ompi_fortran_real4_t, shmem_real4_fetch, SHMEM_REAL4_FETCH, (FORTRAN_POINTER_T target, MPI_Fint *pe)); pe 139 oshmem/shmem/fortran/prototypes_shmem.h PN (ompi_fortran_real8_t, shmem_real8_fetch, SHMEM_REAL8_FETCH, (FORTRAN_POINTER_T target, MPI_Fint *pe)); pe 141 oshmem/shmem/fortran/prototypes_shmem.h PN (void, shmem_int4_inc, SHMEM_INT4_INC, (FORTRAN_POINTER_T target, MPI_Fint *pe)); pe 142 oshmem/shmem/fortran/prototypes_shmem.h PN (void, shmem_int8_inc, SHMEM_INT8_INC, (FORTRAN_POINTER_T target, MPI_Fint *pe)); pe 143 oshmem/shmem/fortran/prototypes_shmem.h PN (ompi_fortran_integer4_t, shmem_int4_finc, SHMEM_INT4_FINC, (FORTRAN_POINTER_T target, MPI_Fint *pe)); pe 144 oshmem/shmem/fortran/prototypes_shmem.h PN (ompi_fortran_integer8_t, shmem_int8_finc, SHMEM_INT8_FINC, (FORTRAN_POINTER_T target, MPI_Fint *pe)); pe 145 oshmem/shmem/fortran/prototypes_shmem.h PN (void, shmem_int4_add, SHMEM_INT4_ADD, (FORTRAN_POINTER_T target, FORTRAN_POINTER_T value, MPI_Fint *pe)); pe 146 oshmem/shmem/fortran/prototypes_shmem.h PN (void, shmem_int8_add, SHMEM_INT8_ADD, (FORTRAN_POINTER_T target, FORTRAN_POINTER_T value, MPI_Fint *pe)); pe 29 oshmem/shmem/fortran/shmem_addr_accessible_f.c (FORTRAN_POINTER_T addr, MPI_Fint *pe), pe 30 oshmem/shmem/fortran/shmem_addr_accessible_f.c (addr,pe) ) pe 32 oshmem/shmem/fortran/shmem_addr_accessible_f.c MPI_Fint shmem_addr_accessible_f(FORTRAN_POINTER_T addr, MPI_Fint *pe) pe 34 oshmem/shmem/fortran/shmem_addr_accessible_f.c return OMPI_INT_2_FINT(shmem_addr_accessible(FPTR_2_VOID_PTR(addr), OMPI_FINT_2_INT(*pe))); pe 32 oshmem/shmem/fortran/shmem_character_get_f.c (FORTRAN_POINTER_T target, FORTRAN_POINTER_T source, MPI_Fint *len, MPI_Fint *pe), pe 33 oshmem/shmem/fortran/shmem_character_get_f.c (target,source,len,pe) ) pe 35 oshmem/shmem/fortran/shmem_character_get_f.c void shmem_character_get_f(FORTRAN_POINTER_T target, FORTRAN_POINTER_T source, MPI_Fint *len, MPI_Fint *pe) pe 43 oshmem/shmem/fortran/shmem_character_get_f.c OMPI_FINT_2_INT(*pe))); pe 32 oshmem/shmem/fortran/shmem_character_put_f.c (FORTRAN_POINTER_T target, FORTRAN_POINTER_T source, MPI_Fint *length, MPI_Fint *pe), pe 33 oshmem/shmem/fortran/shmem_character_put_f.c (target,source,length,pe) ) pe 35 oshmem/shmem/fortran/shmem_character_put_f.c void shmem_character_put_f(FORTRAN_POINTER_T target, FORTRAN_POINTER_T source, MPI_Fint *length, MPI_Fint *pe) pe 43 oshmem/shmem/fortran/shmem_character_put_f.c OMPI_FINT_2_INT(*pe))); pe 32 oshmem/shmem/fortran/shmem_complex_get_f.c (FORTRAN_POINTER_T target, FORTRAN_POINTER_T source, MPI_Fint *len, MPI_Fint *pe), pe 33 oshmem/shmem/fortran/shmem_complex_get_f.c (target,source,len,pe) ) pe 35 oshmem/shmem/fortran/shmem_complex_get_f.c void shmem_complex_get_f(FORTRAN_POINTER_T target, FORTRAN_POINTER_T source, MPI_Fint *len, MPI_Fint *pe) pe 43 oshmem/shmem/fortran/shmem_complex_get_f.c OMPI_FINT_2_INT(*pe))); pe 32 oshmem/shmem/fortran/shmem_complex_iget_f.c (FORTRAN_POINTER_T target, FORTRAN_POINTER_T source, MPI_Fint *tst, MPI_Fint *sst, MPI_Fint *len, MPI_Fint *pe), pe 33 oshmem/shmem/fortran/shmem_complex_iget_f.c (target,source,tst,sst,len,pe) ) pe 35 oshmem/shmem/fortran/shmem_complex_iget_f.c void shmem_complex_iget_f(FORTRAN_POINTER_T target, FORTRAN_POINTER_T source, MPI_Fint *tst, MPI_Fint *sst, MPI_Fint *len, MPI_Fint *pe) pe 50 oshmem/shmem/fortran/shmem_complex_iget_f.c OMPI_FINT_2_INT(*pe))); pe 32 oshmem/shmem/fortran/shmem_complex_iput_f.c (FORTRAN_POINTER_T target, FORTRAN_POINTER_T source, MPI_Fint *tst, MPI_Fint *sst, MPI_Fint *len, MPI_Fint *pe), pe 33 oshmem/shmem/fortran/shmem_complex_iput_f.c (target,source,tst,sst,len,pe) ) pe 35 oshmem/shmem/fortran/shmem_complex_iput_f.c void shmem_complex_iput_f(FORTRAN_POINTER_T target, FORTRAN_POINTER_T source, MPI_Fint *tst, MPI_Fint *sst, MPI_Fint *len, MPI_Fint *pe) pe 50 oshmem/shmem/fortran/shmem_complex_iput_f.c OMPI_FINT_2_INT(*pe))); pe 32 oshmem/shmem/fortran/shmem_complex_put_f.c (FORTRAN_POINTER_T target, FORTRAN_POINTER_T source, MPI_Fint *length, MPI_Fint *pe), pe 33 oshmem/shmem/fortran/shmem_complex_put_f.c (target,source,length,pe) ) pe 35 oshmem/shmem/fortran/shmem_complex_put_f.c void shmem_complex_put_f(FORTRAN_POINTER_T target, FORTRAN_POINTER_T source, MPI_Fint *length, MPI_Fint *pe) pe 43 oshmem/shmem/fortran/shmem_complex_put_f.c OMPI_FINT_2_INT(*pe))); pe 32 oshmem/shmem/fortran/shmem_double_get_f.c (FORTRAN_POINTER_T target, FORTRAN_POINTER_T source, MPI_Fint *len, MPI_Fint *pe), pe 33 oshmem/shmem/fortran/shmem_double_get_f.c (target,source,len,pe) ) pe 35 oshmem/shmem/fortran/shmem_double_get_f.c void shmem_double_get_f(FORTRAN_POINTER_T target, FORTRAN_POINTER_T source, MPI_Fint *len, MPI_Fint *pe) pe 43 oshmem/shmem/fortran/shmem_double_get_f.c OMPI_FINT_2_INT(*pe))); pe 32 oshmem/shmem/fortran/shmem_double_iget_f.c (FORTRAN_POINTER_T target, FORTRAN_POINTER_T source, MPI_Fint *tst, MPI_Fint *sst, MPI_Fint *len, MPI_Fint *pe), pe 33 oshmem/shmem/fortran/shmem_double_iget_f.c (target,source,tst,sst,len,pe) ) pe 35 oshmem/shmem/fortran/shmem_double_iget_f.c void shmem_double_iget_f(FORTRAN_POINTER_T target, FORTRAN_POINTER_T source, MPI_Fint *tst, MPI_Fint *sst, MPI_Fint *len, MPI_Fint *pe) pe 50 oshmem/shmem/fortran/shmem_double_iget_f.c OMPI_FINT_2_INT(*pe))); pe 32 oshmem/shmem/fortran/shmem_double_iput_f.c (FORTRAN_POINTER_T target, FORTRAN_POINTER_T source, MPI_Fint *tst, MPI_Fint *sst, MPI_Fint *len, MPI_Fint *pe), pe 33 oshmem/shmem/fortran/shmem_double_iput_f.c (target,source,tst,sst,len,pe) ) pe 35 oshmem/shmem/fortran/shmem_double_iput_f.c void shmem_double_iput_f(FORTRAN_POINTER_T target, FORTRAN_POINTER_T source, MPI_Fint *tst, MPI_Fint *sst, MPI_Fint *len, MPI_Fint *pe) pe 50 oshmem/shmem/fortran/shmem_double_iput_f.c OMPI_FINT_2_INT(*pe))); pe 32 oshmem/shmem/fortran/shmem_double_put_f.c (FORTRAN_POINTER_T target, FORTRAN_POINTER_T source, MPI_Fint *length, MPI_Fint *pe), pe 33 oshmem/shmem/fortran/shmem_double_put_f.c (target,source,length,pe) ) pe 35 oshmem/shmem/fortran/shmem_double_put_f.c void shmem_double_put_f(FORTRAN_POINTER_T target, FORTRAN_POINTER_T source, MPI_Fint *length, MPI_Fint *pe) pe 43 oshmem/shmem/fortran/shmem_double_put_f.c OMPI_FINT_2_INT(*pe))); pe 31 oshmem/shmem/fortran/shmem_get128_f.c (FORTRAN_POINTER_T target, FORTRAN_POINTER_T source, MPI_Fint *len, MPI_Fint *pe), pe 32 oshmem/shmem/fortran/shmem_get128_f.c (target,source,len,pe) ) pe 34 oshmem/shmem/fortran/shmem_get128_f.c void shmem_get128_f(FORTRAN_POINTER_T target, FORTRAN_POINTER_T source, MPI_Fint *len, MPI_Fint *pe) pe 39 oshmem/shmem/fortran/shmem_get128_f.c OMPI_FINT_2_INT(*pe))); pe 31 oshmem/shmem/fortran/shmem_get32_f.c (FORTRAN_POINTER_T target, FORTRAN_POINTER_T source, MPI_Fint *len, MPI_Fint *pe), pe 32 oshmem/shmem/fortran/shmem_get32_f.c (target,source,len,pe) ) pe 34 oshmem/shmem/fortran/shmem_get32_f.c void shmem_get32_f(FORTRAN_POINTER_T target, FORTRAN_POINTER_T source, MPI_Fint *len, MPI_Fint *pe) pe 39 oshmem/shmem/fortran/shmem_get32_f.c OMPI_FINT_2_INT(*pe))); pe 31 oshmem/shmem/fortran/shmem_get4_f.c (FORTRAN_POINTER_T target, FORTRAN_POINTER_T source, MPI_Fint *len, MPI_Fint *pe), pe 32 oshmem/shmem/fortran/shmem_get4_f.c (target,source,len,pe) ) pe 34 oshmem/shmem/fortran/shmem_get4_f.c void shmem_get4_f(FORTRAN_POINTER_T target, FORTRAN_POINTER_T source, MPI_Fint *len, MPI_Fint *pe) pe 39 oshmem/shmem/fortran/shmem_get4_f.c OMPI_FINT_2_INT(*pe))); pe 31 oshmem/shmem/fortran/shmem_get64_f.c (FORTRAN_POINTER_T target, FORTRAN_POINTER_T source, MPI_Fint *len, MPI_Fint *pe), pe 32 oshmem/shmem/fortran/shmem_get64_f.c (target,source,len,pe) ) pe 34 oshmem/shmem/fortran/shmem_get64_f.c void shmem_get64_f(FORTRAN_POINTER_T target, FORTRAN_POINTER_T source, MPI_Fint *len, MPI_Fint *pe) pe 39 oshmem/shmem/fortran/shmem_get64_f.c OMPI_FINT_2_INT(*pe))); pe 31 oshmem/shmem/fortran/shmem_get8_f.c (FORTRAN_POINTER_T target, FORTRAN_POINTER_T source, MPI_Fint *len, MPI_Fint *pe), pe 32 oshmem/shmem/fortran/shmem_get8_f.c (target,source,len,pe) ) pe 34 oshmem/shmem/fortran/shmem_get8_f.c void shmem_get8_f(FORTRAN_POINTER_T target, FORTRAN_POINTER_T source, MPI_Fint *len, MPI_Fint *pe) pe 39 oshmem/shmem/fortran/shmem_get8_f.c OMPI_FINT_2_INT(*pe))); pe 46 oshmem/shmem/fortran/shmem_get_nb_f.c (FORTRAN_POINTER_T target, FORTRAN_POINTER_T source, MPI_Fint *len, MPI_Fint *pe), pe 47 oshmem/shmem/fortran/shmem_get_nb_f.c (target,source,len,pe) ) pe 49 oshmem/shmem/fortran/shmem_get_nb_f.c void shmem_getmem_nbi_f(FORTRAN_POINTER_T target, FORTRAN_POINTER_T source, MPI_Fint *len, MPI_Fint *pe) pe 54 oshmem/shmem/fortran/shmem_get_nb_f.c OMPI_FINT_2_INT(*pe), NULL)); pe 62 oshmem/shmem/fortran/shmem_get_nb_f.c (FORTRAN_POINTER_T target, FORTRAN_POINTER_T source, MPI_Fint *len, MPI_Fint *pe), pe 63 oshmem/shmem/fortran/shmem_get_nb_f.c (target,source,len,pe)) pe 65 oshmem/shmem/fortran/shmem_get_nb_f.c void shmem_character_get_nbi_f(FORTRAN_POINTER_T target, FORTRAN_POINTER_T source, MPI_Fint *len, MPI_Fint *pe) pe 73 oshmem/shmem/fortran/shmem_get_nb_f.c OMPI_FINT_2_INT(*pe), NULL)); pe 81 oshmem/shmem/fortran/shmem_get_nb_f.c (FORTRAN_POINTER_T target, FORTRAN_POINTER_T source, MPI_Fint *len, MPI_Fint *pe), pe 82 oshmem/shmem/fortran/shmem_get_nb_f.c (target,source,len,pe) ) pe 84 oshmem/shmem/fortran/shmem_get_nb_f.c void shmem_complex_get_nbi_f(FORTRAN_POINTER_T target, FORTRAN_POINTER_T source, MPI_Fint *len, MPI_Fint *pe) pe 92 oshmem/shmem/fortran/shmem_get_nb_f.c OMPI_FINT_2_INT(*pe), NULL)); pe 100 oshmem/shmem/fortran/shmem_get_nb_f.c (FORTRAN_POINTER_T target, FORTRAN_POINTER_T source, MPI_Fint *len, MPI_Fint *pe), pe 101 oshmem/shmem/fortran/shmem_get_nb_f.c (target,source,len,pe) ) pe 103 oshmem/shmem/fortran/shmem_get_nb_f.c void shmem_double_get_nbi_f(FORTRAN_POINTER_T target, FORTRAN_POINTER_T source, MPI_Fint *len, MPI_Fint *pe) pe 111 oshmem/shmem/fortran/shmem_get_nb_f.c OMPI_FINT_2_INT(*pe), NULL)); pe 119 oshmem/shmem/fortran/shmem_get_nb_f.c (FORTRAN_POINTER_T target, FORTRAN_POINTER_T source, MPI_Fint *len, MPI_Fint *pe), pe 120 oshmem/shmem/fortran/shmem_get_nb_f.c (target,source,len,pe) ) pe 122 oshmem/shmem/fortran/shmem_get_nb_f.c void shmem_integer_get_nbi_f(FORTRAN_POINTER_T target, FORTRAN_POINTER_T source, MPI_Fint *len, MPI_Fint *pe) pe 130 oshmem/shmem/fortran/shmem_get_nb_f.c OMPI_FINT_2_INT(*pe), NULL)); pe 138 oshmem/shmem/fortran/shmem_get_nb_f.c (FORTRAN_POINTER_T target, FORTRAN_POINTER_T source, MPI_Fint *len, MPI_Fint *pe), pe 139 oshmem/shmem/fortran/shmem_get_nb_f.c (target,source,len,pe) ) pe 141 oshmem/shmem/fortran/shmem_get_nb_f.c void shmem_logical_get_nbi_f(FORTRAN_POINTER_T target, FORTRAN_POINTER_T source, MPI_Fint *len, MPI_Fint *pe) pe 149 oshmem/shmem/fortran/shmem_get_nb_f.c OMPI_FINT_2_INT(*pe), NULL)); pe 157 oshmem/shmem/fortran/shmem_get_nb_f.c (FORTRAN_POINTER_T target, FORTRAN_POINTER_T source, MPI_Fint *len, MPI_Fint *pe), pe 158 oshmem/shmem/fortran/shmem_get_nb_f.c (target,source,len,pe) ) pe 160 oshmem/shmem/fortran/shmem_get_nb_f.c void shmem_real_get_nbi_f(FORTRAN_POINTER_T target, FORTRAN_POINTER_T source, MPI_Fint *len, MPI_Fint *pe) pe 168 oshmem/shmem/fortran/shmem_get_nb_f.c OMPI_FINT_2_INT(*pe), NULL)); pe 177 oshmem/shmem/fortran/shmem_get_nb_f.c (FORTRAN_POINTER_T target, FORTRAN_POINTER_T source, MPI_Fint *len, MPI_Fint *pe), pe 178 oshmem/shmem/fortran/shmem_get_nb_f.c (target,source,len,pe) ) pe 180 oshmem/shmem/fortran/shmem_get_nb_f.c void shmem_get4_nbi_f(FORTRAN_POINTER_T target, FORTRAN_POINTER_T source, MPI_Fint *len, MPI_Fint *pe) pe 185 oshmem/shmem/fortran/shmem_get_nb_f.c OMPI_FINT_2_INT(*pe), NULL)); pe 193 oshmem/shmem/fortran/shmem_get_nb_f.c (FORTRAN_POINTER_T target, FORTRAN_POINTER_T source, MPI_Fint *len, MPI_Fint *pe), pe 194 oshmem/shmem/fortran/shmem_get_nb_f.c (target,source,len,pe) ) pe 196 oshmem/shmem/fortran/shmem_get_nb_f.c void shmem_get8_nbi_f(FORTRAN_POINTER_T target, FORTRAN_POINTER_T source, MPI_Fint *len, MPI_Fint *pe) pe 201 oshmem/shmem/fortran/shmem_get_nb_f.c OMPI_FINT_2_INT(*pe), NULL)); pe 209 oshmem/shmem/fortran/shmem_get_nb_f.c (FORTRAN_POINTER_T target, FORTRAN_POINTER_T source, MPI_Fint *len, MPI_Fint *pe), pe 210 oshmem/shmem/fortran/shmem_get_nb_f.c (target,source,len,pe) ) pe 212 oshmem/shmem/fortran/shmem_get_nb_f.c void shmem_get32_nbi_f(FORTRAN_POINTER_T target, FORTRAN_POINTER_T source, MPI_Fint *len, MPI_Fint *pe) pe 217 oshmem/shmem/fortran/shmem_get_nb_f.c OMPI_FINT_2_INT(*pe), NULL)); pe 225 oshmem/shmem/fortran/shmem_get_nb_f.c (FORTRAN_POINTER_T target, FORTRAN_POINTER_T source, MPI_Fint *len, MPI_Fint *pe), pe 226 oshmem/shmem/fortran/shmem_get_nb_f.c (target,source,len,pe) ) pe 228 oshmem/shmem/fortran/shmem_get_nb_f.c void shmem_get64_nbi_f(FORTRAN_POINTER_T target, FORTRAN_POINTER_T source, MPI_Fint *len, MPI_Fint *pe) pe 233 oshmem/shmem/fortran/shmem_get_nb_f.c OMPI_FINT_2_INT(*pe), NULL)); pe 241 oshmem/shmem/fortran/shmem_get_nb_f.c (FORTRAN_POINTER_T target, FORTRAN_POINTER_T source, MPI_Fint *len, MPI_Fint *pe), pe 242 oshmem/shmem/fortran/shmem_get_nb_f.c (target,source,len,pe) ) pe 244 oshmem/shmem/fortran/shmem_get_nb_f.c void shmem_get128_nbi_f(FORTRAN_POINTER_T target, FORTRAN_POINTER_T source, MPI_Fint *len, MPI_Fint *pe) pe 249 oshmem/shmem/fortran/shmem_get_nb_f.c OMPI_FINT_2_INT(*pe), NULL)); pe 31 oshmem/shmem/fortran/shmem_getmem_f.c (FORTRAN_POINTER_T target, FORTRAN_POINTER_T source, MPI_Fint *len, MPI_Fint *pe), pe 32 oshmem/shmem/fortran/shmem_getmem_f.c (target,source,len,pe) ) pe 34 oshmem/shmem/fortran/shmem_getmem_f.c void shmem_getmem_f(FORTRAN_POINTER_T target, FORTRAN_POINTER_T source, MPI_Fint *len, MPI_Fint *pe) pe 39 oshmem/shmem/fortran/shmem_getmem_f.c OMPI_FINT_2_INT(*pe))); pe 32 oshmem/shmem/fortran/shmem_iget128_f.c (FORTRAN_POINTER_T target, FORTRAN_POINTER_T source, MPI_Fint *tst, MPI_Fint *sst, MPI_Fint *len, MPI_Fint *pe), pe 33 oshmem/shmem/fortran/shmem_iget128_f.c (target,source,tst,sst,len,pe) ) pe 35 oshmem/shmem/fortran/shmem_iget128_f.c void shmem_iget128_f(FORTRAN_POINTER_T target, FORTRAN_POINTER_T source, MPI_Fint *tst, MPI_Fint *sst, MPI_Fint *len, MPI_Fint *pe) pe 47 oshmem/shmem/fortran/shmem_iget128_f.c OMPI_FINT_2_INT(*pe))); pe 32 oshmem/shmem/fortran/shmem_iget32_f.c (FORTRAN_POINTER_T target, FORTRAN_POINTER_T source, MPI_Fint *tst, MPI_Fint *sst, MPI_Fint *len, MPI_Fint *pe), pe 33 oshmem/shmem/fortran/shmem_iget32_f.c (target,source,tst,sst,len,pe) ) pe 35 oshmem/shmem/fortran/shmem_iget32_f.c void shmem_iget32_f(FORTRAN_POINTER_T target, FORTRAN_POINTER_T source, MPI_Fint *tst, MPI_Fint *sst, MPI_Fint *len, MPI_Fint *pe) pe 47 oshmem/shmem/fortran/shmem_iget32_f.c OMPI_FINT_2_INT(*pe))); pe 32 oshmem/shmem/fortran/shmem_iget4_f.c (FORTRAN_POINTER_T target, FORTRAN_POINTER_T source, MPI_Fint *tst, MPI_Fint *sst, MPI_Fint *len, MPI_Fint *pe), pe 33 oshmem/shmem/fortran/shmem_iget4_f.c (target,source,tst,sst,len,pe) ) pe 35 oshmem/shmem/fortran/shmem_iget4_f.c void shmem_iget4_f(FORTRAN_POINTER_T target, FORTRAN_POINTER_T source, MPI_Fint *tst, MPI_Fint *sst, MPI_Fint *len, MPI_Fint *pe) pe 47 oshmem/shmem/fortran/shmem_iget4_f.c OMPI_FINT_2_INT(*pe))); pe 32 oshmem/shmem/fortran/shmem_iget64_f.c (FORTRAN_POINTER_T target, FORTRAN_POINTER_T source, MPI_Fint *tst, MPI_Fint *sst, MPI_Fint *len, MPI_Fint *pe), pe 33 oshmem/shmem/fortran/shmem_iget64_f.c (target,source,tst,sst,len,pe) ) pe 35 oshmem/shmem/fortran/shmem_iget64_f.c void shmem_iget64_f(FORTRAN_POINTER_T target, FORTRAN_POINTER_T source, MPI_Fint *tst, MPI_Fint *sst, MPI_Fint *len, MPI_Fint *pe) pe 47 oshmem/shmem/fortran/shmem_iget64_f.c OMPI_FINT_2_INT(*pe))); pe 32 oshmem/shmem/fortran/shmem_iget8_f.c (FORTRAN_POINTER_T target, FORTRAN_POINTER_T source, MPI_Fint *tst, MPI_Fint *sst, MPI_Fint *len, MPI_Fint *pe), pe 33 oshmem/shmem/fortran/shmem_iget8_f.c (target,source,tst,sst,len,pe) ) pe 35 oshmem/shmem/fortran/shmem_iget8_f.c void shmem_iget8_f(FORTRAN_POINTER_T target, FORTRAN_POINTER_T source, MPI_Fint *tst, MPI_Fint *sst, MPI_Fint *len, MPI_Fint *pe) pe 47 oshmem/shmem/fortran/shmem_iget8_f.c OMPI_FINT_2_INT(*pe))); pe 33 oshmem/shmem/fortran/shmem_int4_add_f.c (FORTRAN_POINTER_T target, FORTRAN_POINTER_T value, MPI_Fint *pe), pe 34 oshmem/shmem/fortran/shmem_int4_add_f.c (target,value,pe) ) pe 36 oshmem/shmem/fortran/shmem_int4_add_f.c void shmem_int4_add_f(FORTRAN_POINTER_T target, FORTRAN_POINTER_T value, MPI_Fint *pe) pe 41 oshmem/shmem/fortran/shmem_int4_add_f.c OMPI_FINT_2_INT(*pe))); pe 35 oshmem/shmem/fortran/shmem_int4_cswap_f.c (FORTRAN_POINTER_T target, MPI_Fint *cond, FORTRAN_POINTER_T value, MPI_Fint *pe), pe 36 oshmem/shmem/fortran/shmem_int4_cswap_f.c (target,cond,value,pe) ) pe 38 oshmem/shmem/fortran/shmem_int4_cswap_f.c ompi_fortran_integer4_t shmem_int4_cswap_f(FORTRAN_POINTER_T target, MPI_Fint *cond, FORTRAN_POINTER_T value, MPI_Fint *pe) pe 47 oshmem/shmem/fortran/shmem_int4_cswap_f.c OMPI_FINT_2_INT(*pe))); pe 33 oshmem/shmem/fortran/shmem_int4_fadd_f.c (FORTRAN_POINTER_T target, FORTRAN_POINTER_T value, MPI_Fint *pe), pe 34 oshmem/shmem/fortran/shmem_int4_fadd_f.c (target,value,pe) ) pe 36 oshmem/shmem/fortran/shmem_int4_fadd_f.c ompi_fortran_integer4_t shmem_int4_fadd_f(FORTRAN_POINTER_T target, FORTRAN_POINTER_T value, MPI_Fint *pe) pe 44 oshmem/shmem/fortran/shmem_int4_fadd_f.c OMPI_FINT_2_INT(*pe))); pe 32 oshmem/shmem/fortran/shmem_int4_fetch_f.c (FORTRAN_POINTER_T target, MPI_Fint *pe), pe 33 oshmem/shmem/fortran/shmem_int4_fetch_f.c (target,pe) ) pe 35 oshmem/shmem/fortran/shmem_int4_fetch_f.c ompi_fortran_integer4_t shmem_int4_fetch_f(FORTRAN_POINTER_T target, MPI_Fint *pe) pe 44 oshmem/shmem/fortran/shmem_int4_fetch_f.c OMPI_FINT_2_INT(*pe))); pe 33 oshmem/shmem/fortran/shmem_int4_finc_f.c (FORTRAN_POINTER_T target, MPI_Fint *pe), pe 34 oshmem/shmem/fortran/shmem_int4_finc_f.c (target,pe) ) pe 36 oshmem/shmem/fortran/shmem_int4_finc_f.c ompi_fortran_integer4_t shmem_int4_finc_f(FORTRAN_POINTER_T target, MPI_Fint *pe) pe 45 oshmem/shmem/fortran/shmem_int4_finc_f.c OMPI_FINT_2_INT(*pe))); pe 33 oshmem/shmem/fortran/shmem_int4_inc_f.c (FORTRAN_POINTER_T target, MPI_Fint *pe), pe 34 oshmem/shmem/fortran/shmem_int4_inc_f.c (target,pe) ) pe 36 oshmem/shmem/fortran/shmem_int4_inc_f.c void shmem_int4_inc_f(FORTRAN_POINTER_T target, MPI_Fint *pe) pe 43 oshmem/shmem/fortran/shmem_int4_inc_f.c OMPI_FINT_2_INT(*pe))); pe 31 oshmem/shmem/fortran/shmem_int4_set_f.c (FORTRAN_POINTER_T target, FORTRAN_POINTER_T value, MPI_Fint *pe), pe 32 oshmem/shmem/fortran/shmem_int4_set_f.c (target,value,pe) ) pe 34 oshmem/shmem/fortran/shmem_int4_set_f.c void shmem_int4_set_f(FORTRAN_POINTER_T target, FORTRAN_POINTER_T value, MPI_Fint *pe) pe 42 oshmem/shmem/fortran/shmem_int4_set_f.c OMPI_FINT_2_INT(*pe))); pe 32 oshmem/shmem/fortran/shmem_int4_swap_f.c (FORTRAN_POINTER_T target, FORTRAN_POINTER_T value, MPI_Fint *pe), pe 33 oshmem/shmem/fortran/shmem_int4_swap_f.c (target,value,pe) ) pe 35 oshmem/shmem/fortran/shmem_int4_swap_f.c ompi_fortran_integer4_t shmem_int4_swap_f(FORTRAN_POINTER_T target, FORTRAN_POINTER_T value, MPI_Fint *pe) pe 43 oshmem/shmem/fortran/shmem_int4_swap_f.c OMPI_FINT_2_INT(*pe))); pe 33 oshmem/shmem/fortran/shmem_int8_add_f.c (FORTRAN_POINTER_T target, FORTRAN_POINTER_T value, MPI_Fint *pe), pe 34 oshmem/shmem/fortran/shmem_int8_add_f.c (target,value,pe) ) pe 36 oshmem/shmem/fortran/shmem_int8_add_f.c void shmem_int8_add_f(FORTRAN_POINTER_T target, FORTRAN_POINTER_T value, MPI_Fint *pe) pe 41 oshmem/shmem/fortran/shmem_int8_add_f.c OMPI_FINT_2_INT(*pe))); pe 34 oshmem/shmem/fortran/shmem_int8_cswap_f.c (FORTRAN_POINTER_T target, MPI_Fint *cond, FORTRAN_POINTER_T value, MPI_Fint *pe), pe 35 oshmem/shmem/fortran/shmem_int8_cswap_f.c (target,cond,value,pe) ) pe 37 oshmem/shmem/fortran/shmem_int8_cswap_f.c ompi_fortran_integer8_t shmem_int8_cswap_f(FORTRAN_POINTER_T target, MPI_Fint *cond, FORTRAN_POINTER_T value, MPI_Fint *pe) pe 46 oshmem/shmem/fortran/shmem_int8_cswap_f.c OMPI_FINT_2_INT(*pe))); pe 33 oshmem/shmem/fortran/shmem_int8_fadd_f.c (FORTRAN_POINTER_T target, FORTRAN_POINTER_T value, MPI_Fint *pe), pe 34 oshmem/shmem/fortran/shmem_int8_fadd_f.c (target,value,pe) ) pe 36 oshmem/shmem/fortran/shmem_int8_fadd_f.c ompi_fortran_integer8_t shmem_int8_fadd_f(FORTRAN_POINTER_T target, FORTRAN_POINTER_T value, MPI_Fint *pe) pe 44 oshmem/shmem/fortran/shmem_int8_fadd_f.c OMPI_FINT_2_INT(*pe))); pe 32 oshmem/shmem/fortran/shmem_int8_fetch_f.c (FORTRAN_POINTER_T target, MPI_Fint *pe), pe 33 oshmem/shmem/fortran/shmem_int8_fetch_f.c (target,pe) ) pe 35 oshmem/shmem/fortran/shmem_int8_fetch_f.c ompi_fortran_integer8_t shmem_int8_fetch_f(FORTRAN_POINTER_T target, MPI_Fint *pe) pe 44 oshmem/shmem/fortran/shmem_int8_fetch_f.c OMPI_FINT_2_INT(*pe))); pe 33 oshmem/shmem/fortran/shmem_int8_finc_f.c (FORTRAN_POINTER_T target, MPI_Fint *pe), pe 34 oshmem/shmem/fortran/shmem_int8_finc_f.c (target,pe)) pe 36 oshmem/shmem/fortran/shmem_int8_finc_f.c ompi_fortran_integer8_t shmem_int8_finc_f(FORTRAN_POINTER_T target, MPI_Fint *pe) pe 45 oshmem/shmem/fortran/shmem_int8_finc_f.c OMPI_FINT_2_INT(*pe))); pe 33 oshmem/shmem/fortran/shmem_int8_inc_f.c (FORTRAN_POINTER_T target, MPI_Fint *pe), pe 34 oshmem/shmem/fortran/shmem_int8_inc_f.c (target,pe)) pe 36 oshmem/shmem/fortran/shmem_int8_inc_f.c void shmem_int8_inc_f(FORTRAN_POINTER_T target, MPI_Fint *pe) pe 43 oshmem/shmem/fortran/shmem_int8_inc_f.c OMPI_FINT_2_INT(*pe))); pe 31 oshmem/shmem/fortran/shmem_int8_set_f.c (FORTRAN_POINTER_T target, FORTRAN_POINTER_T value, MPI_Fint *pe), pe 32 oshmem/shmem/fortran/shmem_int8_set_f.c (target,value,pe) ) pe 34 oshmem/shmem/fortran/shmem_int8_set_f.c void shmem_int8_set_f(FORTRAN_POINTER_T target, FORTRAN_POINTER_T value, MPI_Fint *pe) pe 42 oshmem/shmem/fortran/shmem_int8_set_f.c OMPI_FINT_2_INT(*pe))); pe 32 oshmem/shmem/fortran/shmem_int8_swap_f.c (FORTRAN_POINTER_T target, FORTRAN_POINTER_T value, MPI_Fint *pe), pe 33 oshmem/shmem/fortran/shmem_int8_swap_f.c (target,value,pe) ) pe 35 oshmem/shmem/fortran/shmem_int8_swap_f.c ompi_fortran_integer8_t shmem_int8_swap_f(FORTRAN_POINTER_T target, FORTRAN_POINTER_T value, MPI_Fint *pe) pe 43 oshmem/shmem/fortran/shmem_int8_swap_f.c OMPI_FINT_2_INT(*pe))); pe 32 oshmem/shmem/fortran/shmem_integer_get_f.c (FORTRAN_POINTER_T target, FORTRAN_POINTER_T source, MPI_Fint *len, MPI_Fint *pe), pe 33 oshmem/shmem/fortran/shmem_integer_get_f.c (target,source,len,pe) ) pe 35 oshmem/shmem/fortran/shmem_integer_get_f.c void shmem_integer_get_f(FORTRAN_POINTER_T target, FORTRAN_POINTER_T source, MPI_Fint *len, MPI_Fint *pe) pe 43 oshmem/shmem/fortran/shmem_integer_get_f.c OMPI_FINT_2_INT(*pe))); pe 32 oshmem/shmem/fortran/shmem_integer_iget_f.c (FORTRAN_POINTER_T target, FORTRAN_POINTER_T source, MPI_Fint *tst, MPI_Fint *sst, MPI_Fint *len, MPI_Fint *pe), pe 33 oshmem/shmem/fortran/shmem_integer_iget_f.c (target,source,tst,sst,len,pe) ) pe 35 oshmem/shmem/fortran/shmem_integer_iget_f.c void shmem_integer_iget_f(FORTRAN_POINTER_T target, FORTRAN_POINTER_T source, MPI_Fint *tst, MPI_Fint *sst, MPI_Fint *len, MPI_Fint *pe) pe 50 oshmem/shmem/fortran/shmem_integer_iget_f.c OMPI_FINT_2_INT(*pe))); pe 32 oshmem/shmem/fortran/shmem_integer_iput_f.c (FORTRAN_POINTER_T target, FORTRAN_POINTER_T source, MPI_Fint *tst, MPI_Fint *sst, MPI_Fint *len, MPI_Fint *pe), pe 33 oshmem/shmem/fortran/shmem_integer_iput_f.c (target,source,tst,sst,len,pe) ) pe 35 oshmem/shmem/fortran/shmem_integer_iput_f.c void shmem_integer_iput_f(FORTRAN_POINTER_T target, FORTRAN_POINTER_T source, MPI_Fint *tst, MPI_Fint *sst, MPI_Fint *len, MPI_Fint *pe) pe 50 oshmem/shmem/fortran/shmem_integer_iput_f.c OMPI_FINT_2_INT(*pe))); pe 32 oshmem/shmem/fortran/shmem_integer_put_f.c (FORTRAN_POINTER_T target, FORTRAN_POINTER_T source, MPI_Fint *length, MPI_Fint *pe), pe 33 oshmem/shmem/fortran/shmem_integer_put_f.c (target,source,length,pe) ) pe 35 oshmem/shmem/fortran/shmem_integer_put_f.c void shmem_integer_put_f(FORTRAN_POINTER_T target, FORTRAN_POINTER_T source, MPI_Fint *length, MPI_Fint *pe) pe 43 oshmem/shmem/fortran/shmem_integer_put_f.c OMPI_FINT_2_INT(*pe))); pe 32 oshmem/shmem/fortran/shmem_iput128_f.c (FORTRAN_POINTER_T target, FORTRAN_POINTER_T source, MPI_Fint *tst, MPI_Fint *sst, MPI_Fint *len, MPI_Fint *pe), pe 33 oshmem/shmem/fortran/shmem_iput128_f.c (target,source,tst,sst,len,pe) ) pe 35 oshmem/shmem/fortran/shmem_iput128_f.c void shmem_iput128_f(FORTRAN_POINTER_T target, FORTRAN_POINTER_T source, MPI_Fint *tst, MPI_Fint *sst, MPI_Fint *len, MPI_Fint *pe) pe 47 oshmem/shmem/fortran/shmem_iput128_f.c OMPI_FINT_2_INT(*pe))); pe 32 oshmem/shmem/fortran/shmem_iput32_f.c (FORTRAN_POINTER_T target, FORTRAN_POINTER_T source, MPI_Fint *tst, MPI_Fint *sst, MPI_Fint *len, MPI_Fint *pe), pe 33 oshmem/shmem/fortran/shmem_iput32_f.c (target,source,tst,sst,len,pe) ) pe 35 oshmem/shmem/fortran/shmem_iput32_f.c void shmem_iput32_f(FORTRAN_POINTER_T target, FORTRAN_POINTER_T source, MPI_Fint *tst, MPI_Fint *sst, MPI_Fint *len, MPI_Fint *pe) pe 47 oshmem/shmem/fortran/shmem_iput32_f.c OMPI_FINT_2_INT(*pe))); pe 32 oshmem/shmem/fortran/shmem_iput4_f.c (FORTRAN_POINTER_T target, FORTRAN_POINTER_T source, MPI_Fint *tst, MPI_Fint *sst, MPI_Fint *len, MPI_Fint *pe), pe 33 oshmem/shmem/fortran/shmem_iput4_f.c (target,source,tst,sst,len,pe) ) pe 35 oshmem/shmem/fortran/shmem_iput4_f.c void shmem_iput4_f(FORTRAN_POINTER_T target, FORTRAN_POINTER_T source, MPI_Fint *tst, MPI_Fint *sst, MPI_Fint *len, MPI_Fint *pe) pe 47 oshmem/shmem/fortran/shmem_iput4_f.c OMPI_FINT_2_INT(*pe))); pe 32 oshmem/shmem/fortran/shmem_iput64_f.c (FORTRAN_POINTER_T target, FORTRAN_POINTER_T source, MPI_Fint *tst, MPI_Fint *sst, MPI_Fint *len, MPI_Fint *pe), pe 33 oshmem/shmem/fortran/shmem_iput64_f.c (target,source,tst,sst,len,pe) ) pe 35 oshmem/shmem/fortran/shmem_iput64_f.c void shmem_iput64_f(FORTRAN_POINTER_T target, FORTRAN_POINTER_T source, MPI_Fint *tst, MPI_Fint *sst, MPI_Fint *len, MPI_Fint *pe) pe 47 oshmem/shmem/fortran/shmem_iput64_f.c OMPI_FINT_2_INT(*pe))); pe 32 oshmem/shmem/fortran/shmem_iput8_f.c (FORTRAN_POINTER_T target, FORTRAN_POINTER_T source, MPI_Fint *tst, MPI_Fint *sst, MPI_Fint *len, MPI_Fint *pe), pe 33 oshmem/shmem/fortran/shmem_iput8_f.c (target,source,tst,sst,len,pe) ) pe 35 oshmem/shmem/fortran/shmem_iput8_f.c void shmem_iput8_f(FORTRAN_POINTER_T target, FORTRAN_POINTER_T source, MPI_Fint *tst, MPI_Fint *sst, MPI_Fint *len, MPI_Fint *pe) pe 47 oshmem/shmem/fortran/shmem_iput8_f.c OMPI_FINT_2_INT(*pe))); pe 32 oshmem/shmem/fortran/shmem_logical_get_f.c (FORTRAN_POINTER_T target, FORTRAN_POINTER_T source, MPI_Fint *len, MPI_Fint *pe), pe 33 oshmem/shmem/fortran/shmem_logical_get_f.c (target,source,len,pe) ) pe 35 oshmem/shmem/fortran/shmem_logical_get_f.c void shmem_logical_get_f(FORTRAN_POINTER_T target, FORTRAN_POINTER_T source, MPI_Fint *len, MPI_Fint *pe) pe 43 oshmem/shmem/fortran/shmem_logical_get_f.c OMPI_FINT_2_INT(*pe))); pe 32 oshmem/shmem/fortran/shmem_logical_iget_f.c (FORTRAN_POINTER_T target, FORTRAN_POINTER_T source, MPI_Fint *tst, MPI_Fint *sst, MPI_Fint *len, MPI_Fint *pe), pe 33 oshmem/shmem/fortran/shmem_logical_iget_f.c (target,source,tst,sst,len,pe) ) pe 35 oshmem/shmem/fortran/shmem_logical_iget_f.c void shmem_logical_iget_f(FORTRAN_POINTER_T target, FORTRAN_POINTER_T source, MPI_Fint *tst, MPI_Fint *sst, MPI_Fint *len, MPI_Fint *pe) pe 50 oshmem/shmem/fortran/shmem_logical_iget_f.c OMPI_FINT_2_INT(*pe))); pe 32 oshmem/shmem/fortran/shmem_logical_iput_f.c (FORTRAN_POINTER_T target, FORTRAN_POINTER_T source, MPI_Fint *tst, MPI_Fint *sst, MPI_Fint *len, MPI_Fint *pe), pe 33 oshmem/shmem/fortran/shmem_logical_iput_f.c (target,source,tst,sst,len,pe) ) pe 35 oshmem/shmem/fortran/shmem_logical_iput_f.c void shmem_logical_iput_f(FORTRAN_POINTER_T target, FORTRAN_POINTER_T source, MPI_Fint *tst, MPI_Fint *sst, MPI_Fint *len, MPI_Fint *pe) pe 50 oshmem/shmem/fortran/shmem_logical_iput_f.c OMPI_FINT_2_INT(*pe))); pe 32 oshmem/shmem/fortran/shmem_logical_put_f.c (FORTRAN_POINTER_T target, FORTRAN_POINTER_T source, MPI_Fint *length, MPI_Fint *pe), pe 33 oshmem/shmem/fortran/shmem_logical_put_f.c (target,source,length,pe) ) pe 35 oshmem/shmem/fortran/shmem_logical_put_f.c void shmem_logical_put_f(FORTRAN_POINTER_T target, FORTRAN_POINTER_T source, MPI_Fint *length, MPI_Fint *pe) pe 43 oshmem/shmem/fortran/shmem_logical_put_f.c OMPI_FINT_2_INT(*pe))); pe 29 oshmem/shmem/fortran/shmem_pe_accessible_f.c (MPI_Fint *pe), pe 30 oshmem/shmem/fortran/shmem_pe_accessible_f.c (pe) ) pe 32 oshmem/shmem/fortran/shmem_pe_accessible_f.c ompi_fortran_logical_t shmem_pe_accessible_f(MPI_Fint *pe) pe 34 oshmem/shmem/fortran/shmem_pe_accessible_f.c return OMPI_INT_2_LOGICAL(shmem_pe_accessible(OMPI_FINT_2_INT(*pe))); pe 29 oshmem/shmem/fortran/shmem_ptr_f.c (FORTRAN_POINTER_T target, MPI_Fint *pe), pe 30 oshmem/shmem/fortran/shmem_ptr_f.c (target,pe) ) pe 32 oshmem/shmem/fortran/shmem_ptr_f.c FORTRAN_POINTER_T* shmem_ptr_f(FORTRAN_POINTER_T target, MPI_Fint *pe) pe 34 oshmem/shmem/fortran/shmem_ptr_f.c return (FORTRAN_POINTER_T *)shmem_ptr(FPTR_2_VOID_PTR(target), OMPI_FINT_2_INT(*pe)); pe 32 oshmem/shmem/fortran/shmem_put128_f.c (FORTRAN_POINTER_T target, FORTRAN_POINTER_T source, MPI_Fint *length, MPI_Fint *pe), pe 33 oshmem/shmem/fortran/shmem_put128_f.c (target,source,length,pe) ) pe 35 oshmem/shmem/fortran/shmem_put128_f.c void shmem_put128_f(FORTRAN_POINTER_T target, FORTRAN_POINTER_T source, MPI_Fint *length, MPI_Fint *pe) pe 40 oshmem/shmem/fortran/shmem_put128_f.c OMPI_FINT_2_INT(*pe))); pe 32 oshmem/shmem/fortran/shmem_put32_f.c (FORTRAN_POINTER_T target, FORTRAN_POINTER_T source, MPI_Fint *length, MPI_Fint *pe), pe 33 oshmem/shmem/fortran/shmem_put32_f.c (target,source,length,pe) ) pe 35 oshmem/shmem/fortran/shmem_put32_f.c void shmem_put32_f(FORTRAN_POINTER_T target, FORTRAN_POINTER_T source, MPI_Fint *length, MPI_Fint *pe) pe 40 oshmem/shmem/fortran/shmem_put32_f.c OMPI_FINT_2_INT(*pe))); pe 32 oshmem/shmem/fortran/shmem_put4_f.c (FORTRAN_POINTER_T target, FORTRAN_POINTER_T source, MPI_Fint *length, MPI_Fint *pe), pe 33 oshmem/shmem/fortran/shmem_put4_f.c (target,source,length,pe) ) pe 35 oshmem/shmem/fortran/shmem_put4_f.c void shmem_put4_f(FORTRAN_POINTER_T target, FORTRAN_POINTER_T source, MPI_Fint *length, MPI_Fint *pe) pe 40 oshmem/shmem/fortran/shmem_put4_f.c OMPI_FINT_2_INT(*pe))); pe 32 oshmem/shmem/fortran/shmem_put64_f.c (FORTRAN_POINTER_T target, FORTRAN_POINTER_T source, MPI_Fint *length, MPI_Fint *pe), pe 33 oshmem/shmem/fortran/shmem_put64_f.c (target,source,length,pe) ) pe 35 oshmem/shmem/fortran/shmem_put64_f.c void shmem_put64_f(FORTRAN_POINTER_T target, FORTRAN_POINTER_T source, MPI_Fint *length, MPI_Fint *pe) pe 40 oshmem/shmem/fortran/shmem_put64_f.c OMPI_FINT_2_INT(*pe))); pe 32 oshmem/shmem/fortran/shmem_put8_f.c (FORTRAN_POINTER_T target, FORTRAN_POINTER_T source, MPI_Fint *length, MPI_Fint *pe), pe 33 oshmem/shmem/fortran/shmem_put8_f.c (target,source,length,pe) ) pe 35 oshmem/shmem/fortran/shmem_put8_f.c void shmem_put8_f(FORTRAN_POINTER_T target, FORTRAN_POINTER_T source, MPI_Fint *length, MPI_Fint *pe) pe 40 oshmem/shmem/fortran/shmem_put8_f.c OMPI_FINT_2_INT(*pe))); pe 46 oshmem/shmem/fortran/shmem_put_nb_f.c (FORTRAN_POINTER_T target, FORTRAN_POINTER_T source, MPI_Fint *length, MPI_Fint *pe), pe 47 oshmem/shmem/fortran/shmem_put_nb_f.c (target,source,length,pe) ) pe 49 oshmem/shmem/fortran/shmem_put_nb_f.c void shmem_putmem_nbi_f(FORTRAN_POINTER_T target, FORTRAN_POINTER_T source, MPI_Fint *length, MPI_Fint *pe) pe 54 oshmem/shmem/fortran/shmem_put_nb_f.c OMPI_FINT_2_INT(*pe), NULL)); pe 62 oshmem/shmem/fortran/shmem_put_nb_f.c (FORTRAN_POINTER_T target, FORTRAN_POINTER_T source, MPI_Fint *length, MPI_Fint *pe), pe 63 oshmem/shmem/fortran/shmem_put_nb_f.c (target,source,length,pe) ) pe 65 oshmem/shmem/fortran/shmem_put_nb_f.c void shmem_character_put_nbi_f(FORTRAN_POINTER_T target, FORTRAN_POINTER_T source, MPI_Fint *length, MPI_Fint *pe) pe 73 oshmem/shmem/fortran/shmem_put_nb_f.c OMPI_FINT_2_INT(*pe), NULL)); pe 81 oshmem/shmem/fortran/shmem_put_nb_f.c (FORTRAN_POINTER_T target, FORTRAN_POINTER_T source, MPI_Fint *length, MPI_Fint *pe), pe 82 oshmem/shmem/fortran/shmem_put_nb_f.c (target,source,length,pe) ) pe 84 oshmem/shmem/fortran/shmem_put_nb_f.c void shmem_complex_put_nbi_f(FORTRAN_POINTER_T target, FORTRAN_POINTER_T source, MPI_Fint *length, MPI_Fint *pe) pe 92 oshmem/shmem/fortran/shmem_put_nb_f.c OMPI_FINT_2_INT(*pe), NULL)); pe 100 oshmem/shmem/fortran/shmem_put_nb_f.c (FORTRAN_POINTER_T target, FORTRAN_POINTER_T source, MPI_Fint *length, MPI_Fint *pe), pe 101 oshmem/shmem/fortran/shmem_put_nb_f.c (target,source,length,pe) ) pe 103 oshmem/shmem/fortran/shmem_put_nb_f.c void shmem_double_put_nbi_f(FORTRAN_POINTER_T target, FORTRAN_POINTER_T source, MPI_Fint *length, MPI_Fint *pe) pe 111 oshmem/shmem/fortran/shmem_put_nb_f.c OMPI_FINT_2_INT(*pe), NULL)); pe 119 oshmem/shmem/fortran/shmem_put_nb_f.c (FORTRAN_POINTER_T target, FORTRAN_POINTER_T source, MPI_Fint *length, MPI_Fint *pe), pe 120 oshmem/shmem/fortran/shmem_put_nb_f.c (target,source,length,pe) ) pe 122 oshmem/shmem/fortran/shmem_put_nb_f.c void shmem_integer_put_nbi_f(FORTRAN_POINTER_T target, FORTRAN_POINTER_T source, MPI_Fint *length, MPI_Fint *pe) pe 130 oshmem/shmem/fortran/shmem_put_nb_f.c OMPI_FINT_2_INT(*pe), NULL)); pe 138 oshmem/shmem/fortran/shmem_put_nb_f.c (FORTRAN_POINTER_T target, FORTRAN_POINTER_T source, MPI_Fint *length, MPI_Fint *pe), pe 139 oshmem/shmem/fortran/shmem_put_nb_f.c (target,source,length,pe) ) pe 141 oshmem/shmem/fortran/shmem_put_nb_f.c void shmem_logical_put_nbi_f(FORTRAN_POINTER_T target, FORTRAN_POINTER_T source, MPI_Fint *length, MPI_Fint *pe) pe 149 oshmem/shmem/fortran/shmem_put_nb_f.c OMPI_FINT_2_INT(*pe), NULL)); pe 157 oshmem/shmem/fortran/shmem_put_nb_f.c (FORTRAN_POINTER_T target, FORTRAN_POINTER_T source, MPI_Fint *length, MPI_Fint *pe), pe 158 oshmem/shmem/fortran/shmem_put_nb_f.c (target,source,length,pe) ) pe 160 oshmem/shmem/fortran/shmem_put_nb_f.c void shmem_real_put_nbi_f(FORTRAN_POINTER_T target, FORTRAN_POINTER_T source, MPI_Fint *length, MPI_Fint *pe) pe 168 oshmem/shmem/fortran/shmem_put_nb_f.c OMPI_FINT_2_INT(*pe), NULL)); pe 176 oshmem/shmem/fortran/shmem_put_nb_f.c (FORTRAN_POINTER_T target, FORTRAN_POINTER_T source, MPI_Fint *length, MPI_Fint *pe), pe 177 oshmem/shmem/fortran/shmem_put_nb_f.c (target,source,length,pe) ) pe 179 oshmem/shmem/fortran/shmem_put_nb_f.c void shmem_put4_nbi_f(FORTRAN_POINTER_T target, FORTRAN_POINTER_T source, MPI_Fint *length, MPI_Fint *pe) pe 184 oshmem/shmem/fortran/shmem_put_nb_f.c OMPI_FINT_2_INT(*pe), NULL)); pe 192 oshmem/shmem/fortran/shmem_put_nb_f.c (FORTRAN_POINTER_T target, FORTRAN_POINTER_T source, MPI_Fint *length, MPI_Fint *pe), pe 193 oshmem/shmem/fortran/shmem_put_nb_f.c (target,source,length,pe) ) pe 195 oshmem/shmem/fortran/shmem_put_nb_f.c void shmem_put8_nbi_f(FORTRAN_POINTER_T target, FORTRAN_POINTER_T source, MPI_Fint *length, MPI_Fint *pe) pe 200 oshmem/shmem/fortran/shmem_put_nb_f.c OMPI_FINT_2_INT(*pe), NULL)); pe 208 oshmem/shmem/fortran/shmem_put_nb_f.c (FORTRAN_POINTER_T target, FORTRAN_POINTER_T source, MPI_Fint *length, MPI_Fint *pe), pe 209 oshmem/shmem/fortran/shmem_put_nb_f.c (target,source,length,pe) ) pe 211 oshmem/shmem/fortran/shmem_put_nb_f.c void shmem_put32_nbi_f(FORTRAN_POINTER_T target, FORTRAN_POINTER_T source, MPI_Fint *length, MPI_Fint *pe) pe 216 oshmem/shmem/fortran/shmem_put_nb_f.c OMPI_FINT_2_INT(*pe), NULL)); pe 224 oshmem/shmem/fortran/shmem_put_nb_f.c (FORTRAN_POINTER_T target, FORTRAN_POINTER_T source, MPI_Fint *length, MPI_Fint *pe), pe 225 oshmem/shmem/fortran/shmem_put_nb_f.c (target,source,length,pe) ) pe 227 oshmem/shmem/fortran/shmem_put_nb_f.c void shmem_put64_nbi_f(FORTRAN_POINTER_T target, FORTRAN_POINTER_T source, MPI_Fint *length, MPI_Fint *pe) pe 232 oshmem/shmem/fortran/shmem_put_nb_f.c OMPI_FINT_2_INT(*pe), NULL)); pe 240 oshmem/shmem/fortran/shmem_put_nb_f.c (FORTRAN_POINTER_T target, FORTRAN_POINTER_T source, MPI_Fint *length, MPI_Fint *pe), pe 241 oshmem/shmem/fortran/shmem_put_nb_f.c (target,source,length,pe) ) pe 243 oshmem/shmem/fortran/shmem_put_nb_f.c void shmem_put128_nbi_f(FORTRAN_POINTER_T target, FORTRAN_POINTER_T source, MPI_Fint *length, MPI_Fint *pe) pe 248 oshmem/shmem/fortran/shmem_put_nb_f.c OMPI_FINT_2_INT(*pe), NULL)); pe 32 oshmem/shmem/fortran/shmem_putmem_f.c (FORTRAN_POINTER_T target, FORTRAN_POINTER_T source, MPI_Fint *length, MPI_Fint *pe), pe 33 oshmem/shmem/fortran/shmem_putmem_f.c (target,source,length,pe) ) pe 35 oshmem/shmem/fortran/shmem_putmem_f.c void shmem_putmem_f(FORTRAN_POINTER_T target, FORTRAN_POINTER_T source, MPI_Fint *length, MPI_Fint *pe) pe 40 oshmem/shmem/fortran/shmem_putmem_f.c OMPI_FINT_2_INT(*pe))); pe 31 oshmem/shmem/fortran/shmem_real4_fetch_f.c (FORTRAN_POINTER_T target, MPI_Fint *pe), pe 32 oshmem/shmem/fortran/shmem_real4_fetch_f.c (target,pe) ) pe 34 oshmem/shmem/fortran/shmem_real4_fetch_f.c ompi_fortran_real4_t shmem_real4_fetch_f(FORTRAN_POINTER_T target, MPI_Fint *pe) pe 43 oshmem/shmem/fortran/shmem_real4_fetch_f.c OMPI_FINT_2_INT(*pe))); pe 31 oshmem/shmem/fortran/shmem_real4_set_f.c (FORTRAN_POINTER_T target, FORTRAN_POINTER_T value, MPI_Fint *pe), pe 32 oshmem/shmem/fortran/shmem_real4_set_f.c (target,value,pe) ) pe 34 oshmem/shmem/fortran/shmem_real4_set_f.c void shmem_real4_set_f(FORTRAN_POINTER_T target, FORTRAN_POINTER_T value, MPI_Fint *pe) pe 42 oshmem/shmem/fortran/shmem_real4_set_f.c OMPI_FINT_2_INT(*pe))); pe 32 oshmem/shmem/fortran/shmem_real4_swap_f.c (FORTRAN_POINTER_T target, FORTRAN_POINTER_T value, MPI_Fint *pe), pe 33 oshmem/shmem/fortran/shmem_real4_swap_f.c (target,value,pe) ) pe 35 oshmem/shmem/fortran/shmem_real4_swap_f.c ompi_fortran_real4_t shmem_real4_swap_f(FORTRAN_POINTER_T target, FORTRAN_POINTER_T value, MPI_Fint *pe) pe 43 oshmem/shmem/fortran/shmem_real4_swap_f.c OMPI_FINT_2_INT(*pe))); pe 32 oshmem/shmem/fortran/shmem_real8_fetch_f.c (FORTRAN_POINTER_T target, MPI_Fint *pe), pe 33 oshmem/shmem/fortran/shmem_real8_fetch_f.c (target,pe) ) pe 35 oshmem/shmem/fortran/shmem_real8_fetch_f.c ompi_fortran_real8_t shmem_real8_fetch_f(FORTRAN_POINTER_T target, MPI_Fint *pe) pe 44 oshmem/shmem/fortran/shmem_real8_fetch_f.c OMPI_FINT_2_INT(*pe))); pe 31 oshmem/shmem/fortran/shmem_real8_set_f.c (FORTRAN_POINTER_T target, FORTRAN_POINTER_T value, MPI_Fint *pe), pe 32 oshmem/shmem/fortran/shmem_real8_set_f.c (target,value,pe) ) pe 34 oshmem/shmem/fortran/shmem_real8_set_f.c void shmem_real8_set_f(FORTRAN_POINTER_T target, FORTRAN_POINTER_T value, MPI_Fint *pe) pe 42 oshmem/shmem/fortran/shmem_real8_set_f.c OMPI_FINT_2_INT(*pe))); pe 32 oshmem/shmem/fortran/shmem_real8_swap_f.c (FORTRAN_POINTER_T target, FORTRAN_POINTER_T value, MPI_Fint *pe), pe 33 oshmem/shmem/fortran/shmem_real8_swap_f.c (target,value,pe) ) pe 35 oshmem/shmem/fortran/shmem_real8_swap_f.c ompi_fortran_real8_t shmem_real8_swap_f(FORTRAN_POINTER_T target, FORTRAN_POINTER_T value, MPI_Fint *pe) pe 43 oshmem/shmem/fortran/shmem_real8_swap_f.c OMPI_FINT_2_INT(*pe))); pe 32 oshmem/shmem/fortran/shmem_real_get_f.c (FORTRAN_POINTER_T target, FORTRAN_POINTER_T source, MPI_Fint *len, MPI_Fint *pe), pe 33 oshmem/shmem/fortran/shmem_real_get_f.c (target,source,len,pe) ) pe 35 oshmem/shmem/fortran/shmem_real_get_f.c void shmem_real_get_f(FORTRAN_POINTER_T target, FORTRAN_POINTER_T source, MPI_Fint *len, MPI_Fint *pe) pe 43 oshmem/shmem/fortran/shmem_real_get_f.c OMPI_FINT_2_INT(*pe))); pe 32 oshmem/shmem/fortran/shmem_real_iget_f.c (FORTRAN_POINTER_T target, FORTRAN_POINTER_T source, MPI_Fint *tst, MPI_Fint *sst, MPI_Fint *len, MPI_Fint *pe), pe 33 oshmem/shmem/fortran/shmem_real_iget_f.c (target,source,tst,sst,len,pe) ) pe 35 oshmem/shmem/fortran/shmem_real_iget_f.c void shmem_real_iget_f(FORTRAN_POINTER_T target, FORTRAN_POINTER_T source, MPI_Fint *tst, MPI_Fint *sst, MPI_Fint *len, MPI_Fint *pe) pe 50 oshmem/shmem/fortran/shmem_real_iget_f.c OMPI_FINT_2_INT(*pe))); pe 32 oshmem/shmem/fortran/shmem_real_iput_f.c (FORTRAN_POINTER_T target, FORTRAN_POINTER_T source, MPI_Fint *tst, MPI_Fint *sst, MPI_Fint *len, MPI_Fint *pe), pe 33 oshmem/shmem/fortran/shmem_real_iput_f.c (target,source,tst,sst,len,pe) ) pe 35 oshmem/shmem/fortran/shmem_real_iput_f.c void shmem_real_iput_f(FORTRAN_POINTER_T target, FORTRAN_POINTER_T source, MPI_Fint *tst, MPI_Fint *sst, MPI_Fint *len, MPI_Fint *pe) pe 50 oshmem/shmem/fortran/shmem_real_iput_f.c OMPI_FINT_2_INT(*pe))); pe 32 oshmem/shmem/fortran/shmem_real_put_f.c (FORTRAN_POINTER_T target, FORTRAN_POINTER_T source, MPI_Fint *length, MPI_Fint *pe), pe 33 oshmem/shmem/fortran/shmem_real_put_f.c (target,source,length,pe) ) pe 35 oshmem/shmem/fortran/shmem_real_put_f.c void shmem_real_put_f(FORTRAN_POINTER_T target, FORTRAN_POINTER_T source, MPI_Fint *length, MPI_Fint *pe) pe 43 oshmem/shmem/fortran/shmem_real_put_f.c OMPI_FINT_2_INT(*pe))); pe 32 oshmem/shmem/fortran/shmem_swap_f.c (FORTRAN_POINTER_T target, FORTRAN_POINTER_T value, MPI_Fint *pe), pe 33 oshmem/shmem/fortran/shmem_swap_f.c (target,value,pe) ) pe 35 oshmem/shmem/fortran/shmem_swap_f.c MPI_Fint shmem_swap_f(FORTRAN_POINTER_T target, FORTRAN_POINTER_T value, MPI_Fint *pe) pe 45 oshmem/shmem/fortran/shmem_swap_f.c OMPI_FINT_2_INT(*pe)));