ESPResSo
Extensible Simulation Package for Research on Soft Matter Systems
|
Functions | |
void | revert_comm_order (GhostCommunicator &comm) |
Revert the order of a communicator: After calling this the communicator is working in reverted order with exchanged communication types GHOST_SEND <-> GHOST_RECV. | |
void | assign_prefetches (GhostCommunicator &comm) |
Of every two communication rounds, set the first receivers to prefetch and poststore. | |
void anonymous_namespace{RegularDecomposition.cpp}::assign_prefetches | ( | GhostCommunicator & | comm | ) |
Of every two communication rounds, set the first receivers to prefetch and poststore.
Definition at line 559 of file RegularDecomposition.cpp.
References GhostCommunicator::communications, GHOST_PREFETCH, GHOST_PSTSTORE, GHOST_RECV, and GHOST_SEND.
void anonymous_namespace{RegularDecomposition.cpp}::revert_comm_order | ( | GhostCommunicator & | comm | ) |
Revert the order of a communicator: After calling this the communicator is working in reverted order with exchanged communication types GHOST_SEND <-> GHOST_RECV.
Definition at line 540 of file RegularDecomposition.cpp.
References GhostCommunicator::communications, GHOST_LOCL, GHOST_RECV, and GHOST_SEND.