Skip to content

Commit

Permalink
Debug CI...
Browse files Browse the repository at this point in the history
  • Loading branch information
fghoussen committed Sep 16, 2024
1 parent a464355 commit ebaa7ff
Showing 1 changed file with 2 additions and 6 deletions.
8 changes: 2 additions & 6 deletions EXAMPLES/MATRIX_MARKET/arpackmm.sh
Original file line number Diff line number Diff line change
Expand Up @@ -63,18 +63,14 @@ do
# Run arpackmm: use --nbCV 6 and --maxIt 200 to ease convergence.
./arpackmm "$eigPb" "$genPb" "$magOpt" "$tol" "$shiftRI" "$invert" "$slv" "$rs" "$dsPrec" "$dsMat" "$extraGenPb" \
--nbCV 6 --maxIt 200 \
--verbose 3 --debug 3 &> arpackmm.run.log
head arpackmm.run.log
tail arpackmm.run.log
--verbose 3 --debug 3
echo "----------------------------------------------------------------------------------------"

# Run arpackmm: re-run with restart from slightly different starting point using shift.
./arpackmm "$eigPb" "$genPb" "$magOpt" "$tol" "$shiftRI" "$invert" "$slv" "$rs" "$dsPrec" "$dsMat" "$extraGenPb" \
--nbCV 6 --maxIt 200 \
--restart $shiftOpt \
--verbose 3 --debug 3 &> arpackmm.run.log
head arpackmm.run.log
tail arpackmm.run.log
--verbose 3 --debug 3
echo "========================================================================================"
done
done
Expand Down

0 comments on commit ebaa7ff

Please sign in to comment.