mirror of
https://github.com/paboyle/Grid.git
synced 2024-11-10 07:55:35 +00: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;
|
||||
if (term.size() > 2)
|
||||
{
|
||||
std::cout << "* matrix products" << std::endl;
|
||||
std::cout << "* matrix products ";
|
||||
}
|
||||
flops = 0.;
|
||||
bytes = 0.;
|
||||
@ -275,7 +275,7 @@ int main(int argc, char* argv[])
|
||||
{
|
||||
printPerf(flops, fusec, bytes, busec);
|
||||
}
|
||||
std::cout << "* traces" << std::endl;
|
||||
std::cout << "* traces ";
|
||||
flops = 0.;
|
||||
bytes = 0.;
|
||||
fusec = 0.;
|
||||
|
Loading…
Reference in New Issue
Block a user