Skip to content

Commit

Permalink
Merge pull request #41 from redhat-performance/fix_package
Browse files Browse the repository at this point in the history
Fix arguments to package_tool
  • Loading branch information
dvalinrh authored Jul 31, 2024
2 parents 4f9f652 + b39ffbc commit 805d4af
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion auto_hpl/build_run_hpl.sh
Original file line number Diff line number Diff line change
Expand Up @@ -613,7 +613,7 @@ install_run_hpl()
if [ $ubuntu -eq 1 ]; then
pkgname="libopenblas-dev"
fi
test_tools/package_tool --packages $pkgname --no_install $to_no_install
test_tools/package_tool --packages $pkgname --no_packages $to_no_pkg_install
fi

build_hpl
Expand Down

0 comments on commit 805d4af

Please sign in to comment.