ESPResSo
Extensible Simulation Package for Research on Soft Matter Systems
Loading...
Searching...
No Matches
Communication Namespace Reference

Classes

class  MpiCallbacks
 The interface of the MPI callback mechanism. More...
 
class  RegisterCallback
 Helper class to add callbacks before main. More...
 

Typedefs

template<class... Args>
using CallbackHandle = MpiCallbacks::CallbackHandle< Args... >
 

Functions

MpiCallbacksmpiCallbacks ()
 Returns a reference to the global callback class instance.
 

Typedef Documentation

◆ CallbackHandle

Definition at line 476 of file MpiCallbacks.hpp.

Function Documentation

◆ mpiCallbacks()

MpiCallbacks & Communication::mpiCallbacks ( )
inline

Returns a reference to the global callback class instance.

Definition at line 108 of file core/communication.hpp.

Referenced by build_particle_node(), get_particle_data(), ErrorHandling::mpi_gather_runtime_errors(), mpi_get_particles(), and mpi_loop().