Verbosity and data formatting issues

It’s due to multiple threads printing the output simultaneously.
You can add this UI command:

/control/cout/useBuffer 1

It will group the buffers and print them at the end of the job.
Or you may send the output stream to the files (one file per thread) by setting the output name:

/control/cout/setCoutFile <NAME>
1 Like