Skip to content
Snippets Groups Projects
Commit 94e25447 authored by Tobias Melson's avatar Tobias Melson
Browse files

Support matching_mkl_version also for intel_x compilers

parent c8f50fbe
No related branches found
No related tags found
1 merge request!6Support matching_mkl_version also for intel_x compilers
Pipeline #165931 passed
......@@ -232,6 +232,8 @@ def repo_tags(reponame, distribution=None):
ps = None
if reponame in compiler_parallel_studio:
ps = compiler_parallel_studio[reponame]["ps"]
elif reponame in compiler_x_parallel_studio:
ps = compiler_x_parallel_studio[reponame]["ps"]
else:
for mpi in mpi_parallel_studio:
if reponame.startswith(mpi):
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment