diff --git a/Project.toml b/Project.toml index ed88571b..9d6b5d9d 100644 --- a/Project.toml +++ b/Project.toml @@ -1,7 +1,7 @@ name = "ClimaTimeSteppers" uuid = "595c0a79-7f3d-439a-bc5a-b232dc3bde79" authors = ["Climate Modeling Alliance"] -version = "0.7.29" +version = "0.7.30" [deps] ClimaComms = "3a4d1b5c-c61d-41fd-a00a-5873ba7a1b0d" diff --git a/ext/benchmark_utils.jl b/ext/benchmark_utils.jl index 1aea55e3..27578d55 100644 --- a/ext/benchmark_utils.jl +++ b/ext/benchmark_utils.jl @@ -66,11 +66,11 @@ function get_trial(f, args, name; device, with_cu_prof = :bprofile, trace = fals CUDA.@profile trace = trace f(args...) end if crop + println(p) # crops by default + else io = IOContext(stdout, :crop => :horizontal) show(io, p) println() - else - println(p) end end println()