Gromacs
2026.0-dev-20241204-d69d709
|
#include <gromacs/modularsimulator/simulatoralgorithm.h>
Helper container with data connected to global communication.
This includes data that needs to be shared between elements involved in global communication. This will become obsolete as soon as global communication is moved to a client system (#3421 and #3887).
Public Member Functions | |
GlobalCommunicationHelper (int nstglobalcomm, SimulationSignals *simulationSignals) | |
Constructor. | |
int | nstglobalcomm () const |
Get the compute globals communication period. | |
SimulationSignals * | simulationSignals () |
Get a pointer to the signals vector. | |