![]() |
ESPResSo
Extensible Simulation Package for Research on Soft Matter Systems
|
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 | |
| MpiCallbacks & | mpiCallbacks () |
| Returns a reference to the global callback class instance. | |
| using Communication::CallbackHandle = typedef MpiCallbacks::CallbackHandle<Args...> |
Definition at line 476 of file MpiCallbacks.hpp.
|
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().