1
1

Merge pull request #5449 from jladd-mlnx/topic/oshmem-bump-to-v1.4

OSHMEM Specification version: Bump to v1.4
Этот коммит содержится в:
Howard Pritchard 2018-07-17 16:39:21 -06:00 коммит произвёл GitHub
родитель 3add13c72e 7bfcd4545d
Коммит 9ac84a92a2
Не найден ключ, соответствующий данной подписи
Идентификатор ключа GPG: 4AEE18F83AFDEB23
2 изменённых файлов: 4 добавлений и 4 удалений

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

@ -1,6 +1,6 @@
! Emacs: -*- mode: fortran; -*-
!
! Copyright (c) 2013 Mellanox Technologies, Inc.
! Copyright (c) 2018 Mellanox Technologies, Inc.
! All rights reserved.
! Copyright (c) 2014 Cisco Systems, Inc. All rights reserved.
! $COPYRIGHT$
@ -17,7 +17,7 @@
parameter ( SHMEM_MAJOR_VERSION = 1 )
integer SHMEM_MINOR_VERSION
parameter ( SHMEM_MINOR_VERSION = 3 )
parameter ( SHMEM_MINOR_VERSION = 4 )
integer SHMEM_MAX_NAME_LEN
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.
* Copyright (c) 2014 Intel, Inc. All rights reserved
* Copyright (c) 2016 Research Organization for Information Science
@ -79,7 +79,7 @@ extern "C" {
* Constants and definitions
*/
#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_MAX_NAME_LEN 256