https://github.com/gf712/shogun-docker
A simple project to test a local version of shogun
https://github.com/gf712/shogun-docker
docker shogun valgrind
Last synced: about 1 month ago
JSON representation
A simple project to test a local version of shogun
- Host: GitHub
- URL: https://github.com/gf712/shogun-docker
- Owner: gf712
- Created: 2019-01-03T14:09:16.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2019-01-08T16:45:26.000Z (over 7 years ago)
- Last Synced: 2025-08-10T23:50:52.231Z (12 months ago)
- Topics: docker, shogun, valgrind
- Language: Python
- Size: 21.5 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# shogun-docker
A simple python script to test [Shogun](https://github.com/shogun-toolbox/shogun) locally with Docker.
## Usage
```
cmake_configs.py config.yml --path LOCAL_SHOGUN_PATH --result-path PATH_TO_STORE_RESULTS
```
The cmake flags to run for each build are stored in a YAML file (only need to have a name and the cmake flags, see config.yml)
The first time the script runs will take longer as it builds the Docker image.
The results are stored in `--result-path` for the three steps:
- cmake
- build
- valgrind
To follow the progress of the run you can stream the log files on the terminal with `tail -f FILE`.
If you only want to run specific tests you can pass arguments directly to gtest_filter with `--gtest_filter`