From 591d1464accc07a687679adfb41e261623e3911b Mon Sep 17 00:00:00 2001 From: Satish Kamath Date: Wed, 3 Jan 2024 18:27:52 +0100 Subject: [PATCH] Added a small comment. --- eessi/testsuite/tests/apps/osu.py | 1 + 1 file changed, 1 insertion(+) diff --git a/eessi/testsuite/tests/apps/osu.py b/eessi/testsuite/tests/apps/osu.py index 557767a3..7a385b6e 100644 --- a/eessi/testsuite/tests/apps/osu.py +++ b/eessi/testsuite/tests/apps/osu.py @@ -49,6 +49,7 @@ class osu_pt_2_pt(osu_benchmark): # Device type for non-cuda OSU-Micro-Benchmarks should run on hosts of both # node types. To do this the default device type is set to GPU. device_type = parameter([DEVICE_TYPES[CPU], DEVICE_TYPES[GPU]]) + # unset num_tasks_per_node from the hpctestlib. num_tasks_per_node = None @run_after('init')