File tree Expand file tree Collapse file tree 1 file changed +2
-1
lines changed Expand file tree Collapse file tree 1 file changed +2
-1
lines changed Original file line number Diff line number Diff line change 19
19
* Copyright (c) 2015 University of Houston. All rights reserved.
20
20
* Copyright (c) 2015 Research Organization for Information Science
21
21
* and Technology (RIST). All rights reserved.
22
+ * Copyright (c) 2017 IBM Corporation. All rights reserved.
22
23
* $COPYRIGHT$
23
24
*
24
25
* Additional copyrights may follow
@@ -1182,7 +1183,7 @@ OMPI_DECLSPEC extern MPI_Fint *MPI_F_STATUSES_IGNORE;
1182
1183
#define MPI_Aint_add (base , disp ) ((MPI_Aint) ((char *) (base) + (disp)))
1183
1184
#define MPI_Aint_diff (addr1 , addr2 ) ((MPI_Aint) ((char *) (addr1) - (char *) (addr2)))
1184
1185
#define PMPI_Aint_add (base , disp ) MPI_Aint_add(base, disp)
1185
- #define PMPI_Aint_diff (addr1 , addr2 ) PMPI_Aint_diff (addr1, addr2)
1186
+ #define PMPI_Aint_diff (addr1 , addr2 ) MPI_Aint_diff (addr1, addr2)
1186
1187
1187
1188
/*
1188
1189
* MPI API
You can’t perform that action at this time.
0 commit comments