davidsd / sdpb

A semidefinite program solver for the conformal bootstrap.
MIT License
53 stars 42 forks source link

Add --verbosity=trace level #230

Closed vasdommes closed 5 months ago

vasdommes commented 5 months ago

Added extra verbosity level --verbosity=trace (or 3) to SDPB and other executables. For --verbosity=debug, we print all extra info that does not mess up with iterations table - e.g. block mapping, memory estimates etc. For --verbosity=trace, we print everything (e.g. start of each timer).