From c045620fe47022701d46274de5a803a422e47373 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Lorenz=20H=C3=BCdepohl?= <lorenz.huedepohl@rzg.mpg.de>
Date: Wed, 14 Feb 2018 15:18:23 +0100
Subject: [PATCH] Error in CUDA+MPI repo names, were not activated

---
 mpcdf_common.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/mpcdf_common.py b/mpcdf_common.py
index ec67045..f1ed96f 100644
--- a/mpcdf_common.py
+++ b/mpcdf_common.py
@@ -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  "
-- 
GitLab