Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
elpa
elpa
Commits
3379f70c
Commit
3379f70c
authored
Nov 18, 2017
by
Andreas Marek
Browse files
Gitlab CI: More recent compilers on KNL
parent
735c27be
Changes
3
Pipelines
1
Expand all
Hide whitespace changes
Inline
Side-by-side
.ci-env-vars
View file @
3379f70c
if [ "$(hostname)" == "buildtest-rzg" ]; then module load impi/5.1.3 intel/16.0 gcc/6.3 mkl/11.3 autotools pkg-config; fi
if [ "$(hostname)" == "knl1" -o "$(hostname)" == "knl2" -o "$(hostname)" == "knl3" -o "$(hostname)" == "knl4" ] ; then module load impi/
5.1.3
intel/1
6
.0 gcc/7.2 mkl/
11.3
pkg-config; fi
if [ "$(hostname)" == "maik" ]; then module load impi/5.1.3 intel intel/17.0 gcc/
7.2
mkl/2017 pkg-config/0.29.1; fi
if [ "$(hostname)" == "knl1" -o "$(hostname)" == "knl2" -o "$(hostname)" == "knl3" -o "$(hostname)" == "knl4" ] ; then module load impi/
2017.4
intel/1
7
.0 gcc/7.2 mkl/
2017
pkg-config; fi
if [ "$(hostname)" == "maik" ]; then module load impi/5.1.3 intel intel/17.0 gcc/
6.3
mkl/2017 pkg-config/0.29.1; fi
if [ "$(hostname)" == "gp02" ] ; then module load impi/5.1.3 intel/17.0 gcc/6.3 mkl/2017 pkg-config; fi
...
...
.gitlab-ci.yml
View file @
3379f70c
This diff is collapsed.
Click to expand it.
generate_gitlab_ci_tests.py
View file @
3379f70c
...
...
@@ -14,13 +14,13 @@ def set_number_of_cores(mpi_tasks, o):
def
set_requested_memory
(
na
):
memory
=
"None"
if
(
na
==
"150"
):
memory
=
"
1
Gb"
memory
=
"
2
Gb"
elif
(
na
>
"150"
and
na
<=
"1500"
):
memory
=
"
4
Gb"
memory
=
"
6
Gb"
elif
(
na
>
"1500"
and
na
<
"5000"
):
memory
=
"
8
Gb"
memory
=
"
12
Gb"
else
:
memory
=
"1
0
Gb"
memory
=
"1
6
Gb"
return
memory
def
set_compiler_wrappers
(
mpi
,
fc
,
cc
,
instr
,
fortran_compiler
,
c_compiler
):
...
...
Write
Preview
Supports
Markdown
0%
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!
Cancel
Please
register
or
sign in
to comment