Skip to content

Commit cbc48e4

Browse files
Merge pull request #3725 from CliMA/ck/sometimes_suppress_print
Print at exit only on buildkite
2 parents 5210299 + 1a722fe commit cbc48e4

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)