Helmholtz-AI-Energy / perun

Perun is a Python package that measures the energy consumption of you applications.
https://perun.readthedocs.io/en/latest/
BSD 3-Clause "New" or "Revised" License
51 stars 2 forks source link

Regions (and possibly other objects) need to account for functions that are not run on all MPI ranks #119

Closed JuanPedroGHM closed 5 months ago

JuanPedroGHM commented 7 months ago

Example: Dask can be instantiated with an MPI context, but not all the ranks will run all the functions that get marked by @monitor.

JuanPedroGHM commented 5 months ago

Handled in #121