From 6b1135960f849b1c2b1662e3e6e0c8030ad04ecd Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Lorenz=20H=C3=BCdepohl?= <lorenz.huedepohl@rzg.mpg.de>
Date: Fri, 7 Feb 2020 14:59:50 +0100
Subject: [PATCH] Support cuda/10.2

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

diff --git a/mpcdf_common.py b/mpcdf_common.py
index f62d8c7..94df2c6 100644
--- a/mpcdf_common.py
+++ b/mpcdf_common.py
@@ -180,6 +180,8 @@ def valid_cuda(cuda, compiler):
         return compiler == "gcc_6"
     if cuda == "cuda_10_1":
         return compiler == "gcc_8"
+    if cuda == "cuda_10_2":
+        return compiler == "gcc_8"
     return False
 
 
-- 
GitLab