triqs.utility.mpi_nompi.report
- triqs.utility.mpi_nompi.report(*x, **opt)[source]
Print one line per argument to
stdout(orstderr).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 tosys.stderrinstead ofsys.stdout.