From 2af50348e6d47c80a86f0088803f9e0cfeb47216 Mon Sep 17 00:00:00 2001 From: Neil Fortner Date: Mon, 5 Jun 2017 15:16:57 -0500 Subject: Fix h5dsm_test.sh output to correctly indicate when it is running h5dsm_tcommit. --- examples/h5dsm_test.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/examples/h5dsm_test.sh b/examples/h5dsm_test.sh index 14dcff9..4c63572 100755 --- a/examples/h5dsm_test.sh +++ b/examples/h5dsm_test.sh @@ -561,14 +561,14 @@ if test $? -ne 0; then fi # --------------- Committed Datatypes --------------- # -echo h5dsm_tvlen +echo h5dsm_tcommit orterun -np 1 $EXEC_ARGS ./h5dsm_tcommit $POOL_UUID -q if test $? -ne 0; then echo FAILED exit 1 fi -echo h5dsm_tvlen \(2 processes\) +echo h5dsm_tcommit \(2 processes\) orterun -np 2 $EXEC_ARGS ./h5dsm_tcommit $POOL_UUID -q if test $? -ne 0; then echo FAILED -- cgit v0.12