Skip to content

Commit

Permalink
Test openmpi 5.0.6 (#503)
Browse files Browse the repository at this point in the history
* Test openmpi 5.06

* Update test_local_executor.py

* Update environment-openmpi.yml
  • Loading branch information
jan-janssen authored Nov 19, 2024
1 parent f5d5739 commit 1565d4c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .ci_support/environment-openmpi.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ channels:
dependencies:
- python
- numpy
- openmpi =5.0.5
- openmpi
- cloudpickle =3.1.0
- mpi4py =4.0.1
- pyzmq =26.2.0
Expand Down
2 changes: 1 addition & 1 deletion tests/test_local_executor.py
Original file line number Diff line number Diff line change
Expand Up @@ -400,7 +400,7 @@ def test_pool_multi_core(self):
self.assertEqual(len(p), 1)
self.assertTrue(isinstance(output, Future))
self.assertFalse(output.done())
sleep(1)
sleep(2)
self.assertTrue(output.done())
self.assertEqual(len(p), 0)
self.assertEqual(output.result(), [(2, 2, 0), (2, 2, 1)])
Expand Down

0 comments on commit 1565d4c

Please sign in to comment.