Enable non symmetric tests with BiCG solver in arpackmm test suite

This commit is contained in:
Fabien Péan
2023-09-03 15:29:46 +02:00
committed by Franck HOUSSEN
parent 3c48b9508b
commit c783dbbb0a
+1 -1
View File
@@ -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