Skip to content

Commit 4a0402c

Browse files
committed
reduce resource dict
1 parent 930de31 commit 4a0402c

File tree

1 file changed

+1
-8
lines changed

1 file changed

+1
-8
lines changed

tests/test_cache_executor_pysqa_flux.py

Lines changed: 1 addition & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -31,14 +31,7 @@ def mpi_funct(i):
3131
class TestCacheExecutorPysqa(unittest.TestCase):
3232
def test_executor(self):
3333
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-
},
34+
resource_dict={"cores": 2},
4235
backend="pysqa_flux",
4336
) as exe:
4437
fs1 = exe.submit(mpi_funct, 1)

0 commit comments

Comments
 (0)