cooperative-computing-lab / cctools

The Cooperative Computing Tools (cctools) enable large scale distributed computations to harness hundreds to thousands of machines from clusters, clouds, and grids.
http://ccl.cse.nd.edu
Other
134 stars 120 forks source link

Vine: Fix cache directory property of manager in Python bindings #3966

Closed tphung3 closed 3 weeks ago

tphung3 commented 3 weeks ago

Proposed Changes

The cache directory of the TaskVine manager is incorrectly assigned to each workflow's staging directory. The property now correctly points to the global cache of TaskVine which is workflow-agnostic.

Merge Checklist

The following items must be completed before PRs can be merge. Check these off to verify you have completed all steps.