Skip to content

Commit 1a722fe

Browse files
Print at exit only on buildkite
1 parent 5210299 commit 1a722fe

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/solver/type_getters.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -708,7 +708,7 @@ function get_comms_context(parsed_args)
708708
comms_ctx = ClimaComms.context(device)
709709
ClimaComms.init(comms_ctx)
710710

711-
if NVTX.isactive()
711+
if NVTX.isactive() && get(ENV, "BUILDKITE", "") == "true"
712712
# makes output on buildkite a bit nicer
713713
if ClimaComms.iamroot(comms_ctx)
714714
atexit() do

0 commit comments

Comments
 (0)