diff --git a/mpcdf_common.py b/mpcdf_common.py index 147c78bf2c83a75540d835ba5b2326210b46e66f..6c337983bd78dd64fa921f5c1bdc6a01de79c80f 100644 --- a/mpcdf_common.py +++ b/mpcdf_common.py @@ -251,6 +251,8 @@ def valid_cuda(cuda, compiler): return compiler == "gcc_8" if cuda == "cuda_10_2": return compiler == "gcc_8" + if cuda == "cuda_11_0": + return compiler == "gcc_9" return False