File tree Expand file tree Collapse file tree 2 files changed +5
-2
lines changed Expand file tree Collapse file tree 2 files changed +5
-2
lines changed Original file line number Diff line number Diff line change @@ -10,6 +10,7 @@ ClimaCore = "d414da3d-4745-48bb-8d80-42e94e092884"
10
10
ClimaUtilities = " b3f4f4ca-9299-4f7f-bd9b-81e1242a7513"
11
11
Dates = " ade2ca70-3891-5945-98fb-dc099432e06a"
12
12
NCDatasets = " 85f8d34a-cbdd-5861-8df4-14fed0d494ab"
13
+ NVTX = " 5da4648a-3479-48b8-97b9-01cb529c0a1f"
13
14
OrderedCollections = " bac558e1-5e72-5ebc-8fee-abe8a469f55d"
14
15
SciMLBase = " 0bca4576-84f4-4d90-8ffe-ffa030f20462"
15
16
@@ -24,9 +25,10 @@ ClimaUtilities = "0.1.22"
24
25
Dates = " 1"
25
26
Documenter = " 1"
26
27
ExplicitImports = " 1.6"
27
- LazyBroadcast = " 1"
28
28
JuliaFormatter = " 1"
29
+ LazyBroadcast = " 1"
29
30
NCDatasets = " 0.14"
31
+ NVTX = " 1.0.0"
30
32
OrderedCollections = " 1.4"
31
33
Profile = " 1"
32
34
ProfileCanvas = " 0.1.6"
Original file line number Diff line number Diff line change 1
1
import Accessors
2
+ import NVTX
2
3
import SciMLBase
3
4
import ClimaComms
4
5
import ClimaCore: Spaces
215
216
Loop over all the `ScheduledDiagnostics` in `diagnostic_handler` and run compute
216
217
and output according to their schedule functions.
217
218
"""
218
- function orchestrate_diagnostics (
219
+ NVTX . @annotate function orchestrate_diagnostics (
219
220
integrator,
220
221
diagnostic_handler:: DiagnosticsHandler ,
221
222
)
You can’t perform that action at this time.
0 commit comments