source: XIOS/dev/branch_openmp/extern/ep_dev/ep_lib_tests.hpp @ 1503

Last change on this file since 1503 was 1381, checked in by yushan, 6 years ago

add folder for MPI EP-RMA development. Current: MPI_Win, MPI_win_create, MPI_win_fence, MPI_win_free

File size: 509 bytes
Line 
1#ifndef EP_LIB_TESTS_HPP_INCLUDED
2#define EP_LIB_TESTS_HPP_INCLUDED
3
4#include "ep_type.hpp"
5
6namespace ep_lib
7{
8  int check_test_1(MPI_Comm comm); 
9
10  int check_test_2(MPI_Comm comm);
11
12  int check_test_3(MPI_Comm comm);
13
14  int check_test_4(MPI_Comm comm);
15
16  int check_test_bcast(MPI_Comm comm);
17
18  int check_test_gather(MPI_Comm comm);
19
20  int check_test_gatherv(MPI_Comm comm);
21
22  int check_test_allgather(MPI_Comm comm);
23
24  int check_test_allgatherv(MPI_Comm comm);
25}
26
27
28#endif // EP_LIB_TESTS_HPP_INCLUDED
Note: See TracBrowser for help on using the repository browser.