modified Euclid's autotesting

This commit is contained in:
hysom 2001-07-24 01:18:35 +00:00
parent ed0b4ea97c
commit db806de3a5

View File

@ -1,12 +1,19 @@
#!/bin/sh
#notes:
# this script should be called by: IJ_linear_solvers.sh per:
# ../distributed_ls/Euclid/test/euclid.sh
#
# HYPRE_ARCH and MPIRUN are initialized by caller.
#===========================================================================
# Define HYPRE_ARCH and MPIRUN
# goto Euclid's test directory
#===========================================================================
. ../../../test/hypre_arch.sh
MPIRUN="../../../test/mpirun.$HYPRE_ARCH"
DRIVER="../../../test/IJ_linear_solvers"
CALLING_DIR=`pwd`
EUCLID_TEST_DIR=${CALLING_DIR}/../distributed_ls/Euclid/test
cd $EUCLID_TEST_DIR
#=================================================================
# single cpu tests
@ -43,5 +50,4 @@ rm -f database eu.temp
# mulitple cpu tests
#=================================================================
rm -rf *.out* *temp *database