1
0
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:
2016-04-30 00:17:04 -07:00
parent 405b175665
commit 1869d28429
23 changed files with 1092 additions and 197 deletions

View File

@@ -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