Skip to content

Remove pout() and perr()

Stéphane Del Pino requested to merge feature/ostream into develop

Actually it seems better (at least for now) to use std::cout, std::cerr,... since people are used to it.

Default writing processor is processor 0. One will have to use a mechanism to overload this rule en eventually to allow output into files (reading MPI options)

Merge request reports