From e34538df50dd2a7b62773b816b79bef1ce3541d2 Mon Sep 17 00:00:00 2001 From: edoapra Date: Wed, 21 Jun 2023 07:18:04 -0700 Subject: [PATCH] force BLAS_SIZE=8 for USE_INTERNALBLAS https://groups.google.com/g/nwchem-forum/c/3MDiu3TLgaY --- src/config/makefile.h | 1 + 1 file changed, 1 insertion(+) diff --git a/src/config/makefile.h b/src/config/makefile.h index 1f2ff5c472..0817fe42e3 100644 --- a/src/config/makefile.h +++ b/src/config/makefile.h @@ -3878,6 +3878,7 @@ MKDIR = mkdir #extract defines to be used with linear algebra libraries ifdef USE_INTERNALBLAS DEFINES += -DBLAS_NOTHREADS + BLAS_SIZE=8 endif ifdef BUILD_OPENBLAS DEFINES += -DOPENBLAS