Skip to content

Commit

Permalink
Use same cache directory (#466)
Browse files Browse the repository at this point in the history
  • Loading branch information
jan-janssen authored Oct 29, 2024
1 parent c65100b commit 968b38e
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion tests/test_cache_executor_pysqa_flux.py
Original file line number Diff line number Diff line change
Expand Up @@ -34,8 +34,9 @@ class TestCacheExecutorPysqa(unittest.TestCase):
def test_executor(self):
with Executor(
backend="pysqa_flux",
resource_dict={"cores": 2, "cwd": "exe_working_directory"},
resource_dict={"cores": 2, "cwd": "cache"},
block_allocation=False,
cache_directory="cache",
) as exe:
cloudpickle_register(ind=1)
fs1 = exe.submit(mpi_funct, 1)
Expand Down

0 comments on commit 968b38e

Please sign in to comment.