@@ -169,7 +169,7 @@ A Valgrind Memcheck suppressions file which fits to the Docker image and suppres
* with [Valgrind/Helgrind](http://valgrind.org/docs/manual/hg-manual.html) started by [THIS project CI script](https://gitlab.version.fz-juelich.de/vis/jusense-cicd/blob/master/ci/test-helgrind.sh) and integrated into the [THIS CMake script](https://gitlab.version.fz-juelich.de/vis/jusense-cicd/blob/master/test/CMakeLists.txt#L119)
A Valgrind Helgrind suppressions file which fits to the Docker image and suppresses OpenMPI error reports is defined [HERE](https://gitlab.version.fz-juelich.de/vis/jusense-cicd/blob/master/ci/env-testing/ci_docker_centos7/valgrind_helgrind.supp) and used [HERE](https://gitlab.version.fz-juelich.de/vis/jusense-cicd/blob/master/.gitlab-ci.yml#L23)
* MPI correctness checks
* with [MPI Runtime Error Detection Tool (MUST)](https://doc.itc.rwth-aachen.de/display/CCP/Project+MUST) started by [THIS project CI script](https://gitlab.version.fz-juelich.de/vis/jusense-cicd/blob/master/ci/test-mpicheck.sh)
* with [MPI Runtime Error Detection Tool (MUST)](https://doc.itc.rwth-aachen.de/display/CCP/Project+MUST) started by [THIS project CI script](https://gitlab.version.fz-juelich.de/vis/jusense-cicd/blob/master/ci/test-mpicheck.sh) and integrated into [THIS CMake script](https://gitlab.version.fz-juelich.de/vis/jusense-cicd/blob/master/test/CMakeLists.txt#L173)
* test coverage
* with gcc + [gcov](https://gcc.gnu.org/onlinedocs/gcc/Gcov.html) + [gcovr](https://gcovr.com/) started by [THIS project CI script](https://gitlab.version.fz-juelich.de/vis/jusense-cicd/blob/master/ci/coverage-test.sh) and integrated into [THIS CMake script](https://gitlab.version.fz-juelich.de/vis/jusense-cicd/blob/master/test/CMakeLists.txt#L91)