Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
change some tests to avoid useless global variables
[simgrid.git] / teshsuite / smpi / mpich3-test / rma / lockcontention.c
index 8165119..37105ac 100644 (file)
@@ -14,8 +14,8 @@
    optimization. */
 
 
-#define SIZE1 100
-#define SIZE2 200
+#define SIZE1 10
+#define SIZE2 20
 
 int main(int argc, char *argv[])
 {