mirror of
https://github.com/cp2k/cp2k.git
synced 2026-07-29 06:35:28 -04:00
Update install_openblas.sh
on the 'case ... esac' block, quotation marks should not be used if want to match different znver (znver2 / znver3)
This commit is contained in:
parent
6c3f55cdf6
commit
858397b686
1 changed files with 1 additions and 1 deletions
|
|
@ -65,7 +65,7 @@ case "${with_openblas}" in
|
|||
"skylake-avx512")
|
||||
TARGET="SKYLAKEX"
|
||||
;;
|
||||
"znver*")
|
||||
znver*)
|
||||
TARGET="ZEN"
|
||||
;;
|
||||
*)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue