From 38b93e8132b04b1545fa13d4580f2ba1ba0e5027 Mon Sep 17 00:00:00 2001 From: Christian Heinrich Date: Tue, 15 Sep 2015 21:43:03 +0200 Subject: [PATCH] [SMPI] Grammar... --- src/smpi/smpirun.in | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/smpi/smpirun.in b/src/smpi/smpirun.in index f27daa8240..1d80693ac1 100755 --- a/src/smpi/smpirun.in +++ b/src/smpi/smpirun.in @@ -511,10 +511,10 @@ export SMPI_GLOBAL_SIZE=${NUMPROCS} if [ -n "${KEEP}" ] ; then echo ${EXEC} ${TRACEOPTIONS} ${SIMOPTS} ${PLATFORMTMP} ${APPLICATIONTMP} if [ ${HOSTFILETMP} = 1 ] ; then - echo "Generated hostfile ${HOSTFILE} keeped." + echo "Generated hostfile ${HOSTFILE} kept." fi if [ ${UNROLLEDHOSTFILETMP} = 1 ] ; then - echo "Generated unrolled hostfile ${UNROLLEDHOSTFILE} keeped." + echo "Generated unrolled hostfile ${UNROLLEDHOSTFILE} kept." fi fi if [ "$foreground" = 1 ]; then -- 2.20.1