Skip to content

Commit

Permalink
note that OMP_NESTED no longer needs to be set
Browse files Browse the repository at this point in the history
  • Loading branch information
svigerske committed Aug 18, 2023
1 parent 11739c5 commit c1654ef
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion doc/install.dox
Original file line number Diff line number Diff line change
Expand Up @@ -421,8 +421,8 @@ performance, use SPRAL together with linear algebra routines from the Intel MKL
Finally, ensure the following environment variables are employed when using SPRAL:
\verbatim
export OMP_CANCELLATION=TRUE
export OMP_NESTED=TRUE
export OMP_PROC_BIND=TRUE
export OMP_NESTED=TRUE # not necessary with Spral >= 2023.08.02
\endverbatim

A guide for building %Ipopt with Spral on Ubuntu Linux is also avaiable
Expand Down

0 comments on commit c1654ef

Please sign in to comment.