Skip to content

Commit

Permalink
Enable non symmetric tests with BiCG solver in arpackmm test suite
Browse files Browse the repository at this point in the history
  • Loading branch information
FabienPean authored and fghoussen committed Sep 3, 2023
1 parent 3c48b95 commit c783dbb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion EXAMPLES/MATRIX_MARKET/arpackmm.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit c783dbb

Please sign in to comment.