Skip to content

Commit

Permalink
fixup! Add preference to disable Polyester
Browse files Browse the repository at this point in the history
  • Loading branch information
vchuravy committed Aug 2, 2024
1 parent a4ef54d commit 83894a9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/callbacks_step/summary.jl
Original file line number Diff line number Diff line change
Expand Up @@ -208,7 +208,7 @@ function initialize_summary_callback(cb::DiscreteCallback, u, t, integrator;
# technical details
setup = Pair{String, Any}["#threads" => Threads.nthreads()]
if !_PREFERENCE_POLYESTER
push!(setup, "# Polyester disabled")
push!(setup, "Polyester" => "disabled")
end
if mpi_isparallel()
push!(setup,
Expand Down

0 comments on commit 83894a9

Please sign in to comment.