always use stderr for logging (gfortran bug with stdout)
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.
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.