mirror of
https://github.com/MeteoSwiss-APN/dawn2dace.git
synced 2026-08-25 21:44:17 +00:00
Read-only mirror of https://github.com/MeteoSwiss-APN/dawn2dace — MeteoSchweiz. Issues & pull requests at the source.
- Python 45.7%
- C++ 27.6%
- CMake 24.4%
- Shell 1.4%
- Makefile 0.9%
| Filename | Latest commit message | Latest commit date |
|---|---|---|
| autotuning | ||
| cmake | ||
| iir_specification | ||
| integration_tests | ||
| other | ||
| parser | ||
| src | ||
| .gitignore | ||
| CMakeLists.txt | ||
| generate_iir.sh | ||
| LICENSE | ||
| README.md | ||
| UML class diagram.pdf | ||
dawn2dace
How to build
mkdir build
cd build
cmake ..
make protobuf
make
virtualenv -p python3 my_venv
source my_venv/bin/activate
pip install --upgrade <path-to-dace>/
pip install --upgrade ./prefix/protobuf/python
Using the parser:
export PYTHONPATH=`pwd`/gen/iir_specification
cd ../parser
python dawn2dace.py ../integration_tests/generated/1-copy_stencil.iir