File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff 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 "
Original file line number Diff line number Diff 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 "
You can’t perform that action at this time.
0 commit comments