From d76fea04ad639edfb6d65be8786ef93a64244b4a Mon Sep 17 00:00:00 2001 From: Lara Ramona Peeters <49882639+laraPPr@users.noreply.github.com> Date: Tue, 17 Dec 2024 18:31:21 +0100 Subject: [PATCH] Quick test if the test-suite also runs on GPUs --- reframe_config_bot.py.tmpl | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/reframe_config_bot.py.tmpl b/reframe_config_bot.py.tmpl index 323aafd5ec..8f77429434 100644 --- a/reframe_config_bot.py.tmpl +++ b/reframe_config_bot.py.tmpl @@ -20,7 +20,7 @@ site_configuration = { 'launcher': 'mpirun', 'environs': ['default'], 'features': [ - FEATURES[CPU] + FEATURES[GPU] ] + list(SCALES.keys()), 'resources': [ { @@ -32,6 +32,7 @@ site_configuration = { # Make sure to round down, otherwise a job might ask for more mem than is available # per node 'mem_per_node': __MEM_PER_NODE__, + GPU_VENDOR: GPU_VENDORS[NVIDIA], }, 'max_jobs': 1 }