From 1ff1422e075b9c2ab5c2f18aa1f3397c3cc0c536 Mon Sep 17 00:00:00 2001 From: Antonin Portelli Date: Wed, 7 Nov 2018 20:02:53 +0000 Subject: [PATCH] Hadrons: contractor lighter output --- Hadrons/Utilities/Contractor.cc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Hadrons/Utilities/Contractor.cc b/Hadrons/Utilities/Contractor.cc index d67d5b9d..ba1c139a 100644 --- a/Hadrons/Utilities/Contractor.cc +++ b/Hadrons/Utilities/Contractor.cc @@ -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.;