Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
lbmpy
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
lbmpy
Commits
198c0c06
Commit
198c0c06
authored
1 year ago
by
Frederik Hennig
Browse files
Options
Downloads
Patches
Plain Diff
re-add pycodegen-integration
parent
d23b03e4
No related branches found
No related tags found
1 merge request
!169
Upgrade SymPy Version & Extend CI
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
.gitlab-ci.yml
+34
-0
34 additions, 0 deletions
.gitlab-ci.yml
with
34 additions
and
0 deletions
.gitlab-ci.yml
+
34
−
0
View file @
198c0c06
...
@@ -176,6 +176,40 @@ ubuntu:
...
@@ -176,6 +176,40 @@ ubuntu:
reports
:
reports
:
junit
:
report.xml
junit
:
report.xml
pycodegen-integration
:
image
:
i10git.cs.fau.de:5005/pycodegen/pycodegen/full
stage
:
test
when
:
manual
allow_failure
:
true
script
:
-
env
-
pip list
-
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 lbmpy
-
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/
-
./install_walberla.sh
# build all integration tests
-
cd walberla/build/
-
make -j $NUM_CORES MicroBenchmarkGpuLbm LbCodeGenerationExample
-
cd apps/benchmarks/UniformGridGPU
-
make -j $NUM_CORES
-
cd ../UniformGridCPU
-
make -j $NUM_CORES
tags
:
-
docker
-
cuda11
-
AVX
# -------------------- Scheduled Tasks --------------------------------------------------------------------------
# -------------------- 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