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
1af721b1
Commit
1af721b1
authored
May 29, 2020
by
niklas.baumgarten
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Update .gitlab-ci.yml
parent
8d863265
Pipeline
#89025
passed with stages
in 1 minute and 39 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
9 additions
and
5 deletions
+9
-5
.gitlab-ci.yml
.gitlab-ci.yml
+9
-5
No files found.
.gitlab-ci.yml
View file @
1af721b1
...
...
@@ -9,11 +9,15 @@ cache:
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 ..
-
if [ -z "$(ls -A sprng5/)" ]; then
-
tar xjf sprng5.tar.bz2
-
cd sprng5
-
./configure --with-mpi=yes --with-fortran=no
-
make -j
-
cd ..
-
fi
build-mlmc
:
stage
:
build
...
...
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