File tree 1 file changed +3
-1
lines changed
1 file changed +3
-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
@@ -692,6 +692,7 @@ starting workers on the same host, is implemented::
692
692
end
693
693
694
694
The ``launch `` method takes the following arguments:
695
+
695
696
- ``manager::LocalManager `` - used to dispatch the call to the appropriate implementation
696
697
- ``np::Integer `` - number of workers to be launched
697
698
- ``config::Dict `` - all the keyword arguments provided as part of the ``addprocs `` call
@@ -726,6 +727,7 @@ where:
726
727
the worker.
727
728
728
729
The ``manage `` method takes the following arguments:
730
+
729
731
- ``manager::ClusterManager `` - used to dispatch the call to the appropriate implementation
730
732
- ``id::Integer `` - The Julia process id
731
733
- ``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