... | ... | @@ -63,13 +63,13 @@ $ mpirun -np 4 ./solver_test002 0 100 |
|
|
##CMake tests
|
|
|
|
|
|
|
|
|
This test will generate solver_test002_serial_* tests for all activated solvers in CMake.
|
|
|
Those tests will check that solvers correctly get input and correctly output solution.
|
|
|
This test will generate `solver_test002_serial_*` tests for all activated solvers in CMake.
|
|
|
Those tests will check that solvers correctly get input and correctly output solution with 20x20x20 mesh.
|
|
|
|
|
|
|
|
|
If USE_MPI is activated and CMake have variable ${MPIEXEC} set up correctly then the test will seed
|
|
|
solver_test002_parallel_* tests. These tests will check that solvers get input in parallel and correctly
|
|
|
output solution as well as the solver will check correct functioning of linear solvers.
|
|
|
If `USE_MPI` is activated and CMake have variable `${MPIEXEC}` set up correctly then the test will seed
|
|
|
`solver_test002_parallel_*` tests. These tests will check that solvers get input in parallel and correctly
|
|
|
output solution with 20x20x20 mesh using 4 processes.
|
|
|
|
|
|
|
|
|
##Source
|
... | ... | |