Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
pystencils
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
pycodegen
pystencils
Commits
4adfd8a1
Commit
4adfd8a1
authored
10 months ago
by
Frederik Hennig
Browse files
Options
Downloads
Patches
Plain Diff
re-add pycodegen-integration
parent
471affe8
No related branches found
No related tags found
1 merge request
!398
Update SymPy Dependency + Pipeline Cleanup
Pipeline
#67378
passed
10 months ago
Stage: pretest
Stage: test
Stage: docs
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
.gitlab-ci.yml
+45
-0
45 additions, 0 deletions
.gitlab-ci.yml
with
45 additions
and
0 deletions
.gitlab-ci.yml
+
45
−
0
View file @
4adfd8a1
...
...
@@ -234,6 +234,51 @@ minimal-sympy-master:
-
cuda
pycodegen-integration
:
image
:
i10git.cs.fau.de:5005/pycodegen/pycodegen/full
stage
:
test
when
:
manual
allow_failure
:
true
script
:
-
git clone https://gitlab-ci-token:${CI_JOB_TOKEN}@i10git.cs.fau.de/pycodegen/pycodegen.git
-
cd pycodegen
-
git submodule sync --recursive
-
git submodule update --init --recursive
-
git submodule foreach git fetch origin
# compare the latest master version!
-
git submodule foreach git reset --hard origin/master
-
cd pystencils
-
git remote add test $CI_REPOSITORY_URL
-
git fetch test
-
git reset --hard $CI_COMMIT_SHA
-
cd ..
-
pip install -e pystencils/
-
pip install -e lbmpy/
-
cmake --version
-
./install_walberla.sh
-
export NUM_CORES=$(nproc --all)
-
mkdir -p ~/.config/matplotlib
-
echo "backend:template" > ~/.config/matplotlib/matplotlibrc
-
cd pystencils
-
py.test -v -n $NUM_CORES --junitxml=report.xml .
-
cd ../lbmpy
-
py.test -v -n $NUM_CORES --junitxml=report.xml .
-
cd ../walberla/build/
-
make -j $NUM_CORES CodegenJacobiCPU CodegenJacobiGPU CodegenPoissonCPU CodegenPoissonGPU MicroBenchmarkGpuLbm LbCodeGenerationExample
-
make -j $NUM_CORES multiphaseCPU multiphaseGPU FluctuatingMRT FlowAroundSphereCodeGen FieldLayoutAndVectorizationTest GeneratedOutflowBC
-
cd apps/benchmarks/UniformGridGPU
-
make -j $NUM_CORES
-
cd ../UniformGridCPU
-
make -j $NUM_CORES
tags
:
-
docker
-
cuda11
-
AVX
artifacts
:
when
:
always
reports
:
junit
:
pycodegen/*/report.xml
# -------------------- Scheduled Tasks --------------------------------------------------------------------------
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
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!
Save comment
Cancel
Please
register
or
sign in
to comment