forked from petebachant/clima-gpu-profiling
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathdvc.lock
More file actions
989 lines (989 loc) · 34.4 KB
/
dvc.lock
File metadata and controls
989 lines (989 loc) · 34.4 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
702
703
704
705
706
707
708
709
710
711
712
713
714
715
716
717
718
719
720
721
722
723
724
725
726
727
728
729
730
731
732
733
734
735
736
737
738
739
740
741
742
743
744
745
746
747
748
749
750
751
752
753
754
755
756
757
758
759
760
761
762
763
764
765
766
767
768
769
770
771
772
773
774
775
776
777
778
779
780
781
782
783
784
785
786
787
788
789
790
791
792
793
794
795
796
797
798
799
800
801
802
803
804
805
806
807
808
809
810
811
812
813
814
815
816
817
818
819
820
821
822
823
824
825
826
827
828
829
830
831
832
833
834
835
836
837
838
839
840
841
842
843
844
845
846
847
848
849
850
851
852
853
854
855
856
857
858
859
860
861
862
863
864
865
866
867
868
869
870
871
872
873
874
875
876
877
878
879
880
881
882
883
884
885
886
887
888
889
890
891
892
893
894
895
896
897
898
899
900
901
902
903
904
905
906
907
908
909
910
911
912
913
914
915
916
917
918
919
920
921
922
923
924
925
926
927
928
929
930
931
932
933
934
935
936
937
938
939
940
941
942
943
944
945
946
947
948
949
950
951
952
953
954
955
956
957
958
959
960
961
962
963
964
965
966
967
968
969
970
971
972
973
974
975
976
977
978
979
980
981
982
983
984
985
986
987
988
989
schema: '2.0'
stages:
baro-43-clima-nsys:
cmd: calkit slurm batch --name baro-43-clima-nsys --environment clima --dep
ClimaAtmos.jl/perf/benchmark_step.jl --dep
ClimaAtmos.jl/config/default_configs/default_config.yml --dep
ClimaAtmos.jl/config/common_configs/numerics_sphere_he30ze43.yml --dep
ClimaAtmos.jl/config/perf_configs/bm_baroclinic_wave_moist.yml --dep
ClimaAtmos.jl/src --dep ClimaCore.jl/src --dep ClimaCore.jl/ext --dep
Project.toml --out nsys-outputs/baroclinic-wave-moist-43.nsys-rep -s
--gpus=1 -s --time=30 -s
--export=CLIMA_NAME_CUDA_KERNELS_FROM_STACK_TRACE=1 --
scripts/run-nsys-clima.sh nsys-outputs/baroclinic-wave-moist-43
ClimaAtmos.jl/config/common_configs/numerics_sphere_he30ze43.yml
ClimaAtmos.jl/config/perf_configs/bm_baroclinic_wave_moist.yml
deps:
- path: ClimaAtmos.jl/config/common_configs/numerics_sphere_he30ze43.yml
hash: md5
md5: 76ca6ff32db8dfb1099f5fe9f9638115
size: 158
- path: ClimaAtmos.jl/config/default_configs/default_config.yml
hash: md5
md5: 03e3d7a6e07041b7e4814b37bfd4157d
size: 21649
- path: ClimaAtmos.jl/config/perf_configs/bm_baroclinic_wave_moist.yml
hash: md5
md5: 7f7ceeac2a160e76a7264481dc1e4f5c
size: 200
- path: ClimaAtmos.jl/perf/benchmark_step.jl
hash: md5
md5: 74030ed2adcccb7fa1e03f5ea5e05080
size: 2957
- path: ClimaAtmos.jl/src
hash: md5
md5: 7aaaf06bbf61b849ad46aa8b16d1ac82.dir
size: 1283330
nfiles: 99
- path: ClimaCore.jl/ext
hash: md5
md5: fd7acdc3243d8ee7a1743c1b6bd1d202.dir
size: 174077
nfiles: 25
- path: ClimaCore.jl/src
hash: md5
md5: 848ce4416ff81e9c0ec17742fdb354d0.dir
size: 1142299
nfiles: 95
- path: Project.toml
hash: md5
md5: b375627b3572bdffc6624d472385ed74
size: 2266
- path: scripts/run-nsys-clima.sh
hash: md5
md5: 28fbf3762b56964c50590bba3485ae1b
size: 1466
outs:
- path: nsys-outputs/baroclinic-wave-moist-43.nsys-rep
hash: md5
md5: 42dd4ae96a8f35e6c0009a1ca1838b0d
size: 2286971
baro-63-clima-nsys:
cmd: calkit slurm batch --name baro-63-clima-nsys --environment clima --dep
ClimaAtmos.jl/perf/benchmark_step_gpu.jl --dep
ClimaAtmos.jl/config/default_configs/default_config.yml --dep
config/numerics_sphere_he30ze63.yml --dep
ClimaAtmos.jl/config/perf_configs/bm_baroclinic_wave_moist.yml --dep
ClimaAtmos.jl/src --dep ClimaCore.jl/src --dep Project.toml --out
nsys-outputs/baroclinic-wave-moist-63.nsys-rep -s --gpus=1 -s --time=60 --
scripts/run-nsys-clima.sh nsys-outputs/baroclinic-wave-moist-63
config/numerics_sphere_he30ze63.yml
ClimaAtmos.jl/config/perf_configs/bm_baroclinic_wave_moist.yml
deps:
- path: ClimaAtmos.jl/config/default_configs/default_config.yml
hash: md5
md5: dd13641c442bf75c923926f613f3a809
size: 20378
- path: ClimaAtmos.jl/config/perf_configs/bm_baroclinic_wave_moist.yml
hash: md5
md5: 7f7ceeac2a160e76a7264481dc1e4f5c
size: 200
- path: ClimaAtmos.jl/perf/benchmark_step_gpu.jl
hash: md5
md5: 40a9c1a4399f8990ec1cc81d43867b73
size: 1688
- path: ClimaAtmos.jl/src
hash: md5
md5: b5c1c179760ce26ff6a6ffbcf72d6a15.dir
size: 1223571
nfiles: 97
- path: ClimaCore.jl/src
hash: md5
md5: 3ea59b040e8efc872b0c3c9bfe617f79.dir
size: 1141968
nfiles: 95
- path: Project.toml
hash: md5
md5: d3a9216cb6e0ce1d494600d8076fcc36
size: 2117
- path: config/numerics_sphere_he30ze63.yml
hash: md5
md5: ef30c62c0b539d5db989eb92be533bb8
size: 158
- path: scripts/run-nsys-clima.sh
hash: md5
md5: 0fa8b0124e0d52d1f63b7af21958a0f9
size: 1318
outs:
- path: nsys-outputs/baroclinic-wave-moist-63.nsys-rep
hash: md5
md5: 0fdf79dcb9e8196a5fd69ec4efdb404e
size: 2418809
amip-clima-nsys:
cmd: calkit slurm batch --name amip-clima-nsys --environment clima --dep
ClimaAtmos.jl/perf/benchmark_step.jl --dep ClimaAtmos.jl/perf/common.jl
--dep ClimaAtmos.jl/config/default_configs/default_config.yml --dep
ClimaAtmos.jl/config/common_configs/numerics_sphere_he30ze63.yml --dep
config/amip_target_edonly.yml --dep
ClimaAtmos.jl/toml/longrun_aquaplanet.toml --dep ClimaAtmos.jl/src --dep
ClimaCore.jl/src --dep ClimaCore.jl/ext --dep Project.toml --dep
GPUCompiler.jl/src --out nsys-outputs/amip-target-edonly-63.nsys-rep -s
--gpus=1 -s --time=240 -s
--export=CLIMA_NAME_CUDA_KERNELS_FROM_STACK_TRACE=1 --
scripts/run-nsys-clima.sh nsys-outputs/amip-target-edonly-63
ClimaAtmos.jl/config/common_configs/numerics_sphere_he30ze63.yml
config/amip_target_edonly.yml
deps:
- path: ClimaAtmos.jl/config/common_configs/numerics_sphere_he30ze63.yml
hash: md5
md5: 7e347e86d22cc0c3d1fdc3b9bc12640b
size: 260
- path: ClimaAtmos.jl/config/default_configs/default_config.yml
hash: md5
md5: 03e3d7a6e07041b7e4814b37bfd4157d
size: 21649
- path: ClimaAtmos.jl/perf/benchmark_step.jl
hash: md5
md5: 74030ed2adcccb7fa1e03f5ea5e05080
size: 2957
- path: ClimaAtmos.jl/perf/common.jl
hash: md5
md5: b30579005da2eb15bdf39fd73262afb4
size: 1265
- path: ClimaAtmos.jl/src
hash: md5
md5: 7aaaf06bbf61b849ad46aa8b16d1ac82.dir
size: 1283330
nfiles: 99
- path: ClimaAtmos.jl/toml/longrun_aquaplanet.toml
hash: md5
md5: fe0afbe3ff59d7ba0c437259798ba7f7
size: 99
- path: ClimaCore.jl/ext
hash: md5
md5: fd7acdc3243d8ee7a1743c1b6bd1d202.dir
size: 174077
nfiles: 25
- path: ClimaCore.jl/src
hash: md5
md5: 848ce4416ff81e9c0ec17742fdb354d0.dir
size: 1142299
nfiles: 95
- path: GPUCompiler.jl/src
hash: md5
md5: 327ea8b6b798e1d21f99850c75530d55.dir
size: 277451
nfiles: 24
- path: Project.toml
hash: md5
md5: b375627b3572bdffc6624d472385ed74
size: 2266
- path: config/amip_target_edonly.yml
hash: md5
md5: baca48773722a0848ee32bca9e2775a2
size: 569
- path: scripts/run-nsys-clima.sh
hash: md5
md5: 28fbf3762b56964c50590bba3485ae1b
size: 1466
outs:
- path: nsys-outputs/amip-target-edonly-63.nsys-rep
hash: md5
md5: cd221f09cf55a715d278033ae5bd4fab
size: 3957644
amip-clima-ncu:
cmd: calkit slurm batch --name amip-clima-ncu --environment clima --dep
ClimaAtmos.jl/perf/benchmark_step_gpu.jl --dep
ClimaAtmos.jl/config/default_configs/default_config.yml --dep
ClimaAtmos.jl/config/common_configs/numerics_sphere_he30ze63.yml --dep
config/amip_target_edonly.yml --dep
ClimaAtmos.jl/toml/longrun_aquaplanet.toml --dep ClimaAtmos.jl/src --dep
ClimaCore.jl/src --dep Project.toml --out
ncu-outputs/amip-target-edonly-63.ncu-rep -s --gpus=1 -s --time=240 --
scripts/run-ncu-clima.sh ncu-outputs/amip-target-edonly-63 --config
ClimaAtmos.jl/config/common_configs/numerics_sphere_he30ze63.yml --config
config/amip_target_edonly.yml --kernel-name copyto_stencil_kernel_
--launch-skip 0 --launch-count 20
deps:
- path: ClimaAtmos.jl/config/common_configs/numerics_sphere_he30ze63.yml
hash: md5
md5: 7e347e86d22cc0c3d1fdc3b9bc12640b
size: 260
- path: ClimaAtmos.jl/config/default_configs/default_config.yml
hash: md5
md5: dd13641c442bf75c923926f613f3a809
size: 20378
- path: ClimaAtmos.jl/perf/benchmark_step_gpu.jl
hash: md5
md5: 40a9c1a4399f8990ec1cc81d43867b73
size: 1688
- path: ClimaAtmos.jl/src
hash: md5
md5: b5c1c179760ce26ff6a6ffbcf72d6a15.dir
size: 1223571
nfiles: 97
- path: ClimaAtmos.jl/toml/longrun_aquaplanet.toml
hash: md5
md5: fe0afbe3ff59d7ba0c437259798ba7f7
size: 99
- path: ClimaCore.jl/src
hash: md5
md5: 3ea59b040e8efc872b0c3c9bfe617f79.dir
size: 1141968
nfiles: 95
- path: Project.toml
hash: md5
md5: d3a9216cb6e0ce1d494600d8076fcc36
size: 2117
- path: config/amip_target_edonly.yml
hash: md5
md5: baca48773722a0848ee32bca9e2775a2
size: 569
- path: scripts/run-ncu-clima.sh
hash: md5
md5: 8200734c6f800a8d0d3cf47b945acdd1
size: 2813
outs:
- path: ncu-outputs/amip-target-edonly-63.ncu-rep
hash: md5
md5: d448dc77d10217f115825a16f1c780cb
size: 23488944
amip-ncu-update-jacobian:
cmd: calkit slurm batch --name amip-ncu-update-jacobian --environment clima
--dep ClimaAtmos.jl/perf/benchmark_step_gpu.jl --dep
ClimaAtmos.jl/perf/common.jl --dep
ClimaAtmos.jl/config/default_configs/default_config.yml --dep
ClimaAtmos.jl/config/common_configs/numerics_sphere_he30ze63.yml --dep
config/amip_target_edonly.yml --dep
ClimaAtmos.jl/toml/longrun_aquaplanet.toml --dep ClimaAtmos.jl/src --dep
ClimaCore.jl/src --dep Project.toml --out
ncu-outputs/amip-update-jacobian-kernel.ncu-rep -s --gpus=1 -s --time=240
-- scripts/run-ncu-amip-update-jacobian.sh
deps:
- path: ClimaAtmos.jl/config/common_configs/numerics_sphere_he30ze63.yml
hash: md5
md5: 7e347e86d22cc0c3d1fdc3b9bc12640b
size: 260
- path: ClimaAtmos.jl/config/default_configs/default_config.yml
hash: md5
md5: dd13641c442bf75c923926f613f3a809
size: 20378
- path: ClimaAtmos.jl/perf/benchmark_step_gpu.jl
hash: md5
md5: 5ff6a0167ef258b715491d6af3e6f669
size: 1744
- path: ClimaAtmos.jl/perf/common.jl
hash: md5
md5: b30579005da2eb15bdf39fd73262afb4
size: 1265
- path: ClimaAtmos.jl/src
hash: md5
md5: b5c1c179760ce26ff6a6ffbcf72d6a15.dir
size: 1223571
nfiles: 97
- path: ClimaAtmos.jl/toml/longrun_aquaplanet.toml
hash: md5
md5: fe0afbe3ff59d7ba0c437259798ba7f7
size: 99
- path: ClimaCore.jl/src
hash: md5
md5: 3ea59b040e8efc872b0c3c9bfe617f79.dir
size: 1141968
nfiles: 95
- path: Project.toml
hash: md5
md5: b375627b3572bdffc6624d472385ed74
size: 2266
- path: config/amip_target_edonly.yml
hash: md5
md5: baca48773722a0848ee32bca9e2775a2
size: 569
- path: scripts/run-ncu-amip-update-jacobian.sh
hash: md5
md5: fbf1b3c1f45a97d3e4acbc7f50e44666
size: 1089
outs:
- path: ncu-outputs/amip-update-jacobian-kernel.ncu-rep
hash: md5
md5: f3e70e423b1cc63e05e7434272fb772a
size: 138823613
baro-43-clima-nsys-orig:
cmd: calkit slurm batch --name baro-43-clima-nsys-orig --environment clima
--dep ClimaAtmos.jl/perf/benchmark_step.jl --dep
ClimaAtmos.jl/config/default_configs/default_config.yml --dep
ClimaAtmos.jl/config/common_configs/numerics_sphere_he30ze43.yml --dep
ClimaAtmos.jl/config/perf_configs/bm_baroclinic_wave_moist.yml --dep
ClimaAtmos.jl/src --dep ClimaCore.jl/src --dep ClimaCore.jl/ext --dep
Project.toml --out nsys-outputs/baroclinic-wave-moist-43-orig.nsys-rep -s
--gpus=1 -s --time=30 -s
--export=CLIMA_NAME_CUDA_KERNELS_FROM_STACK_TRACE=0 --
scripts/run-nsys-clima.sh nsys-outputs/baroclinic-wave-moist-43-orig
ClimaAtmos.jl/config/common_configs/numerics_sphere_he30ze43.yml
ClimaAtmos.jl/config/perf_configs/bm_baroclinic_wave_moist.yml
deps:
- path: ClimaAtmos.jl/config/common_configs/numerics_sphere_he30ze43.yml
hash: md5
md5: 76ca6ff32db8dfb1099f5fe9f9638115
size: 158
- path: ClimaAtmos.jl/config/default_configs/default_config.yml
hash: md5
md5: 5e5e1f769ecb024cadb7a06839f061f8
size: 21469
- path: ClimaAtmos.jl/config/perf_configs/bm_baroclinic_wave_moist.yml
hash: md5
md5: 7f7ceeac2a160e76a7264481dc1e4f5c
size: 200
- path: ClimaAtmos.jl/perf/benchmark_step.jl
hash: md5
md5: 068aab1bd8423af3ff23dc1c2e4f4b91
size: 2764
- path: ClimaAtmos.jl/src
hash: md5
md5: f478e1d5c54df106ec96bf6f1dee7e26.dir
size: 1266366
nfiles: 97
- path: ClimaCore.jl/ext
hash: md5
md5: c8cb6da5edf8ccf84371f4db69ba906c.dir
size: 174052
nfiles: 25
- path: ClimaCore.jl/src
hash: md5
md5: 848ce4416ff81e9c0ec17742fdb354d0.dir
size: 1142299
nfiles: 95
- path: Project.toml
hash: md5
md5: b375627b3572bdffc6624d472385ed74
size: 2266
- path: scripts/run-nsys-clima.sh
hash: md5
md5: 28fbf3762b56964c50590bba3485ae1b
size: 1466
outs:
- path: nsys-outputs/baroclinic-wave-moist-43-orig.nsys-rep
hash: md5
md5: e6732ab0baab1720f024fc2f019efb00
size: 2335573
amip-clima-nsys-orig:
cmd: calkit slurm batch --name amip-clima-nsys-orig --environment clima
--dep ClimaAtmos.jl/perf/benchmark_step.jl --dep
ClimaAtmos.jl/perf/common.jl --dep
ClimaAtmos.jl/config/default_configs/default_config.yml --dep
ClimaAtmos.jl/config/common_configs/numerics_sphere_he30ze63.yml --dep
config/amip_target_edonly.yml --dep
ClimaAtmos.jl/toml/longrun_aquaplanet.toml --dep ClimaAtmos.jl/src --dep
ClimaCore.jl/src --dep Project.toml --dep GPUCompiler.jl/src --out
nsys-outputs/amip-target-edonly-63-orig.nsys-rep -s --gpus=1 -s --time=240
-s --export=CLIMA_NAME_CUDA_KERNELS_FROM_STACK_TRACE=0 --
scripts/run-nsys-clima.sh nsys-outputs/amip-target-edonly-63-orig
ClimaAtmos.jl/config/common_configs/numerics_sphere_he30ze63.yml
config/amip_target_edonly.yml
deps:
- path: ClimaAtmos.jl/config/common_configs/numerics_sphere_he30ze63.yml
hash: md5
md5: 7e347e86d22cc0c3d1fdc3b9bc12640b
size: 260
- path: ClimaAtmos.jl/config/default_configs/default_config.yml
hash: md5
md5: 03e3d7a6e07041b7e4814b37bfd4157d
size: 21649
- path: ClimaAtmos.jl/perf/benchmark_step.jl
hash: md5
md5: 74030ed2adcccb7fa1e03f5ea5e05080
size: 2957
- path: ClimaAtmos.jl/perf/common.jl
hash: md5
md5: b30579005da2eb15bdf39fd73262afb4
size: 1265
- path: ClimaAtmos.jl/src
hash: md5
md5: 7aaaf06bbf61b849ad46aa8b16d1ac82.dir
size: 1283330
nfiles: 99
- path: ClimaAtmos.jl/toml/longrun_aquaplanet.toml
hash: md5
md5: fe0afbe3ff59d7ba0c437259798ba7f7
size: 99
- path: ClimaCore.jl/src
hash: md5
md5: 848ce4416ff81e9c0ec17742fdb354d0.dir
size: 1142299
nfiles: 95
- path: GPUCompiler.jl/src
hash: md5
md5: 327ea8b6b798e1d21f99850c75530d55.dir
size: 277451
nfiles: 24
- path: Project.toml
hash: md5
md5: b375627b3572bdffc6624d472385ed74
size: 2266
- path: config/amip_target_edonly.yml
hash: md5
md5: baca48773722a0848ee32bca9e2775a2
size: 569
- path: scripts/run-nsys-clima.sh
hash: md5
md5: 28fbf3762b56964c50590bba3485ae1b
size: 1466
outs:
- path: nsys-outputs/amip-target-edonly-63-orig.nsys-rep
hash: md5
md5: 01e790fb062467ec3306b18b010937d4
size: 3887617
make-sample-device-df:
cmd: calkit slurm batch --name make-sample-device-df --environment clima
--dep ClimaAtmos.jl/perf/benchmark_step.jl --dep
ClimaAtmos.jl/config/default_configs/default_config.yml --dep
ClimaAtmos.jl/src --dep ClimaCore.jl/src --dep ClimaCore.jl/ext --dep
Manifest.toml --out results/sample-device-df.csv -s --time=10 -s --gpus=1
-s --export=CLIMA_NAME_CUDA_KERNELS_FROM_STACK_TRACE=1 --
scripts/run-julia-script.sh scripts/make_sample_device_df.jl
deps:
- path: ClimaAtmos.jl/config/default_configs/default_config.yml
hash: md5
md5: 03e3d7a6e07041b7e4814b37bfd4157d
size: 21649
- path: ClimaAtmos.jl/perf/benchmark_step.jl
hash: md5
md5: 54cbbac7f28b493da81debedd0d7096b
size: 2090
- path: ClimaAtmos.jl/src
hash: md5
md5: d699ef518ca66425601cfa9ea463d51d.dir
size: 1288082
nfiles: 99
- path: ClimaCore.jl/ext
hash: md5
md5: 860e1aefacb002384c1abdd943c82826.dir
size: 176165
nfiles: 25
- path: ClimaCore.jl/src
hash: md5
md5: b0de64db952f7e6e952df2c725e4b796.dir
size: 1139391
nfiles: 95
- path: Manifest.toml
hash: md5
md5: 7e95ea3df8a49cced2ae7bc6037c9005
size: 113965
- path: scripts/run-julia-script.sh
hash: md5
md5: c9062f51f59b8584951da91e3007dcbf
size: 322
outs:
- path: results/sample-device-df.csv
hash: md5
md5: 6b6ee94397b056b56013ce1d66658a5f
size: 581378
baseline-nsys:
cmd: calkit slurm batch --name baseline-nsys --environment clima --dep
scripts/run.jl --dep ClimaCoupler.jl/src --dep
ClimaCoupler.jl/config/benchmark_configs/amip_progedmf_1m_land_he16.yml
--dep ClimaCoupler.jl/experiments/ClimaEarth/Manifest-v1.11.toml --dep
ClimaCoupler.jl/experiments/ClimaEarth/setup_run.jl --dep
ClimaCoupler.jl/experiments/ClimaEarth/components --dep ClimaCore.jl/ext
--dep ClimaCore.jl/src --dep ClimaCore.jl/lib --out
results/nsys/baseline.nsys-rep -s --gpus=1 -s --time=120 --
scripts/run-nsys.sh results/nsys/baseline
ClimaCoupler.jl/experiments/ClimaEarth
ClimaCoupler.jl/config/benchmark_configs/amip_progedmf_1m_land_he16.yml
deps:
- path: ClimaCore.jl/ext
hash: md5
md5: 5bebb911fe09b7bfdad5026901e85c98.dir
size: 180429
nfiles: 25
- path: ClimaCore.jl/lib
hash: md5
md5: 1bae101a018dfc30cae2ab0636204b01.dir
size: 312470
nfiles: 58
- path: ClimaCore.jl/src
hash: md5
md5: 3a0bdd8b734d34a97d76da7177d6dfea.dir
size: 1149880
nfiles: 95
- path:
ClimaCoupler.jl/config/benchmark_configs/amip_progedmf_1m_land_he16.yml
hash: md5
md5: 577bef53fd5c8e8eb2897c6d236dec53
size: 461
- path: ClimaCoupler.jl/experiments/ClimaEarth/Manifest-v1.11.toml
hash: md5
md5: 9a14e7418e638858261f2bf90785cecf
size: 142643
- path: ClimaCoupler.jl/experiments/ClimaEarth/components
hash: md5
md5: 3c6608c9d9f6763a18081b0a8e97e6c6.dir
size: 155951
nfiles: 10
- path: ClimaCoupler.jl/experiments/ClimaEarth/setup_run.jl
hash: md5
md5: e335fc215c78f63b31bf802f4deda933
size: 27844
- path: ClimaCoupler.jl/src
hash: md5
md5: 05cc3e7fd8faf60a41b606236fcd80a6.dir
size: 142121
nfiles: 16
- path: scripts/run-nsys.sh
hash: md5
md5: d36f4c26ca500ac13504e3e2fd62ab68
size: 1524
- path: scripts/run.jl
hash: md5
md5: ac0b4094547618457fea2b864b0dc6de
size: 1219
outs:
- path: .calkit/slurm/logs/baseline-nsys.out
hash: md5
md5: 8e6e85058f7ba9375cb0484dbd231e28
size: 27261
- path: results/nsys/baseline.nsys-rep
hash: md5
md5: 84909e3c5d47bf6b810bf45fb58acf13
size: 26515084
baseline-nsys-to-sqlite:
cmd: ' bash --noprofile --norc -c "nsys export results/nsys/baseline.nsys-rep
-t sqlite -o results/nsys/baseline.sqlite"'
deps:
- path: results/nsys/baseline.nsys-rep
hash: md5
md5: 84909e3c5d47bf6b810bf45fb58acf13
size: 26515084
outs:
- path: results/nsys/baseline.sqlite
hash: md5
md5: 74c8a500a313b42d33b06d0055b287d4
size: 54398976
mod-nsys:
cmd: calkit slurm batch --name mod-nsys --environment clima --dep
scripts/run.jl --dep ClimaCoupler.jl-mod/src --dep
ClimaCoupler.jl-mod/config/benchmark_configs/amip_progedmf_1m_land_he16.yml
--dep ClimaCoupler.jl-mod/experiments/ClimaEarth/Manifest-v1.11.toml --dep
ClimaCoupler.jl-mod/experiments/ClimaEarth/setup_run.jl --dep
ClimaCoupler.jl-mod/experiments/ClimaEarth/components --dep
ClimaCore.jl-mod/ext --dep ClimaCore.jl-mod/src --dep ClimaCore.jl-mod/lib
--dep ClimaAtmos.jl-mod/src --out results/nsys/mod.nsys-rep -s --gpus=1 -s
--time=120 -- scripts/run-nsys.sh results/nsys/mod
ClimaCoupler.jl-mod/experiments/ClimaEarth
ClimaCoupler.jl-mod/config/benchmark_configs/amip_progedmf_1m_land_he16.yml
deps:
- path: ClimaAtmos.jl-mod/src
hash: md5
md5: 81249a28d0e5171f5e7c1cf5b821fe3f.dir
size: 1342507
nfiles: 101
- path: ClimaCore.jl-mod/ext
hash: md5
md5: a49144773469108f1fdaeefaba4b651c.dir
size: 185497
nfiles: 25
- path: ClimaCore.jl-mod/lib
hash: md5
md5: 1bae101a018dfc30cae2ab0636204b01.dir
size: 312470
nfiles: 58
- path: ClimaCore.jl-mod/src
hash: md5
md5: 3a0bdd8b734d34a97d76da7177d6dfea.dir
size: 1149880
nfiles: 95
- path:
ClimaCoupler.jl-mod/config/benchmark_configs/amip_progedmf_1m_land_he16.yml
hash: md5
md5: 577bef53fd5c8e8eb2897c6d236dec53
size: 461
- path: ClimaCoupler.jl-mod/experiments/ClimaEarth/Manifest-v1.11.toml
hash: md5
md5: bc5d4497ca3cca1c73f26a22ba63b1b9
size: 142647
- path: ClimaCoupler.jl-mod/experiments/ClimaEarth/components
hash: md5
md5: 3c6608c9d9f6763a18081b0a8e97e6c6.dir
size: 155951
nfiles: 10
- path: ClimaCoupler.jl-mod/experiments/ClimaEarth/setup_run.jl
hash: md5
md5: e335fc215c78f63b31bf802f4deda933
size: 27844
- path: ClimaCoupler.jl-mod/src
hash: md5
md5: 05cc3e7fd8faf60a41b606236fcd80a6.dir
size: 142121
nfiles: 16
- path: scripts/run-nsys.sh
hash: md5
md5: d36f4c26ca500ac13504e3e2fd62ab68
size: 1524
- path: scripts/run.jl
hash: md5
md5: ac0b4094547618457fea2b864b0dc6de
size: 1219
outs:
- path: .calkit/slurm/logs/mod-nsys.out
hash: md5
md5: cf98b20aa4b736176db3a72ee147dea9
size: 25472
- path: results/nsys/mod.nsys-rep
hash: md5
md5: a608857b2de3be3b28096d0feaa55999
size: 17033365
mod-nsys-to-sqlite:
cmd: ' bash --noprofile --norc -c "nsys export results/nsys/mod.nsys-rep -t sqlite
-o results/nsys/mod.sqlite"'
deps:
- path: results/nsys/mod.nsys-rep
hash: md5
md5: a608857b2de3be3b28096d0feaa55999
size: 17033365
outs:
- path: results/nsys/mod.sqlite
hash: md5
md5: aed10d2fdcbb23f879a374eb7ffd2f7c
size: 34992128
baseline-ncu:
cmd: calkit slurm batch --name baseline-ncu --environment clima --dep
scripts/run.jl --dep ClimaCoupler.jl/src --dep
ClimaCoupler.jl/config/benchmark_configs/amip_progedmf_1m_land_he16.yml
--dep ClimaCoupler.jl/experiments/ClimaEarth/Manifest-v1.11.toml --dep
ClimaCoupler.jl/experiments/ClimaEarth/setup_run.jl --dep
ClimaCoupler.jl/experiments/ClimaEarth/components --dep ClimaCore.jl/ext
--dep ClimaCore.jl/src --dep ClimaCore.jl/lib --out
results/ncu/baseline.ncu-rep -s --gpus=1 -s --time=120 --
scripts/run-ncu.sh results/ncu/baseline --kernel-name
run_field_matrix_solver__FILE_ClimaCore_jl_src_MatrixFields_field_matrix_solver_jl_L354
--project ClimaCoupler.jl/experiments/ClimaEarth --config
ClimaCoupler.jl/config/benchmark_configs/amip_progedmf_1m_land_he16.yml
--launch-count 6
deps:
- path: ClimaCore.jl/ext
hash: md5
md5: 5bebb911fe09b7bfdad5026901e85c98.dir
size: 180429
nfiles: 25
- path: ClimaCore.jl/lib
hash: md5
md5: 1bae101a018dfc30cae2ab0636204b01.dir
size: 312470
nfiles: 58
- path: ClimaCore.jl/src
hash: md5
md5: 3a0bdd8b734d34a97d76da7177d6dfea.dir
size: 1149880
nfiles: 95
- path:
ClimaCoupler.jl/config/benchmark_configs/amip_progedmf_1m_land_he16.yml
hash: md5
md5: 577bef53fd5c8e8eb2897c6d236dec53
size: 461
- path: ClimaCoupler.jl/experiments/ClimaEarth/Manifest-v1.11.toml
hash: md5
md5: 9a14e7418e638858261f2bf90785cecf
size: 142643
- path: ClimaCoupler.jl/experiments/ClimaEarth/components
hash: md5
md5: 3c6608c9d9f6763a18081b0a8e97e6c6.dir
size: 155951
nfiles: 10
- path: ClimaCoupler.jl/experiments/ClimaEarth/setup_run.jl
hash: md5
md5: e335fc215c78f63b31bf802f4deda933
size: 27844
- path: ClimaCoupler.jl/src
hash: md5
md5: 05cc3e7fd8faf60a41b606236fcd80a6.dir
size: 142121
nfiles: 16
- path: scripts/run-ncu.sh
hash: md5
md5: 284e69bc117cd26779b5a9983edc89e5
size: 3023
- path: scripts/run.jl
hash: md5
md5: ac0b4094547618457fea2b864b0dc6de
size: 1219
outs:
- path: .calkit/slurm/logs/baseline-ncu.out
hash: md5
md5: 61758b96b534dfe67c07d7f256349a18
size: 20935
- path: results/ncu/baseline.ncu-rep
hash: md5
md5: d4ede6fa4076c2eed2caa47f7e635664
size: 10258397
baseline-ncu-details-csv:
cmd: ' bash --noprofile --norc -c "ncu --csv -i results/ncu/baseline.ncu-rep --page
details --log-file results/ncu/baseline-details.csv"'
deps:
- path: results/ncu/baseline.ncu-rep
hash: md5
md5: d4ede6fa4076c2eed2caa47f7e635664
size: 10258397
outs:
- path: results/ncu/baseline-details.csv
hash: md5
md5: 319b5edf22519a4f02f389357a8e8760
size: 182923
summarize:
cmd: calkit xenv -n py --no-check -- python scripts/summarize.py
deps:
- path: .calkit/env-locks/py
hash: md5
md5: aee4b326de2858bf8c654092f045ac11.dir
size: 1955
nfiles: 2
- path: .calkit/slurm/logs/amip-baseline.out
hash: md5
md5: 712795e0dbe3aa284e57562674611ab7
size: 28401
- path: .calkit/slurm/logs/amip-mod.out
hash: md5
md5: c7a3b0eb391d00a6edb20af37e7f7239
size: 28553
- path: results/nsys/baseline.sqlite
hash: md5
md5: 74c8a500a313b42d33b06d0055b287d4
size: 54398976
- path: results/nsys/mod.sqlite
hash: md5
md5: aed10d2fdcbb23f879a374eb7ffd2f7c
size: 34992128
- path: scripts/summarize.py
hash: md5
md5: 5bc2f68d4f1b6c2a14882ec26f39cb5f
size: 2496
outs:
- path: results/summary.json
hash: md5
md5: 56dddfb767b6e0a838a7b08e650153f3
size: 681
mod-ncu:
cmd: calkit slurm batch --name mod-ncu --environment clima --dep
scripts/run.jl --dep ClimaCoupler.jl-mod/src --dep
ClimaCoupler.jl-mod/config/benchmark_configs/amip_progedmf_1m_land_he16.yml
--dep ClimaCoupler.jl-mod/experiments/ClimaEarth/Manifest-v1.11.toml --dep
ClimaCoupler.jl-mod/experiments/ClimaEarth/setup_run.jl --dep
ClimaCoupler.jl-mod/experiments/ClimaEarth/components --dep
ClimaCore.jl-mod/ext --dep ClimaCore.jl-mod/src --dep ClimaCore.jl-mod/lib
--out results/ncu/mod.ncu-rep -s --gpus=1 -s --time=120 --
scripts/run-ncu.sh results/ncu/mod --kernel-name
run_field_matrix_solver__FILE_ClimaCore_jl_mod_src_MatrixFields_field_matrix_solver_jl_L419
--project ClimaCoupler.jl-mod/experiments/ClimaEarth --config
ClimaCoupler.jl-mod/config/benchmark_configs/amip_progedmf_1m_land_he16.yml
--launch-count 6
deps:
- path: ClimaCore.jl-mod/ext
hash: md5
md5: babb92fb4598e4168a065d0b10bcd803.dir
size: 193544
nfiles: 25
- path: ClimaCore.jl-mod/lib
hash: md5
md5: 1bae101a018dfc30cae2ab0636204b01.dir
size: 312470
nfiles: 58
- path: ClimaCore.jl-mod/src
hash: md5
md5: 808e798a37a76e4271db35ab891aac0f.dir
size: 1144562
nfiles: 95
- path:
ClimaCoupler.jl-mod/config/benchmark_configs/amip_progedmf_1m_land_he16.yml
hash: md5
md5: 577bef53fd5c8e8eb2897c6d236dec53
size: 461
- path: ClimaCoupler.jl-mod/experiments/ClimaEarth/Manifest-v1.11.toml
hash: md5
md5: e8e641761f046a4b48b80381db3391cb
size: 130046
- path: ClimaCoupler.jl-mod/experiments/ClimaEarth/components
hash: md5
md5: a9cd806394ec610c3fbe9597cf6f531f.dir
size: 152637
nfiles: 10
- path: ClimaCoupler.jl-mod/experiments/ClimaEarth/setup_run.jl
hash: md5
md5: 9019eb1717558e5c926e70833c07538d
size: 28225
- path: ClimaCoupler.jl-mod/src
hash: md5
md5: 9dfac9d706ddac540e9b9c610ff14612.dir
size: 125880
nfiles: 13
- path: scripts/run-ncu.sh
hash: md5
md5: 284e69bc117cd26779b5a9983edc89e5
size: 3023
- path: scripts/run.jl
hash: md5
md5: ac0b4094547618457fea2b864b0dc6de
size: 1219
outs:
- path: .calkit/slurm/logs/mod-ncu.out
hash: md5
md5: 4c80aa046e9322e5f5d664bba65c5b3c
size: 21882
- path: results/ncu/mod.ncu-rep
hash: md5
md5: 0997963dc413e542848982ecc84cc257
size: 20161877
mod-ncu-details-csv:
cmd: ' bash --noprofile --norc -c "ncu --csv -i results/ncu/mod.ncu-rep --page
details --log-file results/ncu/mod-details.csv"'
deps:
- path: results/ncu/mod.ncu-rep
hash: md5
md5: 0997963dc413e542848982ecc84cc257
size: 20161877
outs:
- path: results/ncu/mod-details.csv
hash: md5
md5: 1f8b255e5169e944afdbbe2650acd938
size: 181165
amip-baseline:
cmd: calkit slurm batch --name amip-baseline --environment clima --dep
ClimaCoupler.jl/experiments/ClimaEarth/run_amip.jl --dep
ClimaCoupler.jl/src --dep
ClimaCoupler.jl/config/benchmark_configs/amip_progedmf_1m_land_he16.yml
--dep ClimaCoupler.jl/experiments/ClimaEarth/Manifest-v1.11.toml --dep
ClimaCoupler.jl/experiments/ClimaEarth/setup_run.jl --dep
ClimaCoupler.jl/experiments/ClimaEarth/components --dep ClimaCore.jl/ext
--dep ClimaCore.jl/src --dep ClimaCore.jl/lib --dep ClimaAtmos.jl/src
--dep ClimaAtmos.jl/toml -s --gpus=1 -s --time=240 --
scripts/run-julia-script.sh
--project=ClimaCoupler.jl/experiments/ClimaEarth
ClimaCoupler.jl/experiments/ClimaEarth/run_amip.jl --config_file
ClimaCoupler.jl/config/benchmark_configs/amip_progedmf_1m_land_he16.yml
--job_id gpu_amip_progedmf_1M_land_he16_baseline
deps:
- path: ClimaAtmos.jl/src
hash: md5
md5: 81249a28d0e5171f5e7c1cf5b821fe3f.dir
size: 1342507
nfiles: 101
- path: ClimaAtmos.jl/toml
hash: md5
md5: 329a6bf6d39a05b7702627366bc2b0b9.dir
size: 17207
nfiles: 36
- path: ClimaCore.jl/ext
hash: md5
md5: 5bebb911fe09b7bfdad5026901e85c98.dir
size: 180429
nfiles: 25
- path: ClimaCore.jl/lib
hash: md5
md5: 1bae101a018dfc30cae2ab0636204b01.dir
size: 312470
nfiles: 58
- path: ClimaCore.jl/src
hash: md5
md5: 3a0bdd8b734d34a97d76da7177d6dfea.dir
size: 1149880
nfiles: 95
- path:
ClimaCoupler.jl/config/benchmark_configs/amip_progedmf_1m_land_he16.yml
hash: md5
md5: 577bef53fd5c8e8eb2897c6d236dec53
size: 461
- path: ClimaCoupler.jl/experiments/ClimaEarth/Manifest-v1.11.toml
hash: md5
md5: 9a14e7418e638858261f2bf90785cecf
size: 142643
- path: ClimaCoupler.jl/experiments/ClimaEarth/components
hash: md5
md5: 3c6608c9d9f6763a18081b0a8e97e6c6.dir
size: 155951
nfiles: 10
- path: ClimaCoupler.jl/experiments/ClimaEarth/run_amip.jl
hash: md5
md5: 89e83d77a7342bbfd35aff9b8bb92bd4
size: 2417
- path: ClimaCoupler.jl/experiments/ClimaEarth/setup_run.jl
hash: md5
md5: e335fc215c78f63b31bf802f4deda933
size: 27844
- path: ClimaCoupler.jl/src
hash: md5
md5: 05cc3e7fd8faf60a41b606236fcd80a6.dir
size: 142121
nfiles: 16
- path: scripts/run-julia-script.sh
hash: md5
md5: c982c866ef1cd9cab26d7c5b78a4224b
size: 560
outs:
- path: .calkit/slurm/logs/amip-baseline.out
hash: md5
md5: 712795e0dbe3aa284e57562674611ab7
size: 28401
amip-mod:
cmd: calkit slurm batch --name amip-mod --environment clima --dep
ClimaCoupler.jl-mod/experiments/ClimaEarth/run_amip.jl --dep
ClimaCoupler.jl-mod/src --dep
ClimaCoupler.jl-mod/config/benchmark_configs/amip_progedmf_1m_land_he16.yml
--dep ClimaCoupler.jl-mod/experiments/ClimaEarth/Manifest-v1.11.toml --dep
ClimaCoupler.jl-mod/experiments/ClimaEarth/setup_run.jl --dep
ClimaCoupler.jl-mod/experiments/ClimaEarth/components --dep
ClimaCore.jl-mod/ext --dep ClimaCore.jl-mod/src --dep ClimaCore.jl-mod/lib
--dep ClimaAtmos.jl-mod/src --dep ClimaAtmos.jl-mod/toml -s --gpus=1 -s
--time=240 -- scripts/run-julia-script.sh
--project=ClimaCoupler.jl-mod/experiments/ClimaEarth
ClimaCoupler.jl-mod/experiments/ClimaEarth/run_amip.jl --config_file
ClimaCoupler.jl-mod/config/benchmark_configs/amip_progedmf_1m_land_he16.yml
--job_id gpu_amip_progedmf_1M_land_he16_mod
deps:
- path: ClimaAtmos.jl-mod/src
hash: md5
md5: 81249a28d0e5171f5e7c1cf5b821fe3f.dir
size: 1342507
nfiles: 101
- path: ClimaAtmos.jl-mod/toml
hash: md5
md5: 329a6bf6d39a05b7702627366bc2b0b9.dir
size: 17207
nfiles: 36
- path: ClimaCore.jl-mod/ext
hash: md5
md5: a49144773469108f1fdaeefaba4b651c.dir
size: 185497
nfiles: 25
- path: ClimaCore.jl-mod/lib
hash: md5
md5: 1bae101a018dfc30cae2ab0636204b01.dir
size: 312470
nfiles: 58
- path: ClimaCore.jl-mod/src
hash: md5
md5: 3a0bdd8b734d34a97d76da7177d6dfea.dir
size: 1149880
nfiles: 95
- path:
ClimaCoupler.jl-mod/config/benchmark_configs/amip_progedmf_1m_land_he16.yml
hash: md5
md5: 577bef53fd5c8e8eb2897c6d236dec53
size: 461
- path: ClimaCoupler.jl-mod/experiments/ClimaEarth/Manifest-v1.11.toml
hash: md5
md5: bc5d4497ca3cca1c73f26a22ba63b1b9
size: 142647
- path: ClimaCoupler.jl-mod/experiments/ClimaEarth/components
hash: md5
md5: 3c6608c9d9f6763a18081b0a8e97e6c6.dir
size: 155951
nfiles: 10
- path: ClimaCoupler.jl-mod/experiments/ClimaEarth/run_amip.jl
hash: md5
md5: 89e83d77a7342bbfd35aff9b8bb92bd4
size: 2417
- path: ClimaCoupler.jl-mod/experiments/ClimaEarth/setup_run.jl
hash: md5
md5: e335fc215c78f63b31bf802f4deda933
size: 27844
- path: ClimaCoupler.jl-mod/src
hash: md5
md5: 05cc3e7fd8faf60a41b606236fcd80a6.dir
size: 142121
nfiles: 16
- path: scripts/run-julia-script.sh
hash: md5
md5: c982c866ef1cd9cab26d7c5b78a4224b
size: 560
outs:
- path: .calkit/slurm/logs/amip-mod.out
hash: md5
md5: c7a3b0eb391d00a6edb20af37e7f7239
size: 28553