X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/a431c02b798ec8bdd1c9c8e0314a1300e57ed028..96267bbb3b9e564d04ef25f02fc0674dec2e17ad:/examples/smpi/reduce.tesh?ds=inline diff --git a/examples/smpi/reduce.tesh b/examples/smpi/reduce.tesh index 859de0a1c7..4d4b767a14 100644 --- a/examples/smpi/reduce.tesh +++ b/examples/smpi/reduce.tesh @@ -4,7 +4,7 @@ # Go for the first test p Test Reduce with 3 processes -$ ../../src/smpi/smpirun -map -hostfile hostfile -platform ../msg/small_platform.xml -np 3 ./reduce +$ ../../src/smpi/smpirun -map -hostfile ${srcdir:=.}/hostfile -platform ${srcdir:=.}/../msg/small_platform.xml -np 3 ./reduce > [rank 0] -> Tremblay > [rank 1] -> Jupiter > [rank 2] -> Fafard @@ -24,7 +24,7 @@ $ ../../src/smpi/smpirun -map -hostfile hostfile -platform ../msg/small_platform # second test ! setenv LD_LIBRARY_PATH=../../src/.libs p Test Reduce with 6 processes -$ ../../src/smpi/smpirun -map -hostfile hostfile -platform ../msg/small_platform.xml -np 6 ./reduce +$ ../../src/smpi/smpirun -map -hostfile ${srcdir:=.}/hostfile -platform ${srcdir:=.}/../msg/small_platform.xml -np 6 ./reduce > [rank 0] -> Tremblay > [rank 1] -> Jupiter > [rank 2] -> Fafard @@ -54,7 +54,7 @@ $ ../../src/smpi/smpirun -map -hostfile hostfile -platform ../msg/small_platform # third test ! setenv LD_LIBRARY_PATH=../../src/.libs p Test Reduce with 12 processes -$ ../../src/smpi/smpirun -map -hostfile hostfile -platform ../msg/small_platform.xml -np 12 ./reduce +$ ../../src/smpi/smpirun -map -hostfile ${srcdir:=.}/hostfile -platform ${srcdir:=.}/../msg/small_platform.xml -np 12 ./reduce > [rank 0] -> Tremblay > [rank 1] -> Jupiter > [rank 2] -> Fafard