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
5d0988b6
Commit
5d0988b6
authored
May 12, 2020
by
niklas.baumgarten
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
updated yml
parent
d5ee5d70
Pipeline
#87134
failed with stages
in 4 minutes and 42 seconds
Changes
2
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
12 additions
and
86 deletions
+12
-86
.gitlab-ci.yml
.gitlab-ci.yml
+11
-85
mpp
mpp
+1
-1
No files found.
.gitlab-ci.yml
View file @
5d0988b6
...
...
@@ -5,10 +5,6 @@ stages:
build-mlmc
:
stage
:
build
except
:
variables
:
-
$CI_PIPELINE_SOURCE == "pipeline"
variables
:
GIT_SUBMODULE_STRATEGY
:
recursive
...
...
@@ -22,46 +18,15 @@ build-mlmc:
-
./configure --with-mpi=yes --with-fortran=no
-
make -j
-
cd ..
-
mkdir build
-
cd build
-
cmake ..
#-DBUILD_TESTS=OFF
-
make -j
artifacts
:
paths
:
-
build/mpp/src
-
build/mpp/LIB_PS
-
build/mpp/googletest
-
build/mlmc
-
sprng5
expire_in
:
'
1h'
downstream-build-mlmc
:
stage
:
build
only
:
variables
:
-
$CI_PIPELINE_SOURCE == "pipeline"
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 mpp
-
git fetch --all
-
git checkout $UPSTREAM_COMMIT
-
cd ..
-
mkdir build
-
cd build
-
"
curl
-SL
https://git.scc.kit.edu/mpp/mpp/-/jobs/artifacts/feature/download?job=build-mpp"
-
unzip build.zip
-
ls
-
cmake ..
-
make -j
artifacts
:
paths
:
...
...
@@ -69,61 +34,22 @@ downstream-build-mlmc:
-
build/mpp/LIB_PS
-
build/mpp/googletest
-
build/mlmc
expire_in
:
'
1h'
cache
:
paths
:
-
sprng5
expire_in
:
'
1h'
program-test
:
stage
:
test
except
:
variables
:
-
$CI_PIPELINE_SOURCE == "pipeline"
before_script
:
-
module add foss
-
module add Anaconda3
script
:
-
cd build
-
cmake ..
-
make -j
-
cd tests
-
mpirun -n 4 TestMainProgram
-
mpirun -n 4 TestMultilevelPlotter
downstream-program-test
:
test-mlmc
:
stage
:
test
only
:
variables
:
-
$CI_PIPELINE_SOURCE == "pipeline"
before_script
:
-
module add foss
-
module add Anaconda3
-
tar xjf sprng5.tar.bz2
-
cd sprng5
-
./configure --with-mpi=yes --with-fortran=no
-
make -j
-
cd ..
-
cd mpp
-
git fetch
-
git pull origin feature
-
cd ..
-
mkdir build
-
cd build
-
cmake ..
-
make -j
script
:
-
cd build
-
cmake ..
-
make -j
-
cd tests
-
mpirun -n 4 TestMainProgram
-
mpirun -n 4 TestMultilevelPlotter
-
touch build/dummy_results.txt
artifacts
:
paths
:
-
build/dummy_results.txt
\ No newline at end of file
mpp
@
454b99a0
Compare
d558f38a
...
454b99a0
Subproject commit
d558f38a95852eb7f8f2a2d62d4ef10c4b5def6a
Subproject commit
454b99a0e475a0b75c54ea3b5cc67a2e42e06fe3
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