You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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 :
LocalProvider for doing local launches which will not allow remote channels
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 :
Related to #941
The text was updated successfully, but these errors were encountered: