Skip to content

Commit

Permalink
added link as per PR discussion
Browse files Browse the repository at this point in the history
  • Loading branch information
kersulis committed Jul 24, 2015
1 parent d83fda5 commit 8645e7c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
1 change: 1 addition & 0 deletions doc/manual/parallel-computing.rst
Original file line number Diff line number Diff line change
Expand Up @@ -117,6 +117,7 @@ process that owns ``r``, so the :func:`fetch` will be a no-op.
as a :ref:`macro <man-macros>`. It is possible to define your
own such constructs.)

.. _man-parallel-computing-code-availability:

Code Availability and Loading Packages
--------------------------------------
Expand Down
3 changes: 1 addition & 2 deletions doc/stdlib/parallel.rst
Original file line number Diff line number Diff line change
Expand Up @@ -211,7 +211,7 @@ General Parallel Computing Support
.. function:: pmap(f, lsts...; err_retry=true, err_stop=false, pids=workers())

Transform collections ``lsts`` by applying ``f`` to each element in parallel.
The definition of ``f`` must be preceded by ``@everywhere`` so all workers have access to the function.
(Note that ``f`` must be made available to all worker processes; see :ref:`Code Availability and Loading Packages <man-parallel-computing-code-availability>` for details.)
If ``nprocs() > 1``, the calling process will be dedicated to assigning tasks.
All other available processes will be used as parallel workers, or on the processes specified by ``pids``.

Expand Down Expand Up @@ -422,4 +422,3 @@ Cluster Manager Interface
Called by cluster managers using custom transports. It should be called when the custom transport implementation receives the
first message from a remote worker. The custom transport must manage a logical connection to the remote worker and provide two
AsyncStream objects, one for incoming messages and the other for messages addressed to the remote worker.

0 comments on commit 8645e7c

Please sign in to comment.