From 073336bf8c121dc14dabede786a0eb4980c5380e 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 8b2b667bd9..849183857c 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