File tree Expand file tree Collapse file tree 1 file changed +4
-0
lines changed Expand file tree Collapse file tree 1 file changed +4
-0
lines changed Original file line number Diff line number Diff line change 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;
You can’t perform that action at this time.
0 commit comments