From c1654ef1804aadaf7b4c019b1fab6697f18d01e8 Mon Sep 17 00:00:00 2001 From: Stefan Vigerske Date: Fri, 18 Aug 2023 16:08:15 +0200 Subject: [PATCH] note that OMP_NESTED no longer needs to be set --- doc/install.dox | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/install.dox b/doc/install.dox index efac88b91..fd8196271 100644 --- a/doc/install.dox +++ b/doc/install.dox @@ -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