triqs.utility.mpi_nompi.report

triqs.utility.mpi_nompi.report(*x, **opt)[source]

Print one line per argument to stdout (or stderr).

Serial counterpart of triqs.utility.mpi_mpi4py.report(). Always prints, since there is only a single rank.

Parameters:
*xobject

Values to print, one per line.

**opt

Optional keyword arguments. stderr (bool): when truthy, write to sys.stderr instead of sys.stdout.