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 056f517 commit 0d23416Copy full SHA for 0d23416
parsl/tests/configs/taskvine_ex.py
@@ -6,5 +6,5 @@
6
7
8
def fresh_config():
9
- return Config(executors=[TaskVineExecutor(manager_config=TaskVineManagerConfig(port=9000),
+ return Config(executors=[TaskVineExecutor(manager_config=TaskVineManagerConfig(port=9000, shared_fs=True),
10
worker_launch_method='factory')])
0 commit comments