We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4a0402c commit e6764f2Copy full SHA for e6764f2
tests/test_cache_executor_pysqa_flux.py
@@ -33,6 +33,7 @@ def test_executor(self):
33
with Executor(
34
resource_dict={"cores": 2},
35
backend="pysqa_flux",
36
+ block_allocation=False,
37
) as exe:
38
fs1 = exe.submit(mpi_funct, 1)
39
self.assertFalse(fs1.done())
0 commit comments