Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

vine: dask executor incompatible function calls + lazy_transfers=False #3800

Closed
btovar opened this issue Apr 30, 2024 · 1 comment
Closed
Labels
bug For modifications that fix a flaw in the code. TaskVine

Comments

@btovar
Copy link
Member

btovar commented Apr 30, 2024

The function calls return a buffer which is freed when the task goes out of scope. Either we need a way to specify their actual output file, or set lazy_transfers=True when using function calls.

@btovar btovar added bug For modifications that fix a flaw in the code. TaskVine labels Apr 30, 2024
@dthain
Copy link
Member

dthain commented Jun 12, 2024

This is a special case of #3828 -- a function call needs the ability to send results to a proper vine file.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug For modifications that fix a flaw in the code. TaskVine
Projects
None yet
Development

No branches or pull requests

2 participants