Skip to content

PythonFunctionTasks via Fireworks #51

@OliverEvans96

Description

@OliverEvans96

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.

Metadata

Metadata

Assignees

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions