|
ESyS-Particle
2.3.4
|

Functions | |
| bool | test_scatter (TML_Comm *comm, int rank) |
| bool | test_gather (TML_Comm *comm, int rank) |
| bool | test_scatter_packed (TML_Comm *comm, int rank) |
| bool | test_broadcast (TML_Comm *comm, int rank) |
| bool | test_broadcast_cont (TML_Comm *comm, int rank) |
| bool | test_broadcast_cont_packed (TML_Comm *comm, int rank) |
| bool | test_group_sc (TML_Comm *comm, int rank) |
| bool test_broadcast | ( | TML_Comm * | comm, |
| int | rank | ||
| ) |
References TML_Comm::broadcast(), and TML_Comm::recv_broadcast().
Referenced by test_group_sc().


| bool test_broadcast_cont | ( | TML_Comm * | comm, |
| int | rank | ||
| ) |
References TML_Comm::broadcast_cont(), and TML_Comm::recv_broadcast_cont().
Referenced by test_group_sc().


| bool test_broadcast_cont_packed | ( | TML_Comm * | comm, |
| int | rank | ||
| ) |
References TML_Comm::broadcast_cont_packed(), and TML_Comm::recv_broadcast_cont_packed().
Referenced by test_group_sc().


| bool test_gather | ( | TML_Comm * | comm, |
| int | rank | ||
| ) |
References TML_Comm::gather(), esys::lsm::bpu::iter(), and TML_Comm::send_gather().
Referenced by test_group_sc().


| bool test_group_sc | ( | TML_Comm * | comm, |
| int | rank | ||
| ) |
References test_broadcast(), test_broadcast_cont(), test_broadcast_cont_packed(), test_gather(), test_scatter(), and test_scatter_packed().

| bool test_scatter | ( | TML_Comm * | comm, |
| int | rank | ||
| ) |
References TML_Comm::recv_scatter(), and TML_Comm::scatter().
Referenced by test_group_sc().


| bool test_scatter_packed | ( | TML_Comm * | comm, |
| int | rank | ||
| ) |
References TML_Comm::recv_scatter_packed(), and TML_Comm::scatter_packed().
Referenced by test_group_sc().

