We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0a7f53c commit 81667afCopy full SHA for 81667af
1 file changed
highs/ipm/hipo/factorhighs/FactorHighs_c_api.cpp
@@ -5,6 +5,7 @@
5
#include "parallel/HighsParallel.h"
6
7
HighsInt FactorHighs_initialise(HighsInt threads) {
8
+ HighsExtras::blas::openblas_set_num_threads(1);
9
highs::parallel::initialize_scheduler(threads);
10
return !HighsExternalApi::isAvailable<HighsExtras::hipo>();
11
}
0 commit comments