Update configurations with BLAS_LIBS and so on
This commit is contained in:
@@ -1,15 +1,13 @@
|
||||
include $(top_srcdir)/atrip.mk
|
||||
|
||||
AM_CPPFLAGS = -I$(top_srcdir)/include/ $(CTF_CPPFLAGS)
|
||||
AM_LDFLAGS = -lgomp
|
||||
AM_LDFLAGS = @LAPACK_LIBS@ @BLAS_LIBS@
|
||||
|
||||
bin_PROGRAMS = test_main
|
||||
test_main_SOURCES = test_main.cxx
|
||||
|
||||
|
||||
test_main_LDADD = \
|
||||
-lopenblas \
|
||||
-lscalapack \
|
||||
$(top_builddir)/src/libatrip.a
|
||||
|
||||
if WITH_BUILD_CTF
|
||||
|
||||
@@ -1,12 +1,7 @@
|
||||
#pragma GCC diagnostic push
|
||||
#pragma GCC diagnostic ignored "-Wvla"
|
||||
#pragma GCC diagnostic ignored "-Wint-in-bool-context"
|
||||
#include <ctf.hpp>
|
||||
#pragma GCC diagnostic pop
|
||||
|
||||
#include <iostream>
|
||||
#include <atrip.hpp>
|
||||
#include <atrip/Debug.hpp>
|
||||
#include <atrip/Utils.hpp>
|
||||
#include <CLI11.hpp>
|
||||
|
||||
#define _print_size(what, size) \
|
||||
|
||||
Reference in New Issue
Block a user