Skip to content

Commit

Permalink
test: Fix test for MPI < 4.1
Browse files Browse the repository at this point in the history
  • Loading branch information
dalcinl committed Nov 18, 2023
1 parent d2dfecd commit 5726c44
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions test/test_util_pkl5.py
Original file line number Diff line number Diff line change
Expand Up @@ -262,6 +262,8 @@ def testGetStatusAll(self):
self.assertEqual(len(statuses), len(requests))
for status in statuses:
self.assertIsInstance(status, MPI.Status)
if not flag:
self.RequestType.waitall(requests)
flag, obj = self.RequestType.testall(requests)
self.assertTrue(flag)
self.assertEqual(obj, [None]*len(messages))
Expand Down

0 comments on commit 5726c44

Please sign in to comment.