From bb16f0dc98e7afa356d1f377d85f4100add20e88 Mon Sep 17 00:00:00 2001 From: Oscar Dowson Date: Fri, 26 Aug 2022 11:17:22 +1200 Subject: [PATCH] [README] Add warning on multithreading --- README.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/README.md b/README.md index ba81a41..9ab6d78 100644 --- a/README.md +++ b/README.md @@ -82,3 +82,9 @@ are specified in the file `knitro.h`). Extensive examples using the C wrapper can be found in `examples/`. +## Multithreading + +Due to limitations in the interaction between Julia and C, KNITRO.jl disables +multithreading if the problem is nonlinear. This will override any options such +as `par_numthreads` that you may have set. Read [GitHub issue #93](https://github.com/jump-dev/KNITRO.jl/issues/93) +for more details.