ppmd.pio module

class ppmd.pio.pfprint(dirname='./', filename=None)

Bases: object

pprint with a copy placed in a file.

close()

Close the open file.

pprint(*args)
pwrite(*args)
ppmd.pio.pprint(*args)

Print a string on stdout using the default MPI handle using rank 0. :param string: :return:

ppmd.pio.rprint(*args)

Print a string on stdout from all procs. preappended with rank id. :param string: :return: