ESyS-Particle  2.3.4
test_sc.cpp File Reference
#include "test_sc.h"
#include <iostream>
#include <vector>
#include <set>
#include <map>
Include dependency graph for test_sc.cpp:

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)
 

Function Documentation

◆ test_broadcast()

bool test_broadcast ( TML_Comm comm,
int  rank 
)

References TML_Comm::broadcast(), and TML_Comm::recv_broadcast().

Referenced by test_group_sc().

Here is the call graph for this function:
Here is the caller graph for this function:

◆ test_broadcast_cont()

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().

Here is the call graph for this function:
Here is the caller graph for this function:

◆ test_broadcast_cont_packed()

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().

Here is the call graph for this function:
Here is the caller graph for this function:

◆ test_gather()

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().

Here is the call graph for this function:
Here is the caller graph for this function:

◆ test_group_sc()

bool test_group_sc ( TML_Comm comm,
int  rank 
)

◆ test_scatter()

bool test_scatter ( TML_Comm comm,
int  rank 
)

References TML_Comm::recv_scatter(), and TML_Comm::scatter().

Referenced by test_group_sc().

Here is the call graph for this function:
Here is the caller graph for this function:

◆ test_scatter_packed()

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().

Here is the call graph for this function:
Here is the caller graph for this function: