1
0
mirror of https://github.com/paboyle/Grid.git synced 2025-06-24 10:42:03 +01:00

Compile fix

This commit is contained in:
Peter Boyle
2019-06-15 17:03:15 +01:00
parent f710d7bd45
commit d7b3efe893
13 changed files with 8 additions and 393 deletions

View File

@ -1 +0,0 @@
../ImprovedStaggeredFermion5DInstantiation.cc.master

View File

@ -1 +0,0 @@
#define IMPLEMENTATION StaggeredVec5dImplD

View File

@ -1 +0,0 @@
../ImprovedStaggeredFermion5DInstantiation.cc.master

View File

@ -1 +0,0 @@
#define IMPLEMENTATION StaggeredVec5dImplF

View File

@ -4,9 +4,7 @@ STAG_IMPL_LIST=" \
StaggeredImplF \
StaggeredImplD "
STAG5_IMPL_LIST=" \
StaggeredVec5dImplF \
StaggeredVec5dImplD "
STAG5_IMPL_LIST=""
WILSON_IMPL_LIST=" \
WilsonImplF \
@ -41,7 +39,7 @@ GDWF_IMPL_LIST=" \
GparityWilsonImplDF"
IMPL_LIST="$STAG_IMPL_LIST $STAG5_IMPL_LIST $WILSON_IMPL_LIST $DWF_IMPL_LIST $GDWF_IMPL_LIST"
IMPL_LIST="$STAG_IMPL_LIST $WILSON_IMPL_LIST $DWF_IMPL_LIST $GDWF_IMPL_LIST"
for impl in $IMPL_LIST
do
@ -104,10 +102,3 @@ CC_LIST=" \
ImprovedStaggeredFermion5DInstantiation \
StaggeredKernelsInstantiation "
for impl in $STAG5_IMPL_LIST
do
for f in $CC_LIST
do
ln -f -s ../$f.cc.master $impl/$f$impl.cc
done
done