Skip to content

Commit 4f1b63d

Browse files
authored
Merge pull request #2188 from jladd-mlnx/topic/oshmem-bump-to-v1.3
OSHMEM Specification version: Bump to v1.3.
2 parents 1ef2ad0 + fe2b8b7 commit 4f1b63d

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

oshmem/include/shmem.fh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
parameter ( SHMEM_MAJOR_VERSION = 1 )
1818

1919
integer SHMEM_MINOR_VERSION
20-
parameter ( SHMEM_MINOR_VERSION = 2 )
20+
parameter ( SHMEM_MINOR_VERSION = 3 )
2121

2222
CHARACTER(LEN = 256), PARAMETER :: SHMEM_VENDOR_STRING = "http://www.open-mpi.org/"
2323

oshmem/include/shmem.h.in

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@ extern "C" {
7979
* Constants and definitions
8080
*/
8181
#define SHMEM_MAJOR_VERSION 1
82-
#define SHMEM_MINOR_VERSION 2
82+
#define SHMEM_MINOR_VERSION 3
8383
#define SHMEM_VENDOR_STRING "http://www.open-mpi.org/"
8484
#define SHMEM_MAX_NAME_LEN 256
8585

0 commit comments

Comments
 (0)