-
- Downloads
Change tests running policy
Do not use `ctest` anymore, tests are now launch directly (manually) using generated unit tests binaries (unit_tests and mpi_unit_tests) `ctest` can always be invoked but not using `make test`. The reason for this change is that `ctest` runs a binary for each test which is not what we want now. The goal of this development is to provide a mesh database that is built **once** for all: the cost of building meshes could be prohibitive and their multiplication should be avoided for obvious performances and storage reasons.
parent
6de6359c
No related branches found
No related tags found
Showing
- .gitlab-ci/clang10-mpi-debug.yml 1 addition, 1 deletion.gitlab-ci/clang10-mpi-debug.yml
- .gitlab-ci/clang10-mpi-release.yml 1 addition, 1 deletion.gitlab-ci/clang10-mpi-release.yml
- .gitlab-ci/gcc10-mpi-debug.yml 1 addition, 1 deletion.gitlab-ci/gcc10-mpi-debug.yml
- .gitlab-ci/gcc10-mpi-release.yml 1 addition, 1 deletion.gitlab-ci/gcc10-mpi-release.yml
- .gitlab-ci/gcc10-seq-release.yml 1 addition, 1 deletion.gitlab-ci/gcc10-seq-release.yml
- CMakeLists.txt 75 additions, 12 deletionsCMakeLists.txt
- src/utils/pugs_config.hpp.in 1 addition, 0 deletionssrc/utils/pugs_config.hpp.in
- tests/mpi_test_main.cpp 38 additions, 5 deletionstests/mpi_test_main.cpp
Please register or sign in to comment