File tree Expand file tree Collapse file tree 1 file changed +8
-0
lines changed Expand file tree Collapse file tree 1 file changed +8
-0
lines changed Original file line number Diff line number Diff line change 1
1
# !/usr/bin/env perl
2
2
#
3
3
# Copyright (c) 2011-2014 Cisco Systems, Inc. All rights reserved.
4
+ # Copyright (c) 2016 Research Organization for Information Science
5
+ # and Technology (RIST). All rights reserved.
4
6
# $COPYRIGHT$
5
7
#
6
8
# Additional copyrights may follow
@@ -227,6 +229,12 @@ sub write_file {
227
229
$constants -> {MPI_WIN_BASE } = 7;
228
230
$constants -> {MPI_WIN_SIZE } = 8;
229
231
$constants -> {MPI_WIN_DISP_UNIT } = 9;
232
+ $constants -> {MPI_WIN_CREATE_FLAVOR } = 10;
233
+ $constants -> {MPI_WIN_MODEL } = 11;
234
+ $constants -> {MPI_WIN_FLAVOR_CREATE } = 1;
235
+ $constants -> {MPI_WIN_FLAVOR_ALLOCATE } = 2;
236
+ $constants -> {MPI_WIN_FLAVOR_DYNAMIC } = 3;
237
+ $constants -> {MPI_WIN_FLAVOR_SHARED } = 4;
230
238
231
239
$constants -> {MPI_BSEND_OVERHEAD } = 128;
232
240
$constants -> {MPI_ORDER_C } = 0;
You can’t perform that action at this time.
0 commit comments