Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Activate some more tests.
[simgrid.git] / teshsuite / smpi / mpich3-test / rma / badrma.c
index 8e0dfb1..08dc4a3 100644 (file)
@@ -11,7 +11,8 @@
 
 MPI_Win win;
 int win_buf[SIZE], origin_buf[SIZE], result_buf[SIZE];
-
+int do_test(int origin_count, MPI_Datatype origin_type, int result_count,
+            MPI_Datatype result_type, int target_count, MPI_Datatype target_type);
 int do_test(int origin_count, MPI_Datatype origin_type, int result_count,
             MPI_Datatype result_type, int target_count, MPI_Datatype target_type)
 {