Skip to content

Commit

Permalink
Merge pull request #118 from satishskamath/osu_fix_coll
Browse files Browse the repository at this point in the history
Adding function `filter_supported_scales` to collective tests.
  • Loading branch information
smoors authored Feb 19, 2024
2 parents 160fa7e + 5353f93 commit c8e917c
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions eessi/testsuite/tests/apps/osu.py
Original file line number Diff line number Diff line change
Expand Up @@ -169,6 +169,8 @@ def run_after_init(self):
# Note: device_buffers variable is inherited from the hpctestlib class and adds options to the launcher
# commands based on what device is set.
self.device_buffers = 'cpu'
# Filter on which scales are supported by the partitions defined in the ReFrame configuration
hooks.filter_supported_scales(self)
hooks.filter_valid_systems_by_device_type( self, required_device_type=self.device_type)
is_cuda_module = utils.is_cuda_required_module(self.module_name)
if is_cuda_module and self.device_type == DEVICE_TYPES[GPU]:
Expand Down

0 comments on commit c8e917c

Please sign in to comment.