Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
mpcdf
obs
osc-plugins
Commits
3205a7bb
Commit
3205a7bb
authored
Sep 26, 2018
by
Lorenz Huedepohl
Browse files
Support for Intel PS 19
parent
917e7038
Pipeline
#67044
passed with stage
in 14 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
mpcdf_common.py
View file @
3205a7bb
...
...
@@ -25,6 +25,7 @@ def valid_mpi(compiler, mpi):
(
"intel_18_0_1"
,
"impi_2018_1"
),
(
"intel_18_0_2"
,
"impi_2018_2"
),
(
"intel_18_0_3"
,
"impi_2018_3"
),
(
"intel_19_0_0"
,
"impi_2019_0"
),
}
if
compiler
.
startswith
(
"intel"
)
and
mpi
.
startswith
(
"impi"
):
...
...
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