Skip to content

Commit 52e1ff9

Browse files
committed
comment out echoing mpirun command
1 parent 1d59771 commit 52e1ff9

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

benchmarks/C/parallel_run.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ for i in ${check_PROGRAMS} ; do
4545
if test "$i" = "aggregation" ; then
4646
OPTS="-b -c -i -j"
4747
fi
48-
echo "${MPIRUN} ./$i -q ${OPTS} -l 10 ${TESTOUTDIR}/$i.nc"
48+
# echo "${MPIRUN} ./$i -q ${OPTS} -l 10 ${TESTOUTDIR}/$i.nc"
4949
${MPIRUN} ./$i -q ${OPTS} -l 10 ${TESTOUTDIR}/$i.nc
5050
if test $? = 0 ; then
5151
echo "PASS: C parallel run on $1 processes --------------- $i"

benchmarks/WRF-IO/parallel_run.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ for i in ${check_PROGRAMS} ; do
4242
# echo "set PNETCDF_SAFE_MODE ${PNETCDF_SAFE_MODE}"
4343

4444
OPTS="-l 100 -w 100"
45-
echo "${MPIRUN} ./$i -q ${OPTS} ${TESTOUTDIR}/$i.nc"
45+
# echo "${MPIRUN} ./$i -q ${OPTS} ${TESTOUTDIR}/$i.nc"
4646
${MPIRUN} ./$i -q ${OPTS} ${TESTOUTDIR}/$i.nc
4747
if test $? = 0 ; then
4848
echo "PASS: C parallel run on $1 processes --------------- $i"

0 commit comments

Comments
 (0)