From 891385bd0e3fee0d2b7e11a85b038fe43601facb Mon Sep 17 00:00:00 2001 From: mquinson Date: Sun, 27 Aug 2006 21:39:25 +0000 Subject: [PATCH] Stick to the file naming scheme used in the tutorial git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@2752 48e7efb5-ca39-0410-a469-dd3cf9ba447f --- examples/gras/all2all/test_sg.in | 2 +- examples/gras/chrono/test_sg.in | 2 +- examples/gras/mmrpc/test_sg.in | 2 +- examples/gras/ping/test_sg.in | 2 +- examples/gras/pmm/test_sg.in | 2 +- examples/gras/rpc/test_sg.in | 2 +- examples/gras/timer/test_sg.in | 2 +- 7 files changed, 7 insertions(+), 7 deletions(-) diff --git a/examples/gras/all2all/test_sg.in b/examples/gras/all2all/test_sg.in index 2b273b808b..0b667407b8 100755 --- a/examples/gras/all2all/test_sg.in +++ b/examples/gras/all2all/test_sg.in @@ -5,5 +5,5 @@ else exenv=wine fi -exec $exenv ./all2all_simulator@EXEEXT@ @top_srcdir@/examples/msg/small_platform.xml @srcdir@/all2all_deployment.xml $@ +exec $exenv ./all2all_simulator@EXEEXT@ @top_srcdir@/examples/msg/small_platform.xml @srcdir@/all2all.xml $@ diff --git a/examples/gras/chrono/test_sg.in b/examples/gras/chrono/test_sg.in index 2237ee54fd..1debfc92be 100755 --- a/examples/gras/chrono/test_sg.in +++ b/examples/gras/chrono/test_sg.in @@ -5,4 +5,4 @@ else exenv=wine fi -exec $exenv ./chrono_simulator@EXEEXT@ @top_srcdir@/examples/msg/small_platform.xml @srcdir@/chrono_deployment.xml +exec $exenv ./chrono_simulator@EXEEXT@ @top_srcdir@/examples/msg/small_platform.xml @srcdir@/chrono.xml diff --git a/examples/gras/mmrpc/test_sg.in b/examples/gras/mmrpc/test_sg.in index 454c24322a..08d45b29ef 100755 --- a/examples/gras/mmrpc/test_sg.in +++ b/examples/gras/mmrpc/test_sg.in @@ -5,5 +5,5 @@ else exenv=wine fi -exec $exenv ./mmrpc_simulator@EXEEXT@ @top_srcdir@/examples/msg/small_platform.xml @srcdir@/mmrpc_deployment.xml $@ +exec $exenv ./mmrpc_simulator@EXEEXT@ @top_srcdir@/examples/msg/small_platform.xml @srcdir@/mmrpc.xml $@ diff --git a/examples/gras/ping/test_sg.in b/examples/gras/ping/test_sg.in index db4d47eb18..8176f7ffb5 100755 --- a/examples/gras/ping/test_sg.in +++ b/examples/gras/ping/test_sg.in @@ -5,5 +5,5 @@ else exenv=wine fi -exec $exenv ./ping_simulator@EXEEXT@ @top_srcdir@/examples/msg/small_platform.xml @srcdir@/ping_deployment.xml $@ +exec $exenv ./ping_simulator@EXEEXT@ @top_srcdir@/examples/msg/small_platform.xml @srcdir@/ping.xml $@ diff --git a/examples/gras/pmm/test_sg.in b/examples/gras/pmm/test_sg.in index a8d57db6c1..49e6b2d123 100755 --- a/examples/gras/pmm/test_sg.in +++ b/examples/gras/pmm/test_sg.in @@ -5,5 +5,5 @@ else exenv=wine fi -exec $exenv ./pmm_simulator@EXEEXT@ @top_srcdir@/examples/msg/msg_platform.xml @srcdir@/pmm_deployment.xml "$@" +exec $exenv ./pmm_simulator@EXEEXT@ @top_srcdir@/examples/msg/msg_platform.xml @srcdir@/pmm.xml "$@" diff --git a/examples/gras/rpc/test_sg.in b/examples/gras/rpc/test_sg.in index 0bb95fbd45..34e918e18b 100755 --- a/examples/gras/rpc/test_sg.in +++ b/examples/gras/rpc/test_sg.in @@ -5,5 +5,5 @@ else exenv=wine fi -exec $exenv ./rpc_simulator@EXEEXT@ @top_srcdir@/examples/msg/small_platform.xml @srcdir@/rpc_deployment.xml $@ +exec $exenv ./rpc_simulator@EXEEXT@ @top_srcdir@/examples/msg/small_platform.xml @srcdir@/rpc.xml $@ diff --git a/examples/gras/timer/test_sg.in b/examples/gras/timer/test_sg.in index 6969e0f94f..e54fb71d09 100755 --- a/examples/gras/timer/test_sg.in +++ b/examples/gras/timer/test_sg.in @@ -5,4 +5,4 @@ else exenv=wine fi -exec $exenv ./timer_simulator@EXEEXT@ @top_srcdir@/examples/msg/small_platform.xml @srcdir@/timer_deployment.xml $@ +exec $exenv ./timer_simulator@EXEEXT@ @top_srcdir@/examples/msg/small_platform.xml @srcdir@/timer.xml $@ -- 2.20.1