Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
V
VirtualFluids
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package Registry
Container Registry
Model registry
Operate
Environments
Terraform modules
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
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
iRMB
VirtualFluids
Commits
ed876ced
Commit
ed876ced
authored
4 years ago
by
Soeren Peters
Browse files
Options
Downloads
Patches
Plain Diff
Update gitlab CI and config files.
parent
5b8f3675
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
.gitlab-ci.yml
+19
-10
19 additions, 10 deletions
.gitlab-ci.yml
CMake/cmake_config_files/BILBO.config.cmake
+0
-8
0 additions, 8 deletions
CMake/cmake_config_files/BILBO.config.cmake
CMake/cmake_config_files/ELLADAN.config.cmake
+1
-6
1 addition, 6 deletions
CMake/cmake_config_files/ELLADAN.config.cmake
with
20 additions
and
24 deletions
.gitlab-ci.yml
+
19
−
10
View file @
ed876ced
image
:
ubuntu
image
:
irmb/virtualfluids-deps:latest
stages
:
-
build
-
test
build
:
stage
:
build
artifacts
:
paths
:
-
build/
before_script
:
-
export CAB_MACHINE=ELLADAN
-
export DEBIAN_FRONTEND=noninteractive
-
apt-get update
-
apt-get install build-essential -y
-
apt-get install cmake -y
-
apt-get install ninja-build -y
-
apt-get install openmpi-bin -y
-
apt-get install libomp-dev -y
-
apt-get install nvidia-cuda-dev nvidia-cuda-toolkit -y
script
:
-
cmake -S . -B build -DBUILD_VF_CPU:BOOL=ON
-
cmake --build build --target VirtualFluidsCore
\ No newline at end of file
-
cmake -S . -B build -DBUILD_VF_CPU:BOOL=ON -DBUILD_VF_UNIT_TESTS:BOOL=ON
-
cmake --build build --target VirtualFluidsCore
-
cmake --build build --target basicsTests
test
:
stage
:
test
before_script
:
-
export DEBIAN_FRONTEND=noninteractive
script
:
-
build/bin/basicsTests
\ No newline at end of file
This diff is collapsed.
Click to expand it.
CMake/cmake_config_files/BILBO.config.cmake
+
0
−
8
View file @
ed876ced
...
...
@@ -3,11 +3,3 @@
# Responsible: Soeren Peters
# OS: MacOS X
#################################################################################
#################################################################################
# METIS
#################################################################################
SET
(
METIS_INCLUDEDIR
"/usr/local/include"
)
SET
(
METIS_DEBUG_LIBRARY
"/usr/local/lib/libmetis.a"
)
SET
(
METIS_RELEASE_LIBRARY
"/usr/local/lib/libmetis.a"
)
This diff is collapsed.
Click to expand it.
CMake/cmake_config_files/ELLADAN.config.cmake
+
1
−
6
View file @
ed876ced
...
...
@@ -5,10 +5,5 @@
#################################################################################
set
(
NVCUDASAMPLES_ROOT
"~/cuda-samples/Common"
)
#################################################################################
# METIS
#################################################################################
set
(
METIS_INCLUDEDIR
"/usr/include"
)
set
(
METIS_DEBUG_LIBRARY
"/usr/lib/x86_64-linux-gnu/libmetis.so"
)
set
(
METIS_RELEASE_LIBRARY
"/usr/lib/x86_64-linux-gnu/libmetis.so"
)
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