From bc9e75b689512a9a99f03bfecd2f40d150f303d9 Mon Sep 17 00:00:00 2001 From: suter Date: Wed, 26 Sep 2012 14:33:22 +0200 Subject: [PATCH] slight modifications to make things work --- examples/smpi/replay/one_trace | 2 +- examples/smpi/replay/split_traces | 4 ++-- src/smpi/smpirun.in | 4 ++-- 3 files changed, 5 insertions(+), 5 deletions(-) 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 -- 2.20.1