We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 1ef2ad0 + fe2b8b7 commit 4f1b63dCopy full SHA for 4f1b63d
oshmem/include/shmem.fh
@@ -17,7 +17,7 @@
17
parameter ( SHMEM_MAJOR_VERSION = 1 )
18
19
integer SHMEM_MINOR_VERSION
20
- parameter ( SHMEM_MINOR_VERSION = 2 )
+ parameter ( SHMEM_MINOR_VERSION = 3 )
21
22
CHARACTER(LEN = 256), PARAMETER :: SHMEM_VENDOR_STRING = "http://www.open-mpi.org/"
23
oshmem/include/shmem.h.in
@@ -79,7 +79,7 @@ extern "C" {
79
* Constants and definitions
80
*/
81
#define SHMEM_MAJOR_VERSION 1
82
-#define SHMEM_MINOR_VERSION 2
+#define SHMEM_MINOR_VERSION 3
83
#define SHMEM_VENDOR_STRING "http://www.open-mpi.org/"
84
#define SHMEM_MAX_NAME_LEN 256
85
0 commit comments