mirror of
https://github.com/paboyle/Grid.git
synced 2025-04-04 11:15:55 +01:00
Doesn't compile. Does it still need to be maintained?
This commit is contained in:
parent
8419fbb335
commit
50a74eaea3
@ -89,8 +89,8 @@ void test_LapEvec(Application &application)
|
|||||||
|
|
||||||
void test_Perambulators(Application &application)
|
void test_Perambulators(Application &application)
|
||||||
{
|
{
|
||||||
// PerambLight parameters
|
// Perambulator parameters
|
||||||
MDistil::PerambLight::Par PerambPar;
|
MDistil::Peramb::Par PerambPar;
|
||||||
PerambPar.eigenPack="LapEvec";
|
PerambPar.eigenPack="LapEvec";
|
||||||
PerambPar.PerambFileName="peramb.bin";
|
PerambPar.PerambFileName="peramb.bin";
|
||||||
PerambPar.ConfigFileDir="/home/dp008/dp008/paboyle/A2A/run/";
|
PerambPar.ConfigFileDir="/home/dp008/dp008/paboyle/A2A/run/";
|
||||||
@ -110,7 +110,7 @@ void test_Perambulators(Application &application)
|
|||||||
PerambPar.Ls=16;
|
PerambPar.Ls=16;
|
||||||
PerambPar.Solver.CGPrecision=1e-2;
|
PerambPar.Solver.CGPrecision=1e-2;
|
||||||
PerambPar.Solver.MaxIterations=10000;
|
PerambPar.Solver.MaxIterations=10000;
|
||||||
application.createModule<MDistil::PerambLight>("Peramb",PerambPar);
|
application.createModule<MDistil::Peramb>("Peramb",PerambPar);
|
||||||
}
|
}
|
||||||
/////////////////////////////////////////////////////////////
|
/////////////////////////////////////////////////////////////
|
||||||
// DistilVectors
|
// DistilVectors
|
||||||
@ -136,8 +136,8 @@ void test_DistilVectors(Application &application)
|
|||||||
}
|
}
|
||||||
void test_PerambulatorsS(Application &application)
|
void test_PerambulatorsS(Application &application)
|
||||||
{
|
{
|
||||||
// PerambLight parameters
|
// Perambulator parameters
|
||||||
MDistil::PerambLight::Par PerambPar;
|
MDistil::Peramb::Par PerambPar;
|
||||||
PerambPar.eigenPack="LapEvec";
|
PerambPar.eigenPack="LapEvec";
|
||||||
PerambPar.PerambFileName="perambS.bin";
|
PerambPar.PerambFileName="perambS.bin";
|
||||||
PerambPar.ConfigFileDir="/home/dp008/dp008/paboyle/A2A/run/";
|
PerambPar.ConfigFileDir="/home/dp008/dp008/paboyle/A2A/run/";
|
||||||
@ -157,7 +157,7 @@ void test_PerambulatorsS(Application &application)
|
|||||||
PerambPar.Ls=16;
|
PerambPar.Ls=16;
|
||||||
PerambPar.Solver.CGPrecision=1e-8;
|
PerambPar.Solver.CGPrecision=1e-8;
|
||||||
PerambPar.Solver.MaxIterations=10000;
|
PerambPar.Solver.MaxIterations=10000;
|
||||||
application.createModule<MDistil::PerambLight>("PerambS",PerambPar);
|
application.createModule<MDistil::Peramb>("PerambS",PerambPar);
|
||||||
}
|
}
|
||||||
/////////////////////////////////////////////////////////////
|
/////////////////////////////////////////////////////////////
|
||||||
// DistilVectors
|
// DistilVectors
|
||||||
|
Loading…
x
Reference in New Issue
Block a user