|
Testing Partitioner class and computing number of connected components
|
|
Testing Partitioner class and computing number of connected components
|
|
=====
|
|
=====
|
|
|
|
|
|
This test is located in tests/pmesh_test001
|
|
This test is located in `tests/pmesh_test001`
|
|
|
|
|
|
###Brief
|
|
###Brief
|
|
|
|
|
... | @@ -33,7 +33,7 @@ The second parameter is the desired partitioner: |
... | @@ -33,7 +33,7 @@ The second parameter is the desired partitioner: |
|
-1 - No partitioner
|
|
-1 - No partitioner
|
|
```
|
|
```
|
|
|
|
|
|
Optional second parameter is used to define ParMETIS action (default: 0):
|
|
Optional third parameter is used to define ParMETIS action (default: 0):
|
|
```
|
|
```
|
|
0 - Partition
|
|
0 - Partition
|
|
1 - Repartition
|
|
1 - Repartition
|
... | @@ -42,4 +42,4 @@ Optional second parameter is used to define ParMETIS action (default: 0): |
... | @@ -42,4 +42,4 @@ Optional second parameter is used to define ParMETIS action (default: 0): |
|
|
|
|
|
##CMake tests
|
|
##CMake tests
|
|
|
|
|
|
If USE_MPI is activated and CMake have variable ${MPIEXEC} set up correctly then the test will seed pmesh_test001_*_np_* tests for available partitioners and np=2,4 with included Menger Sponge 9x9x9 mesh. |
|
If `USE_MPI` is activated and CMake have variable `${MPIEXEC}` set up correctly then the test will seed `pmesh_test001_*_np_*` tests for available partitioners and `np=2,4` with included Menger Sponge 9x9x9 mesh. |