Skip to content

Commit 81667af

Browse files
committed
Set openblas threads
1 parent 0a7f53c commit 81667af

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

highs/ipm/hipo/factorhighs/FactorHighs_c_api.cpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@
55
#include "parallel/HighsParallel.h"
66

77
HighsInt FactorHighs_initialise(HighsInt threads) {
8+
HighsExtras::blas::openblas_set_num_threads(1);
89
highs::parallel::initialize_scheduler(threads);
910
return !HighsExternalApi::isAvailable<HighsExtras::hipo>();
1011
}

0 commit comments

Comments
 (0)