Skip to content

Commit

Permalink
Limit param to ease memory use on CI.
Browse files Browse the repository at this point in the history
  • Loading branch information
fghoussen committed Sep 14, 2024
1 parent 8aafb3c commit 50bc3c5
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 @@ -25,9 +25,9 @@ do
do
export shiftOpt=""
if [[ "$eigPb" == *cpxPb* ]]; then
export shiftOpt="--shiftReal 100.0 --shiftImag 100.0"
export shiftOpt="--shiftReal 1.0 --shiftImag 1.0"
else
export shiftOpt="--shiftReal 100.0"
export shiftOpt="--shiftReal 1.0"
fi

for shiftRI in "" "$shiftOpt"
Expand Down

0 comments on commit 50bc3c5

Please sign in to comment.