Skip to content

Conversation

@ggouaillardet
Copy link
Contributor

MPI_LONG_LONG_INT is a named predefined datatype, so its name is now MPI_LONG_LONG_INT
MPI_LONG_LONG is a synonym of MPI_LONG_LONG_INT, and its name is also MPI_LONG_LONG_INT

MPI_LONG_LONG_INT is a named predefined datatype, so its name is now MPI_LONG_LONG_INT
MPI_LONG_LONG is a synonym of MPI_LONG_LONG_INT, and its name is also MPI_LONG_LONG_INT
@ggouaillardet
Copy link
Contributor Author

@bosilca could you please review this ?
if you agree with this commit, the following patch shoudl be applied to the open-mpi/ompi-tests test suite

diff --git a/ibm/datatype/predefined-datatype-name.c b/ibm/datatype/predefined-datatype-name.c
index 6e22f98..7a7de28 100644
--- a/ibm/datatype/predefined-datatype-name.c
+++ b/ibm/datatype/predefined-datatype-name.c
@@ -177,7 +177,7 @@ static char *names[] = {
     "MPI_LB",
     "MPI_WCHAR",
     "MPI_LONG_LONG_INT",
-    "MPI_LONG_LONG",
+    "MPI_LONG_LONG_INT",
     "MPI_UNSIGNED_LONG_LONG",
 #if OMPITEST_HAVE_MPI_F77
     "MPI_2COMPLEX",

@bosilca
Copy link
Member

bosilca commented Apr 20, 2016

👍

@ggouaillardet ggouaillardet merged commit 490b538 into open-mpi:master Apr 20, 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants