Skip to main content

<Enter a one-sentence description of this project here.>

Project description

Print statements from MPI programs can be confusing, as you do not now by which rank the output was produced. The import of

from mpi_print import print

overloads the the builtin print function to first print the rank and a timestamp. E.g.

from mpi_print import print, builtin_print
builtin_print('hello world.') # prints:
#   hello world.
print('hello world.') # prints:
#   MPI rank: 1 [timestamp: 2023-02-02 20:48:26.544420]
#   hello world.

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

mpi_print-0.1.0.tar.gz (2.4 kB view hashes)

Uploaded Source

Built Distribution

mpi_print-0.1.0-py3-none-any.whl (2.8 kB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page