Skip to content

Commit

Permalink
rewrite the test: try to shift on restart to pass test on ppc64/riscV…
Browse files Browse the repository at this point in the history
…/s390x
  • Loading branch information
fghoussen committed Sep 17, 2024
1 parent 3bc36e1 commit 8cd48b8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions EXAMPLES/MATRIX_MARKET/arpackmm.sh
Original file line number Diff line number Diff line change
Expand Up @@ -82,8 +82,8 @@ do
grep OUT arpackmm.run.log
echo "----------------------------------------------------------------------------------------"

# Run arpackmm: re-run with restart.
./arpackmm "$eigPb" "$genPb" "$magOpt" "$mrn" "$shiftRI" "$invert" "$slv" "$rs" "$dsPrec" "$dsMat" \
# Run arpackmm: re-run with restart always with small shift to avoid the zero-starting vector problem.
./arpackmm "$eigPb" "$genPb" "$magOpt" "$mrn" "$shiftZV" "$invert" "$slv" "$rs" "$dsPrec" "$dsMat" \
--restart \
"$easeCV" --verbose 3 &> arpackmm.run.log
grep OPT arpackmm.run.log
Expand Down

0 comments on commit 8cd48b8

Please sign in to comment.