ROOT-Sim core
3.0.0-rc.2
A General-Purpose Multi-threaded Parallel/Distributed Simulation Library
|
MPI remote control messages header. More...
Go to the source code of this file.
Enumerations | |
enum | msg_ctrl_code { MSG_CTRL_GVT_START = 1 , MSG_CTRL_GVT_DONE , MSG_CTRL_TERMINATION } |
A control message MPI tag value. More... | |
Functions | |
void | control_msg_process (enum msg_ctrl_code ctrl) |
Handle a received control message. More... | |
MPI remote control messages header.
The module in which remote control messages are wired to the other modules
enum msg_ctrl_code |
void control_msg_process | ( | enum msg_ctrl_code | ctrl | ) |
Handle a received control message.
ctrl | the tag of the received control message |