bitbucket-pipelines.yml edited online with Bitbucket. Now builds all modules with single and double precision.

This commit is contained in:
jpekkila
2020-01-15 15:12:11 +00:00
parent 8f646e700e
commit e3f645d496

View File

@@ -21,6 +21,9 @@ pipelines:
- mkdir -p build && cd build
- apt-get update
- apt-get install -y cmake flex bison
- cmake -DDSL_MODULE_DIR="acc/mhd_solver" ..
- cmake -DDSL_MODULE_DIR="acc/mhd_solver" -DBUILD_STANDALONE=ON -DBUILD_UTILS=ON -DBUILD_RT_VISUALIZATION=ON -DBUILD_SAMPLES=ON -DDOUBLE_PRECISION=OFF -DMULTIGPU_ENABLED=ON -DMPI_ENABLED=ON .. # Single precision
- make -j
- rm -rf *
- cmake -DDSL_MODULE_DIR="acc/mhd_solver" -DBUILD_STANDALONE=ON -DBUILD_UTILS=ON -DBUILD_RT_VISUALIZATION=ON -DBUILD_SAMPLES=ON -DDOUBLE_PRECISION=ON -DMULTIGPU_ENABLED=ON -DMPI_ENABLED=ON .. # Double precision
- make -j
# - ./ac_run -t