Added the --with-print-errors configure options, which should catch
any errors raised through hypre_error().
This commit is contained in:
parent
b1cf0a76af
commit
62cb8dc6e2
@ -54,7 +54,7 @@ src_dir=$1
|
||||
shift
|
||||
|
||||
# Call the configure, make and run scripts
|
||||
./test.sh configure.sh $src_dir --enable-debug $@
|
||||
./test.sh configure.sh $src_dir --enable-debug --with-print-errors $@
|
||||
mv -f configure.??? $output_dir
|
||||
|
||||
./test.sh make.sh $src_dir test
|
||||
|
||||
Loading…
Reference in New Issue
Block a user