mirror of
https://github.com/paboyle/Grid.git
synced 2025-04-09 21:50:45 +01:00
Hadrons: contractor lighter output
This commit is contained in:
parent
32376f0437
commit
1ff1422e07
@ -252,7 +252,7 @@ int main(int argc, char* argv[])
|
|||||||
std::cout << "-- position " << t << ", translation " << dt << std::endl;
|
std::cout << "-- position " << t << ", translation " << dt << std::endl;
|
||||||
if (term.size() > 2)
|
if (term.size() > 2)
|
||||||
{
|
{
|
||||||
std::cout << "* matrix products" << std::endl;
|
std::cout << "* matrix products ";
|
||||||
}
|
}
|
||||||
flops = 0.;
|
flops = 0.;
|
||||||
bytes = 0.;
|
bytes = 0.;
|
||||||
@ -275,7 +275,7 @@ int main(int argc, char* argv[])
|
|||||||
{
|
{
|
||||||
printPerf(flops, fusec, bytes, busec);
|
printPerf(flops, fusec, bytes, busec);
|
||||||
}
|
}
|
||||||
std::cout << "* traces" << std::endl;
|
std::cout << "* traces ";
|
||||||
flops = 0.;
|
flops = 0.;
|
||||||
bytes = 0.;
|
bytes = 0.;
|
||||||
fusec = 0.;
|
fusec = 0.;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user