aboutsummaryrefslogtreecommitdiffhomepage
path: root/doc
diff options
context:
space:
mode:
authorGravatar David Tellenbach <david.tellenbach@me.com>2020-10-09 17:04:25 +0200
committerGravatar David Tellenbach <david.tellenbach@me.com>2020-10-09 17:04:25 +0200
commit9022f5aa8aaf76cbe656050b78b74643fe95e9a5 (patch)
treef3f6ff0499c61c3175a0a38886657af56068006e /doc
parentd199c17b14d976b4144b653d4811827efc1eb149 (diff)
Mention problems when using potentially throwing scalars and OpenMP
Diffstat (limited to 'doc')
-rw-r--r--doc/TopicMultithreading.dox1
1 files changed, 1 insertions, 0 deletions
diff --git a/doc/TopicMultithreading.dox b/doc/TopicMultithreading.dox
index 97190b5a8..7a8ff301f 100644
--- a/doc/TopicMultithreading.dox
+++ b/doc/TopicMultithreading.dox
@@ -61,6 +61,7 @@ For thread-safe random generator, we recommend the use of c++11 random generator
In the case your application is parallelized with OpenMP, you might want to disable %Eigen's own parallelization as detailed in the previous section.
+\warning Using OpenMP with custom scalar types that might throw exceptions can lead to unexpected behaviour in the event of throwing.
*/
}