From fc86bc2e9e2d8e22b37f59e8f7cc52a12708aebd Mon Sep 17 00:00:00 2001 From: Augustin Degomme Date: Mon, 15 Jul 2013 15:21:46 +0200 Subject: [PATCH] wrong (but still unimplemented) function was used --- src/smpi/smpi_mpi.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/smpi/smpi_mpi.c b/src/smpi/smpi_mpi.c index f98336efd7..9191825e61 100644 --- a/src/smpi/smpi_mpi.c +++ b/src/smpi/smpi_mpi.c @@ -90,7 +90,7 @@ int MPI_Type_get_name(MPI_Datatype datatype, char * name, int* len) int MPI_Type_get_attr (MPI_Datatype type, int type_keyval, void *attribute_val, int* flag) { - return PMPI_Type_set_attr ( type, type_keyval, attribute_val); + return PMPI_Type_get_attr ( type, type_keyval, attribute_val, flag); } int MPI_Type_set_attr (MPI_Datatype type, int type_keyval, void *attribute_val) -- 2.20.1