From c8cd501871f71e8c89d7ec5accbcfbf9bbe37585 Mon Sep 17 00:00:00 2001 From: edoapra Date: Mon, 4 Apr 2022 09:30:38 -0700 Subject: [PATCH] replace MKL with OpenBLAS because of https://github.com/nwchemgit/nwchem/issues/567 --- .gitlab-ci.yml | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index e758a6c043..b25f596dac 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -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: