Enable non symmetric tests with BiCG solver in arpackmm test suite
This commit is contained in:
committed by
Franck HOUSSEN
parent
3c48b9508b
commit
c783dbbb0a
@@ -51,7 +51,7 @@ do
|
||||
export extraGenPb="$shiftOpt" # Force shift if genPb.
|
||||
fi
|
||||
|
||||
if [[ "$slv" == *CG* ]]; then
|
||||
if [[ "$slv" == *" CG "* ]]; then
|
||||
if [[ "$eigPb" == *nonSymPb* ]]; then
|
||||
continue # Skip CG that could fail (CG is meant to deal with sym matrices).
|
||||
fi
|
||||
|
||||
Reference in New Issue
Block a user