Skip to content

Commit 66e774d

Browse files
authored
Merge pull request #4638 from karasevb/oshmem/spec_1.3/c11
oshmem: remove `shmem_put/get` when not the C11 case in accordance with the spec v1.3
2 parents 731fcc8 + 5ea892d commit 66e774d

File tree

1 file changed

+1
-6
lines changed

1 file changed

+1
-6
lines changed

oshmem/include/shmem-compat.h

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
/* oshmem/include/shmem-compat.h. This file contains OpenSHMEM lagacy API */
22
/*
3-
* Copyright (c) 2014-2015 Mellanox Technologies, Inc.
3+
* Copyright (c) 2014-2017 Mellanox Technologies, Inc.
44
* All rights reserved.
55
* $COPYRIGHT$
66
*
@@ -33,11 +33,6 @@ OSHMEM_DECLSPEC void* shmemalign(size_t align, size_t size);
3333
OSHMEM_DECLSPEC void* shrealloc(void *ptr, size_t size);
3434
OSHMEM_DECLSPEC void shfree(void* ptr);
3535

36-
OSHMEM_DECLSPEC void shmem_char_put(char *target, const char *source, size_t len, int pe);
37-
OSHMEM_DECLSPEC void shmem_char_get(char *target, const char *source, size_t len, int pe);
38-
39-
OSHMEM_DECLSPEC void shmem_put(void *target, const void *source, size_t len, int pe);
40-
OSHMEM_DECLSPEC void shmem_get(void *target, const void *source, size_t len, int pe);
4136
OSHMEM_DECLSPEC void globalexit(int status);
4237

4338
#if defined(c_plusplus) || defined(__cplusplus)

0 commit comments

Comments
 (0)