From: suter Date: Wed, 26 Sep 2012 12:33:22 +0000 (+0200) Subject: slight modifications to make things work X-Git-Tag: v3_8~146^2~17 X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/commitdiff_plain/bc9e75b689512a9a99f03bfecd2f40d150f303d9 slight modifications to make things work --- diff --git a/examples/smpi/replay/one_trace b/examples/smpi/replay/one_trace index fe2157ce15..c46e6776ad 100644 --- a/examples/smpi/replay/one_trace +++ b/examples/smpi/replay/one_trace @@ -1 +1 @@ -actions_bcast.txt +replay/actions_bcast.txt diff --git a/examples/smpi/replay/split_traces b/examples/smpi/replay/split_traces index 67cc1e1fa4..d7ae089216 100644 --- a/examples/smpi/replay/split_traces +++ b/examples/smpi/replay/split_traces @@ -1,2 +1,2 @@ -actions0.txt -actions1.txt +replay/actions0.txt +replay/actions1.txt diff --git a/src/smpi/smpirun.in b/src/smpi/smpirun.in index 569dc888ea..2ef275777a 100755 --- a/src/smpi/smpirun.in +++ b/src/smpi/smpirun.in @@ -224,7 +224,7 @@ if [ -n "${HOSTFILE}" ] && [ -f ${HOSTFILE} ]; then NUMHOSTS=`cat ${HOSTFILE} | wc -l` fi -if [ ${EXEC} = "./replay" ]; then +if [ ${EXEC} = "./smpi_replay" ]; then APP_TRACES=$1; if [ -n "${APP_TRACES}" ] && [ -f ${APP_TRACES} ]; then hosttraces=(`cat ${APP_TRACES} | tr \\\n " "`) @@ -270,7 +270,7 @@ do fi echo " " >> ${APPLICATIONTMP} echo " " >> ${APPLICATIONTMP} - if [ ${EXEC} = "./replay" ]; then + if [ ${EXEC} = "./smpi_replay" ]; then if [ ${NUMTRACES} -gt 1 ]; then echo " " >> ${APPLICATIONTMP} else