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

PythonFunctionTasks via Fireworks #51

Open
OliverEvans96 opened this issue Jan 23, 2018 · 0 comments
Open

PythonFunctionTasks via Fireworks #51

OliverEvans96 opened this issue Jan 23, 2018 · 0 comments

Comments

@OliverEvans96
Copy link
Collaborator

Whereas Parsl can launch a Python function given the function itself, Fireworks uses the name of the function, which it serializes and imports in the environment that it's actually run.

This is an issue for functions defined interactively in an IPython session, since they aren't defined in a .py file that can be imported remotely.

We should perhaps serialize the text of the function ourselves, create a .py file, and ship it to fireworks. We should look into how Parsl and IPyParallel handle this.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant