Skip to content

Commit 5f57116

Browse files
committed
Capital A
1 parent 8a63db0 commit 5f57116

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

highs/ipm/hipo/ipm/FactorHiGHSSolver.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -598,7 +598,7 @@ void FactorHiGHSSolver::setParallel() {
598598
assert(1 == 0);
599599

600600
} else if (options_.parallel == kHighsChooseString) {
601-
if (strstr(HighsExtras::blas::getInfo()->provider, "apple")) {
601+
if (strstr(HighsExtras::blas::getInfo()->provider, "Apple")) {
602602
// Blas on Apple do not work well with parallel_node, but parallel_tree
603603
// seems to always be beneficial.
604604
parallel_node = false;

0 commit comments

Comments
 (0)