Skip to content
Snippets Groups Projects
Commit c303ab31 authored by Lorenz Huedepohl's avatar Lorenz Huedepohl
Browse files

Add Intel-18

parent d7823f87
No related branches found
No related tags found
No related merge requests found
......@@ -17,6 +17,9 @@ def valid_mpi(compiler, mpi):
different Parallel Studio packages, but I currently do not want to support
it
"""
if compiler == "intel_18_0":
if mpi.startswith("impi"):
return mpi == "impi_2018_1"
if compiler == "intel_17_0":
if mpi.startswith("impi"):
return mpi == "impi_2017_3"
......@@ -137,7 +140,6 @@ def mpcdf_enable_repositories(api_url, project, package, verbose=False):
def mpcdf_setup_repos(api_url, project, distribution, parent=None, packages=None, dry_run=False):
if parent:
for attribute in ["MPCDF:compiler_modules", "MPCDF:mpi_modules", "MPCDF:cuda_modules"]:
try:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment