Skip to content

Commit

Permalink
[README] Add warning on multithreading (#240)
Browse files Browse the repository at this point in the history
  • Loading branch information
odow authored Aug 25, 2022
1 parent c77bd0f commit 6a11155
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.

0 comments on commit 6a11155

Please sign in to comment.