tmp/tmp8ylejndg/{from.md → to.md}
RENAMED
|
@@ -0,0 +1,10 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
### Parallel algorithm exceptions <a id="algorithms.parallel.exceptions">[[algorithms.parallel.exceptions]]</a>
|
| 2 |
+
|
| 3 |
+
During the execution of a parallel algorithm, if temporary memory
|
| 4 |
+
resources are required for parallelization and none are available, the
|
| 5 |
+
algorithm throws a `bad_alloc` exception.
|
| 6 |
+
|
| 7 |
+
During the execution of a parallel algorithm, if the invocation of an
|
| 8 |
+
element access function exits via an uncaught exception, the behavior is
|
| 9 |
+
determined by the `ExecutionPolicy`.
|
| 10 |
+
|