Skip to content

always use stderr for logging (gfortran bug with stdout)

Sebastian Müller requested to merge fix_logging_gnu into develop

Gfortran was not able to print log message going to stdout (only stderr message were working, otherwise it idles).

This fix sets the default output to stderr.

Merge request reports

Loading