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

Split LocalProvider functionality #1157

Closed
yadudoc opened this issue Jul 23, 2019 · 1 comment
Closed

Split LocalProvider functionality #1157

yadudoc opened this issue Jul 23, 2019 · 1 comment
Assignees
Milestone

Comments

@yadudoc
Copy link
Member

yadudoc commented Jul 23, 2019

The LocalProvider was originally designed for launching Parsl workers on your local machine. However the fact that it follows the provider interface, taking any channel (added in #673), led to it being used for running on remote nodes using SSHChannels. The LocalProvider doesn't work very well in this configuration. To handle both use cases (local, ad-hoc remote) we need two separate solutions :

  1. LocalProvider for doing local launches which will not allow remote channels
  2. A new provider that will handle multiple remote nodes with no scheduler (Support for Ad-hoc clusters #941)

Related to #941

@yadudoc yadudoc added this to the Parsl-0.9.0 milestone Jul 23, 2019
@yadudoc
Copy link
Member Author

yadudoc commented Oct 24, 2019

Addressed by the new AdHocProvider

@yadudoc yadudoc closed this as completed Oct 24, 2019
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

2 participants