Skip to content

Commit 93db65d

Browse files
Update LinearSolveAutotune.jl
1 parent 08d175e commit 93db65d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/LinearSolveAutotune/src/LinearSolveAutotune.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ if MKL_jll.is_available()
1212
# The autotune results will determine the final preference setting
1313
current_pref = Preferences.load_preference(LINEARSOLVE_UUID, "LoadMKL_JLL", nothing)
1414
if current_pref !== true
15-
Preferences.set_preferences!(LINEARSOLVE_UUID, "LoadMKL_JLL" => true; force = true)
15+
Preferences.set_preferences!((LINEARSOLVE_UUID, "LinearSolve"), "LoadMKL_JLL" => true; force = true)
1616
@info "Temporarily setting LoadMKL_JLL=true for benchmarking (was $(current_pref))"
1717
end
1818
end

0 commit comments

Comments
 (0)