Link openblas

This commit is contained in:
Ian Jauslin 2024-02-19 11:41:47 -05:00
parent 97a127a8db
commit 63e983b460
2 changed files with 2 additions and 1 deletions

View File

@ -30,7 +30,7 @@ LD=$(CC)
#INCLUDES =
#LIBDIRS =
LIBS = -lm -lfftw3 -lfftw3_threads
LIBS = -lm -lfftw3 -lfftw3_threads -lopenblas_64
override LDFLAGS +=$(LIBDIRS)$(LIBS)

View File

@ -18,6 +18,7 @@ limitations under the License.
#include "io.h"
#include "navier-stokes.h"
#include "complex_tools.h"
#include <cblas.h>
#include <math.h>
#include <stdint.h>
#include <stdlib.h>