Skip to content

Commit ad3b590

Browse files
committed
fortran: Add missing MPI_NO_OP and MPI_WIN_* named constants.
1 parent cb00866 commit ad3b590

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

ompi/include/mpif-values.pl

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@
33
# Copyright (c) 2011-2014 Cisco Systems, Inc. All rights reserved.
44
# Copyright (c) 2016 Research Organization for Information Science
55
# and Technology (RIST). All rights reserved.
6+
# Copyright (c) 2016 FUJITSU LIMITED. All rights reserved.
67
# $COPYRIGHT$
78
#
89
# Additional copyrights may follow
@@ -105,6 +106,7 @@ sub write_file {
105106
$handles->{MPI_MAXLOC} = 11;
106107
$handles->{MPI_MINLOC} = 12;
107108
$handles->{MPI_REPLACE} = 13;
109+
$handles->{MPI_NO_OP} = 14;
108110

109111
$handles->{MPI_COMM_NULL} = 2;
110112
$handles->{MPI_DATATYPE_NULL} = 0;
@@ -235,6 +237,8 @@ sub write_file {
235237
$constants->{MPI_WIN_FLAVOR_ALLOCATE} = 2;
236238
$constants->{MPI_WIN_FLAVOR_DYNAMIC} = 3;
237239
$constants->{MPI_WIN_FLAVOR_SHARED} = 4;
240+
$constants->{MPI_WIN_UNIFIED} = 0;
241+
$constants->{MPI_WIN_SEPARATE} = 1;
238242

239243
$constants->{MPI_BSEND_OVERHEAD} = 128;
240244
$constants->{MPI_ORDER_C} = 0;

0 commit comments

Comments
 (0)