From 026666b11f54a3a45ac5e42c45de0076d786058c Mon Sep 17 00:00:00 2001 From: Jan Janssen Date: Tue, 19 Nov 2024 07:53:05 +0100 Subject: [PATCH 1/3] Test openmpi 5.06 --- .ci_support/environment-openmpi.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.ci_support/environment-openmpi.yml b/.ci_support/environment-openmpi.yml index d9a7fd12..80dbfd88 100644 --- a/.ci_support/environment-openmpi.yml +++ b/.ci_support/environment-openmpi.yml @@ -3,7 +3,7 @@ channels: dependencies: - python - numpy -- openmpi =5.0.5 +- openmpi =5.0.6 - cloudpickle =3.1.0 - mpi4py =4.0.1 - pyzmq =26.2.0 From f82d498a17bb31b5cdc5f5cf78fe56f1ad275612 Mon Sep 17 00:00:00 2001 From: Jan Janssen Date: Tue, 19 Nov 2024 08:26:19 +0100 Subject: [PATCH 2/3] Update test_local_executor.py --- tests/test_local_executor.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/test_local_executor.py b/tests/test_local_executor.py index a40803cf..27b1828f 100644 --- a/tests/test_local_executor.py +++ b/tests/test_local_executor.py @@ -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)]) From 41c20eddbddd19c18c48bc9b53054337d758de2b Mon Sep 17 00:00:00 2001 From: Jan Janssen Date: Tue, 19 Nov 2024 08:29:53 +0100 Subject: [PATCH 3/3] Update environment-openmpi.yml --- .ci_support/environment-openmpi.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.ci_support/environment-openmpi.yml b/.ci_support/environment-openmpi.yml index 80dbfd88..e58d7df8 100644 --- a/.ci_support/environment-openmpi.yml +++ b/.ci_support/environment-openmpi.yml @@ -3,7 +3,7 @@ channels: dependencies: - python - numpy -- openmpi =5.0.6 +- openmpi - cloudpickle =3.1.0 - mpi4py =4.0.1 - pyzmq =26.2.0