mirror of
https://github.com/paboyle/Grid.git
synced 2025-04-09 21:50:45 +01:00
Running on Frontier
This commit is contained in:
parent
c8adad6d8b
commit
fcf5023845
@ -242,10 +242,6 @@ int main (int argc, char ** argv)
|
|||||||
// std::vector<int> ords({7,8,10}); // Nbasis 40 == 40,38,36 iters (320,342,396 mults)
|
// std::vector<int> ords({7,8,10}); // Nbasis 40 == 40,38,36 iters (320,342,396 mults)
|
||||||
std::vector<int> ords({7}); // Nbasis 40 == 40 iters (320 mults)
|
std::vector<int> ords({7}); // Nbasis 40 == 40 iters (320 mults)
|
||||||
|
|
||||||
// Standard CG
|
|
||||||
// result=Zero();
|
|
||||||
// CGfine(HermOpEO, src, result);
|
|
||||||
|
|
||||||
for(int l=0;l<los.size();l++){
|
for(int l=0;l<los.size();l++){
|
||||||
|
|
||||||
RealD lo = los[l];
|
RealD lo = los[l];
|
||||||
@ -273,6 +269,10 @@ int main (int argc, char ** argv)
|
|||||||
HDCG(src,result);
|
HDCG(src,result);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
// Standard CG
|
||||||
|
result=Zero();
|
||||||
|
CGfine(HermOpEO, src, result);
|
||||||
|
|
||||||
Grid_finalize();
|
Grid_finalize();
|
||||||
return 0;
|
return 0;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user