Skip to content

Commit

Permalink
Removed the collective communication tests from the pt2pt.
Browse files Browse the repository at this point in the history
  • Loading branch information
Satish Kamath committed Sep 7, 2023
1 parent 8d5586e commit 52b7dd9
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions eessi/testsuite/tests/apps/osu.py
Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +55,10 @@ def run_after_init(self):
# Currently the device buffer is hard coded to be cuda. More
# options need to be introduced based on vendor and device type.
self.device_buffers = 'cuda'
# This part of the code removes the collective communication calls out
# of the run list since this test is only meant for pt2pt.
if not self.benchmark_info[0].startswith('mpi.pt2pt'):
self.valid_systems = []
hooks.set_modules(self)

@run_after('init')
Expand Down

0 comments on commit 52b7dd9

Please sign in to comment.