File tree 1 file changed +2
-1
lines changed 1 file changed +2
-1
lines changed Original file line number Diff line number Diff line change @@ -670,7 +670,7 @@ enabling Julia's natural parallelism to function quite transparently
670
670
in a cluster environment. The ``ClusterManager `` interface provides a
671
671
way to specify a means to launch and manage worker processes.
672
672
673
- Thus, a custom cluster manager would need to :
673
+ Thus, a custom cluster manager would need to:
674
674
675
675
- be a subtype of the abstract ``ClusterManager ``
676
676
- implement ``launch ``, a method responsible for launching new workers
@@ -726,6 +726,7 @@ where:
726
726
the worker.
727
727
728
728
The ``manage `` method takes the following arguments:
729
+
729
730
- ``manager::ClusterManager `` - used to dispatch the call to the appropriate implementation
730
731
- ``id::Integer `` - The Julia process id
731
732
- ``config::Dict `` - configuration dictionary for the worker. The data may have been modified by the ``launch `` method
You can’t perform that action at this time.
0 commit comments