Skip to content

Commit 4a11b04

Browse files
authored
Improve summary for threading backend
1 parent 7ffb561 commit 4a11b04

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

src/callbacks_step/summary.jl

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -209,9 +209,7 @@ function initialize_summary_callback(cb::DiscreteCallback, u, t, integrator;
209209

210210
# technical details
211211
setup = Pair{String, Any}["#threads" => Threads.nthreads()]
212-
if _PREFERENCE_THREADING !== :polyester
213-
push!(setup, "Polyester" => "disabled")
214-
end
212+
push!(setup, "threading backend" => string(_PREFERENCE_THREADING))
215213
if !_PREFERENCE_LOOPVECTORIZATION
216214
push!(setup, "LoopVectorization" => "disabled")
217215
end

0 commit comments

Comments
 (0)