ls1mardyn / ls1-mardyn

ls1-MarDyn is a massively parallel Molecular Dynamics (MD) code for large systems. Its main target is the simulation of thermodynamics and nanofluidics. ls1-MarDyn is designed with a focus on performance and easy extensibility.
http://www.ls1-mardyn.de
Other
28 stars 15 forks source link

Fix and improvement of Logger #308

Closed HomesGH closed 3 months ago

HomesGH commented 4 months ago

Description

Not everything has been set up correctly in the Logger class. Therefore, the type of output (e.g. INFO, WARNING) was missing, if the --logfile option of ls1 was used.

To improve the readibility and to distinguish between bools and numbers, the output of booleans was set to be true/false instead of 1/0.

The present PR is related to the split-up of PR #255.

How Has This Been Tested?

A simulation with the logfile option was run and it was checked that the resulting file includes the type of output (first column).