#include <boost/test/included/unit_test.hpp>
#include "../include/pch_intf.h"
#include "../include/mmph_intf.h"
#include "../include/uth_intf.h"
#include "../include/mmh_intf.h"
#include "../include/uth_log.h"
Defines | |
#define | BOOST_TEST_MODULE ModFEM_pcs_mpi_safe_test |
Functions | |
BOOST_AUTO_TEST_CASE (init_communication_testing) | |
BOOST_AUTO_TEST_CASE (communication_testing_2_point) | |
BOOST_AUTO_TEST_CASE (communication_testing_reduction) | |
BOOST_AUTO_TEST_CASE (communication_testing_reduction_token_ring) | |
BOOST_AUTO_TEST_CASE (communication_testing_B_cast) | |
BOOST_AUTO_TEST_CASE (communication_testing_B_cast_buffered) | |
BOOST_AUTO_TEST_CASE (communication_testing_2_point_out_of_order) | |
BOOST_AUTO_TEST_CASE (communication_end) | |
Variables | |
const int | PCC_MSG_ID_TEST = 1351 |
const int | PCC_MSG_ID_TEST_BUF = 1333 |
int | prev_id = 0 |
int | next_id = 0 |
char | io_name [1024] = "modfem_test_mpi_out.txt" |
FILE * | f_out = NULL |
int | n_proc = 0 |
int | my_proc_id = 0 |
#define BOOST_TEST_MODULE ModFEM_pcs_mpi_safe_test |
BOOST_AUTO_TEST_CASE | ( | communication_end | ) |
BOOST_AUTO_TEST_CASE | ( | communication_testing_2_point_out_of_order | ) |
Automatic testing procedure. pcr_test is intented to mf_test some selected cases, and assure, that 1) pcl_mpi_safe works in this environment 2) error handling is correct
BOOST_AUTO_TEST_CASE | ( | communication_testing_B_cast_buffered | ) |
BOOST_AUTO_TEST_CASE | ( | communication_testing_B_cast | ) |
BOOST_AUTO_TEST_CASE | ( | communication_testing_reduction_token_ring | ) |
BOOST_AUTO_TEST_CASE | ( | communication_testing_reduction | ) |
BOOST_AUTO_TEST_CASE | ( | communication_testing_2_point | ) |
Automatic testing procedure. pcr_test is intented to mf_test some selected cases, and assure, that 1) pcl_mpi_safe works in this environment 2) error handling is correct
BOOST_AUTO_TEST_CASE | ( | init_communication_testing | ) |
char io_name[1024] = "modfem_test_mpi_out.txt" |
int my_proc_id = 0 |
int n_proc = 0 |
int next_id = 0 |
const int PCC_MSG_ID_TEST = 1351 |
const int PCC_MSG_ID_TEST_BUF = 1333 |
int prev_id = 0 |