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 name of the field is confusing. It's much cleaner for the users to call
`get_connect_cmd` directly. Workers may be added in different ways to the same
ElasticManager and require a different startup. Also, `get_connect_cmd` was not
using printing_kwargs for it's kwargs by default, which was inconsistent.
By default, the printed command uses the absolute path to the current Julia executable and activates the same project as the current session. You can change either of these defaults by passing `printing_kwargs=(absolute_exename=false, same_project=false))` to the first form of the `ElasticManager` constructor.
40
+
Use `ElasticClusterManager.get_connect_cmd(em; kwargs...)` to generate a suitable system command to start up a
41
+
worker process, e.g.:
41
42
42
-
Once workers are connected, you can print the `em` object again to see them added to the list of active workers.
0 commit comments