modified Euclid's autotesting
This commit is contained in:
parent
ed0b4ea97c
commit
db806de3a5
@ -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
|
||||
|
||||
Loading…
Reference in New Issue
Block a user