mirror of
https://github.com/paboyle/Grid.git
synced 2025-04-09 21:50:45 +01:00
Remove Ls vectorised DWF
This commit is contained in:
parent
16e9b87d98
commit
4557a1365a
@ -38,6 +38,7 @@ Author: Peter Boyle <pabobyle@ph.ed.ac.uk>
|
|||||||
#include <Grid/qcd/action/fermion/WilsonCompressor.h> //used by all wilson type fermions
|
#include <Grid/qcd/action/fermion/WilsonCompressor.h> //used by all wilson type fermions
|
||||||
NAMESPACE_CHECK(Compressor);
|
NAMESPACE_CHECK(Compressor);
|
||||||
#include <Grid/qcd/action/fermion/FermionOperatorImpl.h>
|
#include <Grid/qcd/action/fermion/FermionOperatorImpl.h>
|
||||||
|
NAMESPACE_CHECK(FermionOperatorImpl);
|
||||||
#include <Grid/qcd/action/fermion/FermionOperator.h>
|
#include <Grid/qcd/action/fermion/FermionOperator.h>
|
||||||
NAMESPACE_CHECK(FermionOperator);
|
NAMESPACE_CHECK(FermionOperator);
|
||||||
#include <Grid/qcd/action/fermion/WilsonKernels.h> //used by all wilson type fermions
|
#include <Grid/qcd/action/fermion/WilsonKernels.h> //used by all wilson type fermions
|
||||||
@ -64,10 +65,6 @@ NAMESPACE_CHECK(Kernels);
|
|||||||
|
|
||||||
#define FermOp4dVecTemplateInstantiate(A) \
|
#define FermOp4dVecTemplateInstantiate(A) \
|
||||||
FermOp4dVecTemplateInstantiateNoGP(A) \
|
FermOp4dVecTemplateInstantiateNoGP(A) \
|
||||||
template class A<GparityWilsonImplF>; \
|
|
||||||
template class A<GparityWilsonImplD>; \
|
|
||||||
template class A<GparityWilsonImplFH>; \
|
|
||||||
template class A<GparityWilsonImplDF>;
|
|
||||||
|
|
||||||
#define AdjointFermOpTemplateInstantiate(A) \
|
#define AdjointFermOpTemplateInstantiate(A) \
|
||||||
template class A<WilsonAdjImplF>; \
|
template class A<WilsonAdjImplF>; \
|
||||||
@ -79,20 +76,13 @@ NAMESPACE_CHECK(Kernels);
|
|||||||
template class A<WilsonTwoIndexAntiSymmetricImplF>; \
|
template class A<WilsonTwoIndexAntiSymmetricImplF>; \
|
||||||
template class A<WilsonTwoIndexAntiSymmetricImplD>;
|
template class A<WilsonTwoIndexAntiSymmetricImplD>;
|
||||||
|
|
||||||
#define FermOp5dVecTemplateInstantiate(A) \
|
|
||||||
template class A<DomainWallVec5dImplF>; \
|
|
||||||
template class A<DomainWallVec5dImplD>; \
|
|
||||||
template class A<ZDomainWallVec5dImplF>; \
|
|
||||||
template class A<ZDomainWallVec5dImplD>; \
|
|
||||||
template class A<DomainWallVec5dImplFH>; \
|
|
||||||
template class A<DomainWallVec5dImplDF>; \
|
|
||||||
template class A<ZDomainWallVec5dImplFH>; \
|
|
||||||
template class A<ZDomainWallVec5dImplDF>;
|
|
||||||
|
|
||||||
#define FermOpTemplateInstantiate(A) \
|
#define FermOpTemplateInstantiate(A) \
|
||||||
FermOp4dVecTemplateInstantiate(A) \
|
FermOp4dVecTemplateInstantiate(A)
|
||||||
FermOp5dVecTemplateInstantiate(A)
|
|
||||||
|
|
||||||
#define GparityFermOpTemplateInstantiate(A)
|
#define GparityFermOpTemplateInstantiate(A) \
|
||||||
|
template class A<GparityWilsonImplF>; \
|
||||||
|
template class A<GparityWilsonImplD>; \
|
||||||
|
template class A<GparityWilsonImplFH>; \
|
||||||
|
template class A<GparityWilsonImplDF>;
|
||||||
|
|
||||||
#endif
|
#endif
|
||||||
|
Loading…
x
Reference in New Issue
Block a user