Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
10
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Open sidebar
Mpp
MLMC
Commits
302e34fe
Commit
302e34fe
authored
Apr 26, 2020
by
niklas.baumgarten
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
updated yml
parent
5d5fec45
Pipeline
#84292
canceled with stages
in 1 minute and 20 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
58 additions
and
5 deletions
+58
-5
.gitlab-ci.yml
.gitlab-ci.yml
+58
-5
No files found.
.gitlab-ci.yml
View file @
302e34fe
...
...
@@ -2,7 +2,7 @@ stages:
-
build
-
test
build-m
pp
:
build-m
lmc
:
stage
:
build
only
:
...
...
@@ -28,15 +28,62 @@ build-mpp:
artifacts
:
paths
:
-
build/src
-
build/LIB_PS
-
build/googletest
-
build/mpp/src
-
build/mpp/LIB_PS
-
build/mpp/googletest
-
build/mlmc
expire_in
:
'
1h'
cache
:
paths
:
-
sprng5
downstream-build-mlmc
:
stage
:
build
only
:
-
triggers
variables
:
GIT_SUBMODULE_STRATEGY
:
recursive
before_script
:
-
module add foss
-
module add Anaconda3
script
:
-
tar xjf sprng5.tar.bz2
-
cd sprng5
-
./configure --with-mpi=yes --with-fortran=no
-
make -j
-
cd ..
-
mkdir build
-
cd build
-
cmake ..
-
make -j
artifacts
:
paths
:
-
build/mpp/src
-
build/mpp/LIB_PS
-
build/mpp/googletest
-
build/mlmc
expire_in
:
'
1h'
cache
:
paths
:
-
sprng5
program-test
:
stage
:
test
...
...
@@ -48,6 +95,9 @@ program-test:
-
module add Anaconda3
script
:
-
cd build
-
cmake ..
-
cd ..
-
cd tests
-
mpirun -n 4 TestMainProgram
-
mpirun -n 4 TestMultilevelPlotter
...
...
@@ -66,8 +116,11 @@ program-test:
downstream-test
:
stage
:
test
# only:
# - pipelines
only
:
-
pipelines
-
triggers
before_script
:
-
module add foss
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a 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