Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Sebastian Bindgen
pystencils
Commits
1078bd53
Commit
1078bd53
authored
Jun 15, 2020
by
Markus Holzer
Browse files
fixed integration CI pipeline
parent
ebfd56e1
Changes
1
Hide whitespace changes
Inline
Side-by-side
.gitlab-ci.yml
View file @
1078bd53
...
...
@@ -124,7 +124,9 @@ pycodegen-integration:
-
git fetch test
-
git reset --hard $CI_COMMIT_SHA
-
cd ..
-
export PYTHONPATH=`pwd`/pystencils:`pwd`/lbmpy:`pwd`/pygrandchem:`pwd`/pystencils_walberla:`pwd`/lbmpy_walberla
-
pip install -e pystencils/
-
pip install -e lbmpy/
-
pip install -e pygrandchem/
-
./install_walberla.sh
-
export NUM_CORES=$(nproc --all)
-
mkdir -p ~/.config/matplotlib
...
...
@@ -136,7 +138,11 @@ pycodegen-integration:
-
cd ../pygrandchem
-
py.test -v -n $NUM_CORES .
-
cd ../walberla/build/
-
make CodegenJacobiCPU CodegenJacobiGPU MicroBenchmarkGpuLbm LbCodeGenerationExample
-
make CodegenJacobiCPU CodegenJacobiGPU CodegenPoisson MicroBenchmarkGpuLbm LbCodeGenerationExample UniformGridBenchmarkGPU_trt UniformGridBenchmarkGPU_entropic_kbc_n4
-
cd apps/benchmarks/UniformGridGPU
-
make -j $NUM_CORES
-
cd ../UniformGridGenerated
-
make -j $NUM_CORES
tags
:
-
docker
-
cuda
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment