Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
smaller size so ctest don't give a timeout during tests
authorschnorr <schnorr@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
Wed, 15 Sep 2010 15:58:30 +0000 (15:58 +0000)
committerschnorr <schnorr@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
Wed, 15 Sep 2010 15:58:30 +0000 (15:58 +0000)
git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@8194 48e7efb5-ca39-0410-a469-dd3cf9ba447f

examples/smpi/smpi_traced.c

index aacde1e..b39cc32 100644 (file)
@@ -8,7 +8,7 @@
 #include <stdio.h>
 #include "instr/instr.h"
 
-#define DATATOSENT 100000000
+#define DATATOSENT 100000
 
 int main(int argc, char *argv[])
 {