mirror of
https://github.com/paboyle/Grid.git
synced 2025-04-11 22:50:45 +01:00
This will need to be removed eventually, but should save us fiddling about with each release
This commit is contained in:
parent
b48ca8a6ef
commit
ac19c0e04f
@ -347,6 +347,7 @@ void test_MesonSink(Application &application)
|
|||||||
// g5*unsmeared
|
// g5*unsmeared
|
||||||
/////////////////////////////////////////////////////////////
|
/////////////////////////////////////////////////////////////
|
||||||
|
|
||||||
|
#ifdef DISTIL_PRE_RELEASE
|
||||||
void test_g5_sinks(Application &application)
|
void test_g5_sinks(Application &application)
|
||||||
{
|
{
|
||||||
// DistilVectors parameters
|
// DistilVectors parameters
|
||||||
@ -358,6 +359,8 @@ void test_g5_sinks(Application &application)
|
|||||||
g5_multiplyPar.Nt_inv=1;
|
g5_multiplyPar.Nt_inv=1;
|
||||||
application.createModule<MDistil::g5_multiply>("g5phi",g5_multiplyPar);
|
application.createModule<MDistil::g5_multiply>("g5phi",g5_multiplyPar);
|
||||||
}
|
}
|
||||||
|
#endif
|
||||||
|
|
||||||
/////////////////////////////////////////////////////////////
|
/////////////////////////////////////////////////////////////
|
||||||
// MesonFields
|
// MesonFields
|
||||||
/////////////////////////////////////////////////////////////
|
/////////////////////////////////////////////////////////////
|
||||||
@ -435,6 +438,7 @@ void test_MesonFieldRhoAll(Application &application)
|
|||||||
// BaryonFields - phiphiphi - efficient
|
// BaryonFields - phiphiphi - efficient
|
||||||
/////////////////////////////////////////////////////////////
|
/////////////////////////////////////////////////////////////
|
||||||
|
|
||||||
|
#ifdef DISTIL_PRE_RELEASE
|
||||||
void test_BaryonFieldPhi2(Application &application)
|
void test_BaryonFieldPhi2(Application &application)
|
||||||
{
|
{
|
||||||
// DistilVectors parameters
|
// DistilVectors parameters
|
||||||
@ -510,6 +514,8 @@ void test_Baryon2pt(Application &application)
|
|||||||
Baryon2ptPar.output="C2_baryon";
|
Baryon2ptPar.output="C2_baryon";
|
||||||
application.createModule<MDistil::Baryon2pt>("C2_b",Baryon2ptPar);
|
application.createModule<MDistil::Baryon2pt>("C2_b",Baryon2ptPar);
|
||||||
}
|
}
|
||||||
|
#endif
|
||||||
|
|
||||||
/////////////////////////////////////////////////////////////
|
/////////////////////////////////////////////////////////////
|
||||||
// emField
|
// emField
|
||||||
/////////////////////////////////////////////////////////////
|
/////////////////////////////////////////////////////////////
|
||||||
@ -1124,6 +1130,7 @@ int main(int argc, char *argv[])
|
|||||||
test_DistilVectorsS( application );
|
test_DistilVectorsS( application );
|
||||||
test_MesonFieldSL( application );
|
test_MesonFieldSL( application );
|
||||||
break;
|
break;
|
||||||
|
#ifdef DISTIL_PRE_RELEASE
|
||||||
case 6: // 3
|
case 6: // 3
|
||||||
test_Global( application );
|
test_Global( application );
|
||||||
test_SolverS( application );
|
test_SolverS( application );
|
||||||
@ -1141,6 +1148,7 @@ int main(int argc, char *argv[])
|
|||||||
test_BaryonFieldPhi( application );
|
test_BaryonFieldPhi( application );
|
||||||
test_BaryonFieldRho( application );
|
test_BaryonFieldRho( application );
|
||||||
break;
|
break;
|
||||||
|
#endif
|
||||||
case 8: // 3
|
case 8: // 3
|
||||||
test_Global( application );
|
test_Global( application );
|
||||||
test_SolverS( application );
|
test_SolverS( application );
|
||||||
@ -1149,6 +1157,7 @@ int main(int argc, char *argv[])
|
|||||||
test_DistilVectors( application );
|
test_DistilVectors( application );
|
||||||
test_MesonField( application );
|
test_MesonField( application );
|
||||||
break;
|
break;
|
||||||
|
#ifdef DISTIL_PRE_RELEASE
|
||||||
case 9: // 3
|
case 9: // 3
|
||||||
test_Global( application );
|
test_Global( application );
|
||||||
test_SolverS( application );
|
test_SolverS( application );
|
||||||
@ -1172,6 +1181,7 @@ int main(int argc, char *argv[])
|
|||||||
test_BaryonFieldPhi2( application );
|
test_BaryonFieldPhi2( application );
|
||||||
test_BaryonFieldRho2( application );
|
test_BaryonFieldRho2( application );
|
||||||
break;
|
break;
|
||||||
|
#endif
|
||||||
case 12: // 3
|
case 12: // 3
|
||||||
test_Global( application );
|
test_Global( application );
|
||||||
test_SolverS( application );
|
test_SolverS( application );
|
||||||
|
Loading…
x
Reference in New Issue
Block a user