Closed jamesdbaker closed 6 years ago
By the way, James, there is a warning generated by the bpbd-server when it is compiled in non-tuning mode but the 'de_is_gen_lattice' parameter is set to true:
WARN: The de_is_gen_lattice is set to true in a non-training mode server compilation, re-setting to false!
When run from the tuning script this is indeed not seen, so I was wondering, if this shall be turned into an error. In this case, it might be more vivid for the user. What is your opinion on that?
That makes sense to me. I think it would be preferable to throw an error and make the user change the configuration manually, rather than fix it quietly behind the scenes and the user not realising something was wrong/has been changed.
Expand instructions to explicitly state the requirement for compiling bpbd-server in tuning mode when running the tuning scripts (which is obvious when you know, but worth restating to avoid Issue #10).