|
| int | dsize |
| |
| int | my_rank = 0 |
| |
| std::vector< std::pair< int, int > > | sizes { {50, 50} , {60, 60}} |
| |
| std::vector< int > | nat { 10, 5} |
| |
| std::vector< int > | nbs { 1,2,3 } |
| |
Test functions:
- set_atomic_trace
- get_col_size
- get_row_size
- get_col_size(iat)
- get_row_size(iat)
- get_indexes_row
- get_indexes_col
- get_indexes_row(iat)
- get_indexes_col(iat)
the test framework is based on parallel_2d_test.cpp
◆ SetUp()
| void TestParaO::SetUp |
( |
| ) |
|
|
inlineoverrideprotected |
◆ TearDown()
| void TestParaO::TearDown |
( |
| ) |
|
|
inlineoverrideprotected |
◆ dsize
◆ my_rank
| int TestParaO::my_rank = 0 |
|
protected |
◆ nat
| std::vector<int> TestParaO::nat { 10, 5} |
|
protected |
◆ nbs
| std::vector<int> TestParaO::nbs { 1,2,3 } |
|
protected |
◆ sizes
| std::vector<std::pair<int, int> > TestParaO::sizes { {50, 50} , {60, 60}} |
|
protected |
The documentation for this class was generated from the following file: