From b1a3836ba561d0e228b1e0f5d1204a36ef4393d8 Mon Sep 17 00:00:00 2001 From: navarrop Date: Wed, 7 Apr 2010 08:18:11 +0000 Subject: [PATCH] Adapt tesh files for smpi. git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@7451 48e7efb5-ca39-0410-a469-dd3cf9ba447f --- examples/smpi/bcast.tesh | 3 +++ examples/smpi/reduce.tesh | 3 +++ 2 files changed, 6 insertions(+) diff --git a/examples/smpi/bcast.tesh b/examples/smpi/bcast.tesh index 4a5ebe4d5b..d32e09df6d 100644 --- a/examples/smpi/bcast.tesh +++ b/examples/smpi/bcast.tesh @@ -8,6 +8,7 @@ $ ../../src/smpi/smpirun -map -hostfile ${srcdir:=.}/hostfile -platform ${srcdir > [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 @@ -27,6 +28,7 @@ $ ../../src/smpi/smpirun -map -hostfile ${srcdir:=.}/hostfile -platform ${srcdir > [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 @@ -57,6 +59,7 @@ $ ../../src/smpi/smpirun -map -hostfile ${srcdir:=.}/hostfile -platform ${srcdir > [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 diff --git a/examples/smpi/reduce.tesh b/examples/smpi/reduce.tesh index 2f2145d87b..545e537d53 100644 --- a/examples/smpi/reduce.tesh +++ b/examples/smpi/reduce.tesh @@ -8,6 +8,7 @@ $ ../../src/smpi/smpirun -map -hostfile ${srcdir:=.}/hostfile -platform ${srcdir > [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 @@ -30,6 +31,7 @@ $ ../../src/smpi/smpirun -map -hostfile ${srcdir:=.}/hostfile -platform ${srcdir > [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 @@ -65,6 +67,7 @@ $ ../../src/smpi/smpirun -map -hostfile ${srcdir:=.}/hostfile -platform ${srcdir > [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 -- 2.20.1