mirror of
https://github.com/paboyle/Grid.git
synced 2026-01-26 19:34:44 +00:00
Hadrons: first prototype with working inversions
This commit is contained in:
@@ -1,19 +1,31 @@
|
||||
AM_CXXFLAGS = -I$(top_srcdir)/programs -I$(top_srcdir)/lib
|
||||
AM_LDFLAGS = -L$(top_builddir)/lib
|
||||
AM_LDFLAGS = -L$(top_builddir)/lib
|
||||
|
||||
bin_PROGRAMS = Hadrons
|
||||
|
||||
## general sources
|
||||
Hadrons_SOURCES = \
|
||||
Application.cc \
|
||||
Environment.cc \
|
||||
FermionAction.cc\
|
||||
Global.cc \
|
||||
Hadrons.cc \
|
||||
Module.cc \
|
||||
ModuleFactory.cc
|
||||
Module.cc
|
||||
|
||||
## fermion actions
|
||||
Hadrons_SOURCES += \
|
||||
MQuark.cc
|
||||
AWilson.cc
|
||||
|
||||
## general modules
|
||||
Hadrons_SOURCES += \
|
||||
MQuark.cc \
|
||||
MSource.cc
|
||||
|
||||
## solver modules
|
||||
Hadrons_SOURCES += \
|
||||
SRBPrecCG.cc
|
||||
|
||||
## contraction modules
|
||||
Hadrons_SOURCES += \
|
||||
CMeson.cc
|
||||
|
||||
|
||||
Reference in New Issue
Block a user