File tree Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -322,6 +322,12 @@ enum {
322
322
MPI_ORDER_C = 0xC , // 12
323
323
MPI_ORDER_FORTRAN = 0xF , // 15
324
324
325
+ // Array Datatype Distribution
326
+ MPI_DISTRIBUTE_NONE = 16 ,
327
+ MPI_DISTRIBUTE_BLOCK = 17 ,
328
+ MPI_DISTRIBUTE_CYCLIC = 18 ,
329
+ MPI_DISTRIBUTE_DFLT_DARG = 19 ,
330
+
325
331
// RMA Lock Constants - arbitrary values
326
332
MPI_LOCK_SHARED = 21 ,
327
333
MPI_LOCK_EXCLUSIVE = 22 ,
@@ -366,12 +372,6 @@ enum {
366
372
MPI_COMBINER_RESIZED = 316 ,
367
373
MPI_COMBINER_VALUE_INDEX = 317 ,
368
374
369
- // File Operation Constants (?)
370
- MPI_DISTRIBUTE_NONE = 404 ,
371
- MPI_DISTRIBUTE_BLOCK = 401 ,
372
- MPI_DISTRIBUTE_CYCLIC = 402 ,
373
- MPI_DISTRIBUTE_DFLT_DARG = 403 ,
374
-
375
375
// File Position Constants
376
376
MPI_SEEK_CUR = 601 ,
377
377
MPI_SEEK_END = 602 ,
You can’t perform that action at this time.
0 commit comments