Skip to content

Commit

Permalink
Add tail of traces to logs.
Browse files Browse the repository at this point in the history
  • Loading branch information
fghoussen committed Sep 14, 2024
1 parent 116f359 commit f57e8fb
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions EXAMPLES/MATRIX_MARKET/arpackmm.sh
Original file line number Diff line number Diff line change
Expand Up @@ -81,6 +81,9 @@ do
echo "$CMD"
eval "$CMD &> arpackmm.run.log"
echo ""
export CMD="tail -n 15 arpackmm.run.log"
eval "$CMD"
echo ""
echo "========================================================================================"
echo ""

Expand All @@ -89,6 +92,9 @@ do
echo "$CMD"
eval "$CMD &> arpackmm.run.log"
echo ""
export CMD="tail -n 15 arpackmm.run.log"
eval "$CMD"
echo ""
echo "========================================================================================"
echo ""
done
Expand Down

0 comments on commit f57e8fb

Please sign in to comment.