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

Error in CUDA+MPI repo names, were not activated

parent a307be3a
No related branches found
No related tags found
No related merge requests found
Pipeline #
......@@ -128,7 +128,7 @@ def mpcdf_enable_repositories(api_url, project, package, verbose=False):
if valid_cuda(cuda, compiler):
for mpi in mpis:
if valid_mpi(compiler, mpi):
enable(cuda + "_" + compiler)
enable(cuda + "_" + mpi + "_" + compiler)
if len(build.getchildren()) > 0:
build.getchildren()[-1].tail = "\n "
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment