@@ -11,7 +11,7 @@ if test "x$USERNAME_ENV" = xno ; then
1111 USERNAME_ENV=$USER
1212fi
1313
14- DARSGAN_PARSER =../../darshan-util/darshan-parser
14+ DARSHAN_PARSER =../../darshan-util/darshan-parser
1515
1616# run NP number of MPI processes
1717# Note when using OpenMPI, setting NP > 2 will fail.
@@ -22,7 +22,7 @@ TEST_FILE=./testfile.dat
2222# tst_mpi_io.c takes the following command-line options.
2323# [-i] test read API
2424# [-c] test collective API
25- # [-a] test asynchonous API
25+ # [-a] test asynchronous API
2626# [-s] test shared API
2727# [-p] test split API
2828# [-o] test ordered API
@@ -247,7 +247,7 @@ for exe in ${check_PROGRAMS} ; do
247247 rm -f $TEST_FILE $DARSHAN_LOG_FILE
248248 $CMD
249249 EXPECT_NBYTE=` stat -c %s $TEST_FILE `
250- nbytes=` $DARSGAN_PARSER ${DARSHAN_LOG_FILE} | grep $DARSGAN_FIELD | cut -f5`
250+ nbytes=` $DARSHAN_PARSER ${DARSHAN_LOG_FILE} | grep $DARSGAN_FIELD | cut -f5`
251251 # echo "EXPECT_NBYTE=$EXPECT_NBYTE nbytes=$nbytes"
252252 if test " x$nbytes " ! = " x$EXPECT_NBYTE " ; then
253253 echo " Error: CMD=$CMD nbytes=$nbytes "
@@ -266,7 +266,7 @@ for exe in ${check_PROGRAMS} ; do
266266 # echo "CMD=$CMD"
267267 rm -f $DARSHAN_LOG_FILE
268268 $CMD
269- nbytes=` $DARSGAN_PARSER ${DARSHAN_LOG_FILE} | grep $DARSGAN_FIELD | cut -f5`
269+ nbytes=` $DARSHAN_PARSER ${DARSHAN_LOG_FILE} | grep $DARSGAN_FIELD | cut -f5`
270270 # echo "EXPECT_NBYTE=$EXPECT_NBYTE nbytes=$nbytes"
271271 if test " x$nbytes " ! = " x$EXPECT_NBYTE " ; then
272272 echo " Error: CMD=$CMD nbytes=$nbytes "
0 commit comments