#ifndef EP_LIB_TESTS_HPP_INCLUDED #define EP_LIB_TESTS_HPP_INCLUDED #include "ep_type.hpp" namespace ep_lib { int check_test_1(MPI_Comm comm); int check_test_2(MPI_Comm comm); int check_test_3(MPI_Comm comm); int check_test_4(MPI_Comm comm); int check_test_bcast(MPI_Comm comm); int check_test_gather(MPI_Comm comm); int check_test_gatherv(MPI_Comm comm); int check_test_allgather(MPI_Comm comm); int check_test_allgatherv(MPI_Comm comm); } #endif // EP_LIB_TESTS_HPP_INCLUDED