mirror of
https://github.com/nwchemgit/nwchem.git
synced 2026-07-28 22:25:48 -04:00
replace MKL with OpenBLAS because of https://github.com/nwchemgit/nwchem/issues/567
This commit is contained in:
parent
6fb3c37800
commit
c8cd501871
1 changed files with 2 additions and 3 deletions
|
|
@ -194,9 +194,8 @@ linux64_ubuntu:build_ifx:
|
|||
FC: ifort
|
||||
BLAS_SIZE: 8
|
||||
SCALAPACK_SIZE: 8
|
||||
BLAS_LIB: " -lmkl_intel_ilp64 -lmkl_sequential -lmkl_core -lpthread -lm -ldl"
|
||||
LAPACK_LIB: " -lmkl_intel_ilp64 -lmkl_sequential -lmkl_core -lpthread -lm -ldl"
|
||||
SCALAPACK_LIB: " -lmkl_scalapack_ilp64 -lmkl_intel_ilp64 -lmkl_sequential -lmkl_core -lmkl_blacs_intelmpi_ilp64 -lpthread -lm -ldl"
|
||||
BUILD_SCALAPACK: 1
|
||||
BUILD_OPENBLAS: 1
|
||||
ARMCI_NETWORK: "SOCKETS"
|
||||
USE_FPICF: "Y"
|
||||
after_script:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue