]> AND Public Git Repository - simgrid.git/blobdiff - teshsuite/smpi/mpich3-test/coll/uoplong.c
Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
removed random seed in order to test result
[simgrid.git] / teshsuite / smpi / mpich3-test / coll / uoplong.c
index ab8a43f751a1cd3adf04650492f3abb5608b4a89..834446107338f89735d777a9b5a55de80ed8c346 100644 (file)
@@ -16,7 +16,7 @@
  */
 
 #define MAX_ERRS 10
-#define MAX_COUNT 1200000
+#define MAX_COUNT 120000
 
 void myop(void *cinPtr, void *coutPtr, int *count, MPI_Datatype * dtype);