Skip to content

Commit

Permalink
CI should be back OK: Revert "Test if CI does fail when it should..."
Browse files Browse the repository at this point in the history
This reverts commit ae5ecf6.
  • Loading branch information
fghoussen committed Sep 15, 2024
1 parent 31eeca6 commit 0f8231d
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 @@ -14,7 +14,7 @@ do
# SM may not converge so we can not apply checks.
# LM + invert is equivalent to SM and does converge.
# Note: this is expected as "power-like" methods are designed to find largest eigen values.
for magOpt in "--mag LM" "--mag SM"
for magOpt in "--mag LM" "--mag SM --noCheck"
do
export shiftOpt=""
if [[ "$eigPb" == *cpxPb* ]]; then
Expand Down

0 comments on commit 0f8231d

Please sign in to comment.