Skip to content

Commit 21e9b2e

Browse files
committed
MPI_UNWEIGHTED/MPI_WEIGHTS_EMPTY clash with MPI_BUFFER_AUTOMATIC
1 parent 1b7a8d4 commit 21e9b2e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

include/mpi.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -251,8 +251,8 @@ enum {
251251
#define MPI_ERRCODES_IGNORE ((int*)0)
252252
#define MPI_STATUS_IGNORE ((MPI_Status*)0)
253253
#define MPI_STATUSES_IGNORE ((MPI_Status*)0)
254-
#define MPI_UNWEIGHTED ((int*)2)
255-
#define MPI_WEIGHTS_EMPTY ((int*)3)
254+
#define MPI_UNWEIGHTED ((int*)4)
255+
#define MPI_WEIGHTS_EMPTY ((int*)5)
256256

257257
// Other constants
258258
#define MPI_BSEND_OVERHEAD 512 // MPICH=96, OMPI=128

0 commit comments

Comments
 (0)