1
1

OSHMEM Specification version: Bump to v1.4

Signed-off-by: Joshua Ladd <jladd.mlnx@gmail.com>
Этот коммит содержится в:
Joshua Ladd 2018-07-18 00:23:24 +03:00
родитель 3add13c72e
Коммит 7bfcd4545d
2 изменённых файлов: 4 добавлений и 4 удалений

Просмотреть файл

@ -1,6 +1,6 @@
! Emacs: -*- mode: fortran; -*- ! Emacs: -*- mode: fortran; -*-
! !
! Copyright (c) 2013 Mellanox Technologies, Inc. ! Copyright (c) 2018 Mellanox Technologies, Inc.
! All rights reserved. ! All rights reserved.
! Copyright (c) 2014 Cisco Systems, Inc. All rights reserved. ! Copyright (c) 2014 Cisco Systems, Inc. All rights reserved.
! $COPYRIGHT$ ! $COPYRIGHT$
@ -17,7 +17,7 @@
parameter ( SHMEM_MAJOR_VERSION = 1 ) parameter ( SHMEM_MAJOR_VERSION = 1 )
integer SHMEM_MINOR_VERSION integer SHMEM_MINOR_VERSION
parameter ( SHMEM_MINOR_VERSION = 3 ) parameter ( SHMEM_MINOR_VERSION = 4 )
integer SHMEM_MAX_NAME_LEN integer SHMEM_MAX_NAME_LEN
parameter ( SHMEM_MAX_NAME_LEN = 256-1 ) parameter ( SHMEM_MAX_NAME_LEN = 256-1 )

Просмотреть файл

@ -1,5 +1,5 @@
/* /*
* Copyright (c) 2014-2016 Mellanox Technologies, Inc. * Copyright (c) 2014-2018 Mellanox Technologies, Inc.
* All rights reserved. * All rights reserved.
* Copyright (c) 2014 Intel, Inc. All rights reserved * Copyright (c) 2014 Intel, Inc. All rights reserved
* Copyright (c) 2016 Research Organization for Information Science * Copyright (c) 2016 Research Organization for Information Science
@ -79,7 +79,7 @@ extern "C" {
* Constants and definitions * Constants and definitions
*/ */
#define SHMEM_MAJOR_VERSION 1 #define SHMEM_MAJOR_VERSION 1
#define SHMEM_MINOR_VERSION 3 #define SHMEM_MINOR_VERSION 4
#define SHMEM_VENDOR_STRING "http://www.open-mpi.org/" #define SHMEM_VENDOR_STRING "http://www.open-mpi.org/"
#define SHMEM_MAX_NAME_LEN 256 #define SHMEM_MAX_NAME_LEN 256