From 35ea1840d10840db266a3343ecbd1ca21c68b16d Mon Sep 17 00:00:00 2001 From: Albert Cheng Date: Wed, 28 Aug 2002 18:10:42 -0500 Subject: [svn-r5905] Purpose: Bug fix Description: script did not work for SP system. Solution: added "eval" command to launch the mpi execution. This works fine for SP and is basically a no-op for non-batch systems like workstations. Also got rid of the wrongle implemented TESTING message since the result was not printed and the tests output mess up the format already. Platforms tested: SP (snow). Did not test more since it has been tested out fine in the v1.4 checkin. --- testpar/testph5.sh.in | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/testpar/testph5.sh.in b/testpar/testph5.sh.in index ccec437..409416b 100644 --- a/testpar/testph5.sh.in +++ b/testpar/testph5.sh.in @@ -41,9 +41,8 @@ TESTING() { # TOOLTEST() { # Run test. - TESTING $TEST_APP $@ - echo $TEST_APP_BIN - $RUNPARALLEL $TEST_APP_BIN "$@" + echo $RUNPARALLEL $TEST_APP_BIN "$@" + eval $RUNPARALLEL $TEST_APP_BIN "$@" } ############################################################################## -- cgit v0.12