Commit ef63164c authored by Mark Florisson's avatar Mark Florisson

Update parallelism docs

parent bbce1d98
......@@ -88,7 +88,7 @@ currently supports OpenMP, but later on more backends might be supported.
buffers used by a prange. A contained prange will be a worksharing loop
that is not parallel, so any variable assigned to in the parallel section
is also private to the prange. Variables that are private in the parallel
construct are undefined after the parallel block.
block are unaltered after the parallel block.
Example with thread-local buffers::
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment