Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Remove dummy output.
authorpini <pini@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
Thu, 8 Apr 2010 11:28:45 +0000 (11:28 +0000)
committerpini <pini@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
Thu, 8 Apr 2010 11:28:45 +0000 (11:28 +0000)
git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@7473 48e7efb5-ca39-0410-a469-dd3cf9ba447f

examples/smpi/bcast.tesh
examples/smpi/reduce.tesh
src/simix/smx_network.c

index d32e09d..4a5ebe4 100644 (file)
@@ -8,7 +8,6 @@ $ ../../src/smpi/smpirun -map -hostfile ${srcdir:=.}/hostfile -platform ${srcdir
 > [rank 0] -> Tremblay
 > [rank 1] -> Jupiter
 > [rank 2] -> Fafard
 > [rank 0] -> Tremblay
 > [rank 1] -> Jupiter
 > [rank 2] -> Fafard
-> [0.000000] [simix_network/INFO] Output message sizes to toto.txt
 > node 0 has value 17 before broadcast
 > node 1 has value 3 before broadcast
 > node 2 has value 3 before broadcast
 > node 0 has value 17 before broadcast
 > node 1 has value 3 before broadcast
 > node 2 has value 3 before broadcast
@@ -28,7 +27,6 @@ $ ../../src/smpi/smpirun -map -hostfile ${srcdir:=.}/hostfile -platform ${srcdir
 > [rank 3] -> Ginette
 > [rank 4] -> Bourassa
 > [rank 5] -> Tremblay
 > [rank 3] -> Ginette
 > [rank 4] -> Bourassa
 > [rank 5] -> Tremblay
-> [0.000000] [simix_network/INFO] Output message sizes to toto.txt
 > node 0 has value 17 before broadcast
 > node 1 has value 3 before broadcast
 > node 2 has value 3 before broadcast
 > node 0 has value 17 before broadcast
 > node 1 has value 3 before broadcast
 > node 2 has value 3 before broadcast
@@ -59,7 +57,6 @@ $ ../../src/smpi/smpirun -map -hostfile ${srcdir:=.}/hostfile -platform ${srcdir
 > [rank 9] -> Bourassa
 > [rank 10] -> Tremblay
 > [rank 11] -> Jupiter
 > [rank 9] -> Bourassa
 > [rank 10] -> Tremblay
 > [rank 11] -> Jupiter
-> [0.000000] [simix_network/INFO] Output message sizes to toto.txt
 > node 0 has value 17 before broadcast
 > node 1 has value 3 before broadcast
 > node 2 has value 3 before broadcast
 > node 0 has value 17 before broadcast
 > node 1 has value 3 before broadcast
 > node 2 has value 3 before broadcast
index 545e537..2f2145d 100644 (file)
@@ -8,7 +8,6 @@ $ ../../src/smpi/smpirun -map -hostfile ${srcdir:=.}/hostfile -platform ${srcdir
 > [rank 0] -> Tremblay
 > [rank 1] -> Jupiter
 > [rank 2] -> Fafard
 > [rank 0] -> Tremblay
 > [rank 1] -> Jupiter
 > [rank 2] -> Fafard
-> [0.000000] [simix_network/INFO] Output message sizes to toto.txt
 > [0] has value 1
 > [1] has value 2
 > [2] has value 3
 > [0] has value 1
 > [1] has value 2
 > [2] has value 3
@@ -31,7 +30,6 @@ $ ../../src/smpi/smpirun -map -hostfile ${srcdir:=.}/hostfile -platform ${srcdir
 > [rank 3] -> Ginette
 > [rank 4] -> Bourassa
 > [rank 5] -> Tremblay
 > [rank 3] -> Ginette
 > [rank 4] -> Bourassa
 > [rank 5] -> Tremblay
-> [0.000000] [simix_network/INFO] Output message sizes to toto.txt
 > [0] has value 1
 > [1] has value 2
 > [2] has value 3
 > [0] has value 1
 > [1] has value 2
 > [2] has value 3
@@ -67,7 +65,6 @@ $ ../../src/smpi/smpirun -map -hostfile ${srcdir:=.}/hostfile -platform ${srcdir
 > [rank 9] -> Bourassa
 > [rank 10] -> Tremblay
 > [rank 11] -> Jupiter
 > [rank 9] -> Bourassa
 > [rank 10] -> Tremblay
 > [rank 11] -> Jupiter
-> [0.000000] [simix_network/INFO] Output message sizes to toto.txt
 > [0] has value 1
 > [1] has value 2
 > [2] has value 3
 > [0] has value 1
 > [1] has value 2
 > [2] has value 3
index 8e9419f..ab4bd7b 100644 (file)
@@ -384,7 +384,6 @@ void SIMIX_network_copy_data(smx_comm_t comm)
 /* pimple to display the message sizes */
 void SIMIX_message_sizes_output(const char *filename) {
   FILE * out = fopen(filename,"w");
 /* pimple to display the message sizes */
 void SIMIX_message_sizes_output(const char *filename) {
   FILE * out = fopen(filename,"w");
-  INFO1("Output message sizes to %s",filename);
   xbt_assert1(out,"Cannot open file %s",filename);
   uintptr_t key,data;
   xbt_dict_cursor_t cursor;
   xbt_assert1(out,"Cannot open file %s",filename);
   uintptr_t key,data;
   xbt_dict_cursor_t cursor;