Removed new_ij driver from a few places

This commit is contained in:
Rob Falgout 2016-07-26 17:22:21 -07:00
parent 73dceda9ee
commit 9158603f2c
3 changed files with 2 additions and 5 deletions

View File

@ -13,7 +13,7 @@
testname=`basename $0 .sh`
drivers="ij new_ij sstruct struct ams_driver maxwell_unscaled sstruct_fac ij_mv struct_migrate"
drivers="ij sstruct struct ams_driver maxwell_unscaled sstruct_fac ij_mv struct_migrate"
# Echo usage information
case $1 in

View File

@ -451,7 +451,7 @@ on coarser levels. A common choice of drop-tolerances is $[0.0,
first coarse level (level 1), use a drop-tolerance of 0.01 on the second coarse
level (level 2) and then use 0.05 on all subsequent coarse levels. While still
experimental, this capability has significantly improved performance on a
variety of problems. See the \code{new_ij} driver for an example usage and the
variety of problems. See the \code{ij} driver for an example usage and the
reference manual for more details.

View File

@ -55,9 +55,6 @@ endif ()
add_executable (ij ij.c)
target_link_libraries (ij ${HYPRE_LIBS})
add_executable (new_ij new_ij.c)
target_link_libraries (new_ij ${HYPRE_LIBS})
add_executable (sstruct sstruct.c)
target_link_libraries (sstruct ${HYPRE_LIBS})