Skip to content

Commit

Permalink
Shared Arrays no longer considered experimental
Browse files Browse the repository at this point in the history
(cherry picked from commit 6cacd7d)
ref #14226
  • Loading branch information
DanielArndt authored and tkelman committed Jan 9, 2016
1 parent ad4ec58 commit 407e072
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions doc/stdlib/parallel.rst
Original file line number Diff line number Diff line change
Expand Up @@ -437,8 +437,8 @@ General Parallel Computing Support
Execute an expression on all processes. Errors on any of the processes are collected into a ``CompositeException`` and thrown.

Shared Arrays (Experimental, UNIX-only feature)
-----------------------------------------------
Shared Arrays
-------------

.. function:: SharedArray(T::Type, dims::NTuple; init=false, pids=Int[])

Expand Down

0 comments on commit 407e072

Please sign in to comment.