Skip to content
Snippets Groups Projects

Introduce default assignment simplifications

Merged Markus Holzer requested to merge holzer/pystencils:Simplifications into master
1 file
+ 6
1
Compare changes
  • Side-by-side
  • Inline
+ 6
1
@@ -254,8 +254,13 @@ pycodegen-integration:
- pip install -e pystencils/
- pip install -e lbmpy/
- pip install -e pygrandchem/
- ./install_walberla.sh
- export NUM_CORES=$(nproc --all)
- cd walberla
- mkdir build || true
- cd build
- cmake --version
- cmake -DWALBERLA_BUILD_WITH_PYTHON=1 -DWALBERLA_BUILD_WITH_CUDA=1 -DWALBERLA_OPTIMIZE_FOR_LOCALHOST=1 -DWALBERLA_BUILD_WITH_CODEGEN=1 -DPython_EXECUTABLE=/opt/conda/envs/pystencils_dev/bin/python3.8 ..
- make -j ${NUM_CORES} pythonModuleInstall
- mkdir -p ~/.config/matplotlib
- echo "backend:template" > ~/.config/matplotlib/matplotlibrc
- cd pystencils
Loading