Skip to content
Snippets Groups Projects

Introduce default assignment simplifications

Merged Markus Holzer requested to merge holzer/pystencils:Simplifications into master
1 file
+ 1
2
Compare changes
  • Side-by-side
  • Inline
+ 1
2
@@ -238,8 +238,6 @@ pycodegen-integration:
@@ -238,8 +238,6 @@ pycodegen-integration:
when: manual
when: manual
allow_failure: true
allow_failure: true
script:
script:
- source /opt/conda/etc/profile.d/conda.sh
- conda activate pystencils_dev
- git clone https://gitlab-ci-token:${CI_JOB_TOKEN}@i10git.cs.fau.de/pycodegen/pycodegen.git
- git clone https://gitlab-ci-token:${CI_JOB_TOKEN}@i10git.cs.fau.de/pycodegen/pycodegen.git
- cd pycodegen
- cd pycodegen
- git submodule sync --recursive
- git submodule sync --recursive
@@ -261,6 +259,7 @@ pycodegen-integration:
@@ -261,6 +259,7 @@ pycodegen-integration:
- cmake --version
- 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 ..
- 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
- make -j ${NUM_CORES} pythonModuleInstall
 
- cd ../../
- mkdir -p ~/.config/matplotlib
- mkdir -p ~/.config/matplotlib
- echo "backend:template" > ~/.config/matplotlib/matplotlibrc
- echo "backend:template" > ~/.config/matplotlib/matplotlibrc
- cd pystencils
- cd pystencils
Loading