![]() |
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 586 of file RegularDecomposition.cpp.
References GhostCommunicator::communications, GHOST_PREFETCH, GHOST_PSTSTORE, GHOST_RECV, GHOST_SEND, and stream.
| 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 567 of file RegularDecomposition.cpp.
References GhostCommunicator::communications, GHOST_LOCL, GHOST_RECV, and GHOST_SEND.