Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Super lazily avoid globals in this test.
[simgrid.git] / teshsuite / smpi / mpich3-test / rma / fetch_and_op.c
index bd10bb6..97c986b 100644 (file)
@@ -41,7 +41,7 @@
 #endif
 
 #define CMP(x, y) ((x - ((TYPE_C) (y))) > 1.0e-9)
-
+void reset_vars(TYPE_C * val_ptr, TYPE_C * res_ptr, MPI_Win win);
 void reset_vars(TYPE_C * val_ptr, TYPE_C * res_ptr, MPI_Win win)
 {
     int i, rank, nproc;