Skip to content

Files

Latest commit

 Cannot retrieve latest commit at this time.

History

History
12 lines (9 loc) · 465 Bytes

File metadata and controls

12 lines (9 loc) · 465 Bytes

MPI manager

The MPIManager in NEST manages MPI initialization and configuration checks to ensure proper setup for distributed simulations. It facilitates inter-process communication using MPI functions such as Allgather and Allreduce, and synchronizes processes with barriers. Additionally, it handles node-to-process mappings and enforces correct MPI usage to prevent runtime errors.

.. doxygenclass:: nest::MPIManager
   :members: