Skip to content

Commit

Permalink
initialize compute_unit in base class
Browse files Browse the repository at this point in the history
  • Loading branch information
Samuel Moors committed Dec 30, 2024
1 parent 2905154 commit 21de9d9
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions eessi/testsuite/tests/apps/osu.py
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,7 @@ class EESSI_OSU_Base(osu_benchmark, EESSI_Mixin):
time_limit = '30m'
module_name = parameter(find_modules('OSU-Micro-Benchmarks'))
device_type = parameter([DEVICE_TYPES[CPU], DEVICE_TYPES[GPU]])
compute_unit = None

# reset num_tasks_per_node from the hpctestlib: we handle it ourselves
num_tasks_per_node = None
Expand Down

0 comments on commit 21de9d9

Please sign in to comment.