autopas/autopas-build-code-coverage
provides Docker image to build the AutoPas library's code-coverage target
10K+
This repository provides a variety of Dockerfiles for the AutoPas library. They are sorted in directories according to the task they are meant to fulfill:
Prebuild docker-images can be found at https://hub.docker.com/r/autopas/
Files in the buildenv directory are meant to build AutoPas. You can build AutoPas without installing any dependencies simply by using the generated images.
The generated images are used by Jenkins to test the AutoPas library.
This file is used to check OpenMP data races. It uses the archer data race detection tool. The file includes:
Important: export TSAN_OPTIONS="ignore_noninstrumented_modules=1"
is recommended for archer.
This file is used to build the AutoPas library using clang. It contains:
This file is used for code coverage purposes. You can build AutoPas in a code-coverage version using the file. It includes:
This file is used to build the AutoPas library using cuda. It contains:
This file is used to build the doxygen documentation. It includes:
This file is used to build the AutoPas library using gcc. It contains:
Many of the provided Doxygen images / Doxyfiles can be used to build other things. Feel free to grab them and use them for your own purposes.
docker pull autopas/autopas-build-code-coverage