Put implementation in a separate file

This commit is contained in:
2021-09-06 19:22:31 +02:00
parent 2b1997b80c
commit f6a67a8ce1
4 changed files with 2520 additions and 2517 deletions

View File

@@ -19,6 +19,6 @@ LDFLAGS += -L$(SCALAPACK_PATH)/lib -lscalapack
bench: CXXFLAGS := $(filter-out -fPIC,$(CXXFLAGS))
bench: LDFLAGS += -Wl,-Bstatic
bench: LDFLAGS += -Llib/ -latrip
bench: LDFLAGS += -L$(dir $(ATRIP_STATIC_LIBRARY)) -latrip
bench: LDFLAGS += -Wl,-Bdynamic
bench: LDFLAGS += -L$(OPENBLAS_PATH)/lib -lopenblas