From c00809328e8839ca86f6f28973f1a61c660237ef Mon Sep 17 00:00:00 2001 From: jgp Date: Thu, 14 Jun 2018 11:43:52 +0200 Subject: [PATCH] fix for https://github.com/eth-cscs/reframe/issues/328 Signed-off-by: jgp --- cscs-checks/tools/profiling_and_debugging/ddt.py | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/cscs-checks/tools/profiling_and_debugging/ddt.py b/cscs-checks/tools/profiling_and_debugging/ddt.py index 1b14941a12..36040d8849 100644 --- a/cscs-checks/tools/profiling_and_debugging/ddt.py +++ b/cscs-checks/tools/profiling_and_debugging/ddt.py @@ -40,6 +40,7 @@ def __init__(self, lang, extension, **kwargs): } self.maintainers = ['MK', 'JG'] self.tags = {'production'} + self.post_run = ['ddt -V ; which ddt ;'] self.ddt_options = [] self.keep_files = ['ddtreport.txt'] @@ -104,7 +105,8 @@ def __init__(self, lang, extension, **kwargs): sysname = self.current_system.name self.modules += self.system_modules.get(sysname, []) - if sysname in {'kesch'}: + # as long as cuda/9 will not be the default, we will need: + if sysname in {'daint', 'kesch'}: self.variables = {'ALLINEA_FORCE_CUDA_VERSION': '8.0'} self.ddt_options = [