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 1919 * Copyright (c) 2015 University of Houston. All rights reserved.
2020 * Copyright (c) 2015 Research Organization for Information Science
2121 * and Technology (RIST). All rights reserved.
22+ * Copyright (c) 2017 IBM Corporation. All rights reserved.
2223 * $COPYRIGHT$
2324 *
2425 * Additional copyrights may follow
@@ -1183,7 +1184,7 @@ OMPI_DECLSPEC extern MPI_Fint *MPI_F_STATUSES_IGNORE;
11831184#define MPI_Aint_add (base , disp ) ((MPI_Aint) ((char *) (base) + (disp)))
11841185#define MPI_Aint_diff (addr1 , addr2 ) ((MPI_Aint) ((char *) (addr1) - (char *) (addr2)))
11851186#define PMPI_Aint_add (base , disp ) MPI_Aint_add(base, disp)
1186- #define PMPI_Aint_diff (addr1 , addr2 ) PMPI_Aint_diff (addr1, addr2)
1187+ #define PMPI_Aint_diff (addr1 , addr2 ) MPI_Aint_diff (addr1, addr2)
11871188
11881189/*
11891190 * MPI API
You can’t perform that action at this time.
0 commit comments