From 09143fd475b11cd9a4f2662ed0e8813fe2e462ba Mon Sep 17 00:00:00 2001 From: Augustin Degomme Date: Wed, 5 Nov 2014 13:02:46 +0100 Subject: [PATCH] this test should now work with out-of-source builds --- examples/smpi/replay_multiple/replay_multiple.tesh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/smpi/replay_multiple/replay_multiple.tesh b/examples/smpi/replay_multiple/replay_multiple.tesh index 37ec2e47bd..0b1a1dfd39 100644 --- a/examples/smpi/replay_multiple/replay_multiple.tesh +++ b/examples/smpi/replay_multiple/replay_multiple.tesh @@ -1,7 +1,7 @@ p Test the replay with multiple instances p first generate the deployment file -$ ./generate_multiple_deployment.sh -platform ${srcdir:=.}/../../platforms/small_platform_with_routers.xml -hostfile ${srcdir:=.}/../hostfile ${srcdir:=.}/description_file deployment.xml +$ ${srcdir:=.}/generate_multiple_deployment.sh -platform ${srcdir:=.}/../../platforms/small_platform_with_routers.xml -hostfile ${srcdir:=.}/../hostfile ${srcdir:=.}/description_file deployment.xml $ ./replay_multiple description_file ${srcdir:=.}/../../platforms/small_platform_with_routers.xml deployment.xml --log=smpi.:info > [0.000000] [msg_test/INFO] Initializing instance 1 of size 32 -- 2.20.1