Removed new_ij driver from a few places
This commit is contained in:
parent
73dceda9ee
commit
9158603f2c
@ -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
|
||||
|
||||
@ -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.
|
||||
|
||||
|
||||
|
||||
@ -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})
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user