|
ESyS-Particle
2.3
|
#include "test_pack.h"#include <iostream>#include <vector>#include "packed_message.h"#include "packed_multi_message.h"
Functions | |
| bool | test_pack (TML_Comm *comm, int rank) |
| bool | test_pack_multi (TML_Comm *comm, int rank) |
| bool | test_container_packed (TML_Comm *comm, int rank) |
| bool | test_container_sendrecv_packed (TML_Comm *comm, int rank) |
| bool | test_container_sendrecv_packed_replace (TML_Comm *comm, int rank) |
| bool | test_container_packed_user (TML_Comm *comm, int rank) |
| bool | test_group_pack (TML_Comm *comm, int rank) |
| bool test_container_packed | ( | TML_Comm * | comm, |
| int | rank | ||
| ) |
References cout, esys::lsm::bpu::iter(), TML_Comm::receive_cont_packed(), and TML_Comm::send_cont_packed().
Referenced by test_group_pack().


| bool test_container_packed_user | ( | TML_Comm * | comm, |
| int | rank | ||
| ) |
References cout, esys::lsm::bpu::iter(), TML_Comm::receive_cont_packed(), and TML_Comm::send_cont_packed().
Referenced by test_group_pack().


| bool test_container_sendrecv_packed | ( | TML_Comm * | comm, |
| int | rank | ||
| ) |
References cout, esys::lsm::bpu::iter(), and TML_Comm::sendrecv_cont_packed().
Referenced by test_group_pack().


| bool test_container_sendrecv_packed_replace | ( | TML_Comm * | comm, |
| int | rank | ||
| ) |
References cout, esys::lsm::bpu::iter(), and TML_Comm::sendrecv_cont_packed_replace().
Referenced by test_group_pack().


| bool test_group_pack | ( | TML_Comm * | comm, |
| int | rank | ||
| ) |
References cout, test_container_packed(), test_container_packed_user(), test_container_sendrecv_packed(), test_container_sendrecv_packed_replace(), test_pack(), and test_pack_multi().
Referenced by main().


| bool test_pack | ( | TML_Comm * | comm, |
| int | rank | ||
| ) |
References TML_Comm::comm(), cout, and TML_PackedMessageInterface::pack().
Referenced by test_group_pack().


| bool test_pack_multi | ( | TML_Comm * | comm, |
| int | rank | ||
| ) |
References TML_PackedMultiMessage::begin_unpack(), TML_Comm::comm(), and cout.
Referenced by test_group_pack().

