Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
add missing prototype
authordegomme <degomme@localhost.localdomain>
Tue, 10 Jun 2014 23:13:22 +0000 (01:13 +0200)
committerdegomme <degomme@localhost.localdomain>
Tue, 10 Jun 2014 23:13:22 +0000 (01:13 +0200)
src/smpi/private.h

index b6a24e9..b4ae7bc 100644 (file)
@@ -154,6 +154,8 @@ void print_request(const char *message, MPI_Request request);
 void smpi_global_init(void);
 void smpi_global_destroy(void);
 
+int is_datatype_valid(MPI_Datatype datatype);
+
 size_t smpi_datatype_size(MPI_Datatype datatype);
 MPI_Aint smpi_datatype_lb(MPI_Datatype datatype);
 MPI_Aint smpi_datatype_ub(MPI_Datatype datatype);