The Cooperative Computing Tools (cctools) enable large scale distributed computations to harness hundreds to thousands of machines from clusters, clouds, and grids.
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.
[ ] make test Run local tests prior to pushing.
[ ] make format Format source code to comply with lint policies. Note that some lint errors can only be resolved manually (e.g., Python)
[ ] make lint Run lint on source code prior to pushing.
[ ] Manual Update Update the manual to reflect user-visible changes.
[ ] Type Labels Select a github label for the type: bugfix, enhancement, etc.
[ ] Product Labels Select a github label for the product: TaskVine, Makeflow, etc.
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.
make test
Run local tests prior to pushing.make format
Format source code to comply with lint policies. Note that some lint errors can only be resolved manually (e.g., Python)make lint
Run lint on source code prior to pushing.