Skip to content

Commit 5f3254d

Browse files
raffenetjeffhammond
authored andcommitted
mpi.h: Update value of MPI_DISPLACEMENT_CURRENT to -1
The original value of this constant (borrowed from ROMIO) has no significant meaning. It functionally can be any negative integer. ANL suggests `-1` for simplicity.
1 parent 15a2df3 commit 5f3254d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

mpi.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -425,7 +425,7 @@ enum {
425425
};
426426

427427
/* File Operation Constants */
428-
#define MPI_DISPLACEMENT_CURRENT ((MPI_Offset)-54278278)
428+
#define MPI_DISPLACEMENT_CURRENT ((MPI_Offset)-1)
429429

430430
/* Predefined Attribute Keys */
431431
enum {

0 commit comments

Comments
 (0)