Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
fix warning in mpich new test
[simgrid.git] / teshsuite / smpi / mpich3-test / pt2pt / inactivereq.c
index 1108414..ea7099c 100644 (file)
@@ -40,6 +40,7 @@ int StatusEmpty(MPI_Status * s)
     return errs ? 0 : 1;
 }
 
+int test_recv_init(int src_rank, const char *test_name);
 int test_recv_init(int src_rank, const char *test_name)
 {
     MPI_Request r;