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 930de31 commit 4a0402cCopy full SHA for 4a0402c
tests/test_cache_executor_pysqa_flux.py
@@ -31,14 +31,7 @@ def mpi_funct(i):
31
class TestCacheExecutorPysqa(unittest.TestCase):
32
def test_executor(self):
33
with Executor(
34
- resource_dict={
35
- "cores": 2,
36
- "threads_per_core": 1,
37
- "gpus_per_core": 0,
38
- "cwd": None,
39
- "openmpi_oversubscribe": False,
40
- "slurm_cmd_args": [],
41
- },
+ resource_dict={"cores": 2},
42
backend="pysqa_flux",
43
) as exe:
44
fs1 = exe.submit(mpi_funct, 1)
0 commit comments