... | ... | @@ -40,10 +40,14 @@ For solver type argument the values have the following meaning: |
|
|
##CMake tests
|
|
|
|
|
|
|
|
|
This test will seed solver_test000_serial_* tests for all activated solvers into CMake. Those test will check that solvers correctly get input and correctly output solution.
|
|
|
This test will generate solver_test000_serial_* tests for all activated solvers in CMake.
|
|
|
Those tests will check that solvers correctly get input and correctly output solution.
|
|
|
|
|
|
|
|
|
If USE_MPI is activated and CMake have variable ${MPIEXEC} set up correctly then the test will seed solver_test000_parallel_* tests. There test will check that solvers get input in parallel and correctly output solution as well as the solver will check correct functioning of permutation of local intervals. PETSc solver will avoid permutation test since it cannot handle the situation.
|
|
|
If USE_MPI is activated and CMake have variable ${MPIEXEC} set up correctly then the test will seed
|
|
|
solver_test000_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 permutation of local intervals.
|
|
|
PETSc solver will avoid permutation test since it cannot handle the situation.
|
|
|
|
|
|
|
|
|
##Source
|
... | ... | |