From 9e64fe0749d7c9c49534f6e15076ffefbd82733e Mon Sep 17 00:00:00 2001 From: Augustin Degomme Date: Mon, 28 Apr 2014 12:11:54 +0200 Subject: [PATCH] fix path to deployment fil in tesh example --- examples/smpi/smpi_msg_masterslave/msg_smpi.tesh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/smpi/smpi_msg_masterslave/msg_smpi.tesh b/examples/smpi/smpi_msg_masterslave/msg_smpi.tesh index 2334119a32..96e33b83c7 100644 --- a/examples/smpi/smpi_msg_masterslave/msg_smpi.tesh +++ b/examples/smpi/smpi_msg_masterslave/msg_smpi.tesh @@ -1,5 +1,5 @@ p Test the use of SMPI+MSG in the same file, as well as several different SMPI instances at the same time -$ ./masterslave_mailbox_smpi ${srcdir:=.}/../../msg/small_platform_with_routers.xml ./deployment_masterslave_mailbox_smpi.xml --log=smpi.:info +$ ./masterslave_mailbox_smpi ${srcdir:=.}/../../msg/small_platform_with_routers.xml ${srcdir:=.}/deployment_masterslave_mailbox_smpi.xml --log=smpi.:info > [0.000000] [smpi_kernel/INFO] You did not set the power of the host running the simulation. The timings will certainly not be accurate. Use the option "--cfg=smpi/running_power:" to set its value.Check http://simgrid.org/simgrid/latest/doc/options.html#options_smpi_bench for more information. > [Tremblay:master:(1) 0.000000] [msg_test/INFO] Got 1 slaves and 20 tasks to process > [Tremblay:master:(1) 0.000000] [msg_test/INFO] Sending "Task_0" (of 20) to mailbox "slave-0" -- 2.20.1