JeffersonLab / qphix

QCD for Intel Xeon Phi and Xeon processors
http://jeffersonlab.github.io/qphix/
Other
13 stars 11 forks source link

Reduce verbosity from Geometry Constructor #57

Closed bjoo closed 7 years ago

bjoo commented 7 years ago

I have been meaning to put this for a while. We should reduce the verbosity from the Geometry Constructor. In an HMC run it just prints too much...

martin-ueding commented 7 years ago

Oh, sorry about that. I was just doing tests and thought that this would be helpful. There the constructor is only called once. The various test programs had their own output of all that stuff, so I thought that I would unify it.

How about we add a bool print_arguments = false to the ctor and then in all the QPhiX test cases one can set this to true? Or perhaps it would be easier the other way around?

martin-ueding commented 7 years ago

That has been fixed now. The Geometry constructor will not output the verbose information unless you tell it to. All of QPhiX's tests do that, but when you do HMC there should not be any output from Geometry.