Gromacs
2025.1
|
#include <gromacs/domdec/haloexchange.h>
Storage for MPI request for halo MPI receive and send operations.
Public Attributes | |
std::vector< MPI_Request > | receive |
Receive requests for all domain pairs in the halo. | |
std::vector< MPI_Request > | send |
Send requests for all domain pairs in the halo. | |