-
Notifications
You must be signed in to change notification settings - Fork 0
/
parcio.bib
1018 lines (954 loc) · 41 KB
/
parcio.bib
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
990
991
992
993
994
995
996
997
998
999
1000
% FIXME EduMPI - Simplifying the Use of High-Performance Clusters and Focusing Performance Analysis in Parallel Programming Education
@inproceedings{DBLP:conf/ispdc/FuchsSK24a,
author = {Anna Fuchs and
Jannek Squar and
Michael Kuhn},
title = {{Ensemble-Based System Benchmarking for HPC}},
booktitle = {23rd International Symposium on Parallel and Distributed Computing,
{ISPDC} 2024, Chur, Switzerland, July 8-10, 2024},
pages = {1--8},
publisher = {{IEEE}},
year = {2024},
url = {https://doi.org/10.1109/ISPDC62236.2024.10705405},
doi = {10.1109/ISPDC62236.2024.10705405},
timestamp = {Wed, 30 Oct 2024 16:48:46 +0100},
biburl = {https://dblp.org/rec/conf/ispdc/FuchsSK24a.bib},
bibsource = {dblp computer science bibliography, https://dblp.org}
}
@inproceedings{DBLP:conf/ispdc/FuchsSK24,
author = {Anna Fuchs and
Jannek Squar and
Michael Kuhn},
title = {{Towards End-to-End Compression in Lustre}},
booktitle = {23rd International Symposium on Parallel and Distributed Computing,
{ISPDC} 2024, Chur, Switzerland, July 8-10, 2024},
pages = {1--8},
publisher = {{IEEE}},
year = {2024},
url = {https://doi.org/10.1109/ISPDC62236.2024.10705396},
doi = {10.1109/ISPDC62236.2024.10705396},
timestamp = {Wed, 30 Oct 2024 16:48:46 +0100},
biburl = {https://dblp.org/rec/conf/ispdc/FuchsSK24.bib},
bibsource = {dblp computer science bibliography, https://dblp.org}
}
@inproceedings{DBLP:conf/delfi/RothJKK24,
author = {Anna{-}Lena Roth and
David James and
Michael Kuhn and
Johannes Konert},
editor = {Sandra Schulz and
Natalie Kiesler},
title = {{Enhancing Parallel Programming Education with High-Performance Clusters
Utilizing Performance Analysis}},
booktitle = {{DELFI} 2024 - Die 22. Fachtagung Bildungstechnologien der Gesellschaft
f{\"{u}}r Informatik e.V., {DELFI} 2024, Fulda, Germany, September
9-11, 2024},
series = {{LNI}},
volume = {{P-356}},
publisher = {Gesellschaft f{\"{u}}r Informatik e.V.},
year = {2024},
url = {https://doi.org/10.18420/delfi2024\_42},
doi = {10.18420/DELFI2024\_42},
timestamp = {Mon, 14 Oct 2024 17:07:53 +0200},
biburl = {https://dblp.org/rec/conf/delfi/RothJKK24.bib},
bibsource = {dblp computer science bibliography, https://dblp.org}
}
% FIXME Compiler-Based Precalculation of MPI Message Envelopes
@inproceedings{DBLP:conf/iccS/DuweK24,
author = {Kira Duwe and
Michael Kuhn},
editor = {Leonardo Franco and
Cl{\'{e}}lia de Mulatier and
Maciej Paszynski and
Valeria V. Krzhizhanovskaya and
Jack J. Dongarra and
Peter M. A. Sloot},
title = {{DAI: How Pre-computation Speeds up Data Analysis}},
booktitle = {Computational Science - {ICCS} 2024 - 24th International Conference,
Malaga, Spain, July 2-4, 2024, Proceedings, Part {II}},
series = {Lecture Notes in Computer Science},
volume = {14833},
pages = {116--130},
publisher = {Springer},
year = {2024},
url = {https://doi.org/10.1007/978-3-031-63751-3\_8},
doi = {10.1007/978-3-031-63751-3\_8},
timestamp = {Fri, 19 Jul 2024 23:15:39 +0200},
biburl = {https://dblp.org/rec/conf/iccS/DuweK24.bib},
bibsource = {dblp computer science bibliography, https://dblp.org}
}
@inproceedings{DBLP:conf/gvd/KarimWB0S24,
author = {Sajad Karim and
Johannes W{\"{u}}nsche and
David Broneske and
Michael Kuhn and
Gunter Saake},
editor = {Uta St{\"{o}}rl},
title = {{A Design Proposal for a Unified B-epsilon-tree: Embracing NVM in
Memory Hierarchies}},
booktitle = {Proceedings of the 35th GI-Workshop Grundlagen von Datenbanken, Herdecke,
Germany, May 22-24, 2024},
series = {{CEUR} Workshop Proceedings},
volume = {3710},
pages = {43--50},
publisher = {CEUR-WS.org},
year = {2024},
url = {https://ceur-ws.org/Vol-3710/paper7.pdf},
timestamp = {Wed, 26 Jun 2024 16:21:50 +0200},
biburl = {https://dblp.org/rec/conf/gvd/KarimWB0S24.bib},
bibsource = {dblp computer science bibliography, https://dblp.org}
}
% FIXME Modelling MPI Communication using Coloured Petri Nets
% FIXME Automatic Code Transformation of NetCDF Code for I/O Optimisation
@inproceedings{DBLP:conf/iccS/ManiaSKSYL23,
author = {Georgiana Mania and
Nicholas Styles and
Michael Kuhn and
Andreas Salzburger and
Beomki Yeo and
Thomas Ludwig},
editor = {Jir{\'{\i}} Mikyska and
Cl{\'{e}}lia de Mulatier and
Maciej Paszynski and
Valeria V. Krzhizhanovskaya and
Jack J. Dongarra and
Peter M. A. Sloot},
title = {{Vecpar - A Framework for Portability and Parallelization}},
booktitle = {Computational Science - {ICCS} 2023 - 23rd International Conference,
Prague, Czech Republic, July 3-5, 2023, Proceedings, Part {I}},
series = {Lecture Notes in Computer Science},
volume = {14073},
pages = {253--267},
publisher = {Springer},
year = {2023},
url = {https://doi.org/10.1007/978-3-031-35995-8\_18},
doi = {10.1007/978-3-031-35995-8\_18},
timestamp = {Wed, 05 Jul 2023 16:00:02 +0200},
biburl = {https://dblp.org/rec/conf/iccS/ManiaSKSYL23.bib},
bibsource = {dblp computer science bibliography, https://dblp.org}
}
@inproceedings{DBLP:conf/gvd/KarimWB0S23,
author = {Sajad Karim and
Johannes W{\"{u}}nsche and
David Broneske and
Michael Kuhn and
Gunter Saake},
editor = {Holger Schwarz},
title = {{Assessing Non-volatile Memory in Modern Heterogeneous Storage Landscape
using a Write-optimized Storage Stack}},
booktitle = {Proceedings of the 34th GI-Workshop on Foundations of Databases (Grundlagen
von Datenbanken), Hirsau, Germany, June 7-9, 2023},
series = {{CEUR} Workshop Proceedings},
volume = {3714},
publisher = {CEUR-WS.org},
year = {2023},
url = {https://ceur-ws.org/Vol-3714/paper4.pdf},
timestamp = {Tue, 02 Jul 2024 16:38:04 +0200},
biburl = {https://dblp.org/rec/conf/gvd/KarimWB0S23.bib},
bibsource = {dblp computer science bibliography, https://dblp.org}
}
@inproceedings{DBLP:conf/eurosys/WunscheKKBS23,
author = {Johannes W{\"{u}}nsche and
Sajad Karim and
Michael Kuhn and
David Broneske and
Gunter Saake},
editor = {Jean{-}Thomas Acquaviva and
Shadi Ibrahim and
Suren Byna},
title = {{Intelligent Data Migration Policies in a Write-Optimized Copy-on-Write
Tiered Storage Stack}},
booktitle = {Proceedings of the 3rd Workshop on Challenges and Opportunities of
Efficient and Performant Storage Systems, {CHEOPS} 2023, Rome, Italy,
8 May 2023},
pages = {17--26},
publisher = {{ACM}},
year = {2023},
url = {https://doi.org/10.1145/3578353.3589543},
doi = {10.1145/3578353.3589543},
timestamp = {Wed, 31 May 2023 12:35:53 +0200},
biburl = {https://dblp.org/rec/conf/eurosys/WunscheKKBS23.bib},
bibsource = {dblp computer science bibliography, https://dblp.org}
}
% FIXME Green Storage: Parallel File Systems on ARM
@inproceedings{DBLP:conf/kes/SquarSF0022,
author = {Jannek Squar and
Niclas Schroeter and
Anna Fuchs and
Michael Kuhn and
Thomas Ludwig},
editor = {Matteo Cristani and
Carlos Toro and
Cecilia Zanni{-}Merk and
Robert J. Howlett and
Lakhmi C. Jain},
title = {{Content queries and in-depth analysis on version-controlled software}},
booktitle = {Knowledge-Based and Intelligent Information {\&} Engineering Systems:
Proceedings of the 26th International Conference KES-2022, Verona,
Italy and Virtual Event, 7-9 September 2022},
series = {Procedia Computer Science},
volume = {207},
pages = {1261--1270},
publisher = {Elsevier},
year = {2022},
url = {https://doi.org/10.1016/j.procs.2022.09.182},
doi = {10.1016/j.procs.2022.09.182},
timestamp = {Mon, 23 Jan 2023 12:04:47 +0100},
biburl = {https://dblp.org/rec/conf/kes/SquarSF0022.bib},
bibsource = {dblp computer science bibliography, https://dblp.org}
}
@inproceedings{DBLP:conf/kes/KeiffVF0S022,
author = {Maximilian Keiff and
Frederic Voigt and
Anna Fuchs and
Michael Kuhn and
Jannek Squar and
Thomas Ludwig},
editor = {Matteo Cristani and
Carlos Toro and
Cecilia Zanni{-}Merk and
Robert J. Howlett and
Lakhmi C. Jain},
title = {{Automated performance analysis tools framework for HPC programs}},
booktitle = {Knowledge-Based and Intelligent Information {\&} Engineering Systems:
Proceedings of the 26th International Conference KES-2022, Verona,
Italy and Virtual Event, 7-9 September 2022},
series = {Procedia Computer Science},
volume = {207},
pages = {1067--1076},
publisher = {Elsevier},
year = {2022},
url = {https://doi.org/10.1016/j.procs.2022.09.162},
doi = {10.1016/j.procs.2022.09.162},
timestamp = {Mon, 23 Jan 2023 12:04:47 +0100},
biburl = {https://dblp.org/rec/conf/kes/KeiffVF0S022.bib},
bibsource = {dblp computer science bibliography, https://dblp.org}
}
@article{DBLP:journals/sigops/PlehnF0L022,
author = {Julius Plehn and
Anna Fuchs and
Michael Kuhn and
Jakob L{\"{u}}ttgau and
Thomas Ludwig},
title = {{Data-Aware Compression for HPC using Machine Learning}},
journal = {{ACM} {SIGOPS} Oper. Syst. Rev.},
volume = {56},
number = {1},
pages = {62--69},
year = {2022},
url = {https://doi.org/10.1145/3544497.3544508},
doi = {10.1145/3544497.3544508},
timestamp = {Fri, 15 Jul 2022 11:21:15 +0200},
biburl = {https://dblp.org/rec/journals/sigops/PlehnF0L022.bib},
bibsource = {dblp computer science bibliography, https://dblp.org}
}
% FIXME Energy Efficiency of Parallel File Systems on an ARM Cluster
@inproceedings{DBLP:conf/eurosys/PlehnF0L022,
author = {Julius Plehn and
Anna Fuchs and
Michael Kuhn and
Jakob L{\"{u}}ttgau and
Thomas Ludwig},
editor = {Michael Kuhn and
Kira Duwe and
Jean{-}Thomas Acquaviva and
Konstantinos Chasapis and
Jalil Boukhobza},
title = {{Data-Aware Compression for HPC using Machine Learning}},
booktitle = {CHEOPS@EuroSys 2022: Proceedings of the Workshop on Challenges and
Opportunities of Efficient and Performant Storage Systems, Rennes,
France, 5 April 2022},
pages = {8--15},
publisher = {{ACM}},
year = {2022},
url = {https://doi.org/10.1145/3503646.3524294},
doi = {10.1145/3503646.3524294},
timestamp = {Wed, 30 Mar 2022 16:47:07 +0200},
biburl = {https://dblp.org/rec/conf/eurosys/PlehnF0L022.bib},
bibsource = {dblp computer science bibliography, https://dblp.org}
}
@proceedings{DBLP:conf/eurosys/2022cheops,
editor = {Michael Kuhn and
Kira Duwe and
Jean{-}Thomas Acquaviva and
Konstantinos Chasapis and
Jalil Boukhobza},
title = {{CHEOPS@EuroSys 2022: Proceedings of the Workshop on Challenges and
Opportunities of Efficient and Performant Storage Systems, Rennes,
France, 5 April 2022}},
publisher = {{ACM}},
year = {2022},
url = {https://doi.org/10.1145/3503646},
doi = {10.1145/3503646},
isbn = {978-1-4503-9209-9},
timestamp = {Wed, 30 Mar 2022 16:46:16 +0200},
biburl = {https://dblp.org/rec/conf/eurosys/2022cheops.bib},
bibsource = {dblp computer science bibliography, https://dblp.org}
}
@inproceedings{DBLP:conf/supercomputer/BleselKS21,
author = {Michael Blesel and
Michael Kuhn and
Jannek Squar},
editor = {Heike Jagode and
Hartwig Anzt and
Hatem Ltaief and
Piotr Luszczek},
title = {{heimdallr: Improving Compile Time Correctness Checking for Message
Passing with Rust}},
booktitle = {High Performance Computing - {ISC} High Performance Digital 2021 International
Workshops, Frankfurt am Main, Germany, June 24 - July 2, 2021, Revised
Selected Papers},
series = {Lecture Notes in Computer Science},
volume = {12761},
pages = {199--211},
publisher = {Springer},
year = {2021},
url = {https://doi.org/10.1007/978-3-030-90539-2\_13},
doi = {10.1007/978-3-030-90539-2\_13},
timestamp = {Wed, 15 Dec 2021 10:33:01 +0100},
biburl = {https://dblp.org/rec/conf/supercomputer/BleselKS21.bib},
bibsource = {dblp computer science bibliography, https://dblp.org}
}
@article{DBLP:journals/csbs/AiMGKS21,
author = {Xiaocong Ai and
Georgiana Mania and
Heather M. Gray and
Michael Kuhn and
Nicholas Styles},
title = {{A GPU-Based Kalman Filter for Track Fitting}},
journal = {Comput. Softw. Big Sci.},
volume = {5},
number = {1},
year = {2021},
url = {https://link.springer.com/article/10.1007/s41781-021-00065-z},
timestamp = {Wed, 09 Mar 2022 16:53:11 +0100},
biburl = {https://dblp.org/rec/journals/csbs/AiMGKS21.bib},
bibsource = {dblp computer science bibliography, https://dblp.org}
}
% FIXME A GPU-based Kalman Filter for Track Fitting (arXiv)
@proceedings{DBLP:conf/europar/2020w,
editor = {Bartosz Balis and
Dora B. Heras and
Laura Antonelli and
Andrea Bracciali and
Thomas Gruber and
Jin Hyun{-}Wook and
Michael Kuhn and
Stephen L. Scott and
Didem Unat and
Roman Wyrzykowski},
title = {{Euro-Par 2020: Parallel Processing Workshops - Euro-Par 2020 International
Workshops, Warsaw, Poland, August 24-25, 2020, Revised Selected Papers}},
series = {Lecture Notes in Computer Science},
volume = {12480},
publisher = {Springer},
year = {2021},
url = {https://doi.org/10.1007/978-3-030-71593-9},
doi = {10.1007/978-3-030-71593-9},
isbn = {978-3-030-71592-2},
timestamp = {Tue, 23 Mar 2021 08:40:24 +0100},
biburl = {https://dblp.org/rec/conf/europar/2020w.bib},
bibsource = {dblp computer science bibliography, https://dblp.org}
}
@proceedings{DBLP:conf/eurosys/2021cheops,
editor = {Michael Kuhn and
Kira Duwe and
Jean{-}Thomas Acquaviva and
Konstantinos Chasapis and
Jalil Boukhobza},
title = {{CHEOPS '21: Proceedings of the Workshop on Challenges and Opportunities
of Efficient and Performant Storage Systems, In Conjunction with EuroSys
2021, Online Event, United Kingdom, April, 2021}},
publisher = {{ACM}},
year = {2021},
url = {https://doi.org/10.1145/3439839},
doi = {10.1145/3439839},
isbn = {978-1-4503-8302-8},
timestamp = {Thu, 30 Dec 2021 14:53:24 +0100},
biburl = {https://dblp.org/rec/conf/eurosys/2021cheops.bib},
bibsource = {dblp computer science bibliography, https://dblp.org}
}
@inproceedings{DBLP:conf/systor/Duwe021,
author = {Kira Duwe and
Michael Kuhn},
editor = {Bruno Wassermann and
Michal Malka and
Vijay Chidambaram and
Danny Raz},
title = {{Dissecting Self-Describing Data Formats to Enable Advanced Querying
of File Metadata}},
booktitle = {{SYSTOR} '21: The 14th {ACM} International Systems and Storage Conference,
Haifa, Israel, June 14-16, 2021},
pages = {12:1--12:7},
publisher = {{ACM}},
year = {2021},
url = {https://doi.org/10.1145/3456727.3463778},
doi = {10.1145/3456727.3463778},
timestamp = {Fri, 11 Jun 2021 13:27:20 +0200},
biburl = {https://dblp.org/rec/conf/systor/Duwe021.bib},
bibsource = {dblp computer science bibliography, https://dblp.org}
}
% FIXME Coupling Storage Systems and Self-Describing Data Formats for Global Metadata Management
@inproceedings{DBLP:conf/eurosys/Duwe021,
author = {Kira Duwe and
Michael Kuhn},
editor = {Michael Kuhn and
Kira Duwe and
Jean{-}Thomas Acquaviva and
Konstantinos Chasapis and
Jalil Boukhobza},
title = {{Using Ceph's BlueStore as Object Storage in HPC Storage Framework}},
booktitle = {{CHEOPS} '21: Proceedings of the Workshop on Challenges and Opportunities
of Efficient and Performant Storage Systems, In Conjunction with EuroSys
2021, Online Event, United Kingdom, April, 2021},
pages = {3:1--3:6},
publisher = {{ACM}},
year = {2021},
url = {https://doi.org/10.1145/3439839.3458734},
doi = {10.1145/3439839.3458734},
timestamp = {Mon, 03 Jan 2022 22:27:51 +0100},
biburl = {https://dblp.org/rec/conf/eurosys/Duwe021.bib},
bibsource = {dblp computer science bibliography, https://dblp.org}
}
% FIXME Improving Energy Efficiency of Scientific Data Compression with Decision Trees
% FIXME ArduPower v2: Open and Modular Power Measurement for HPC Components
@inproceedings{DBLP:conf/ispdc/SquarJBK020,
author = {Jannek Squar and
Tim Jammer and
Michael Blesel and
Michael Kuhn and
Thomas Ludwig},
title = {{Compiler Assisted Source Transformation of OpenMP Kernels}},
booktitle = {19th International Symposium on Parallel and Distributed Computing,
{ISPDC} 2020, Warsaw, Poland, July 5-8, 2020},
pages = {44--51},
publisher = {{IEEE}},
year = {2020},
url = {https://doi.org/10.1109/ISPDC51135.2020.00016},
doi = {10.1109/ISPDC51135.2020.00016},
timestamp = {Wed, 30 Sep 2020 09:17:05 +0200},
biburl = {https://dblp.org/rec/conf/ispdc/SquarJBK020.bib},
bibsource = {dblp computer science bibliography, https://dblp.org}
}
@article{DBLP:journals/superfri/DuweLMSF0B020,
author = {Kira Duwe and
Jakob L{\"{u}}ttgau and
Georgiana Mania and
Jannek Squar and
Anna Fuchs and
Michael Kuhn and
Eugen Betke and
Thomas Ludwig},
title = {{State of the Art and Future Trends in Data Reduction for High-Performance
Computing}},
journal = {Supercomput. Front. Innov.},
volume = {7},
number = {1},
pages = {4--36},
year = {2020},
url = {https://doi.org/10.14529/jsfi200101},
doi = {10.14529/jsfi200101},
timestamp = {Fri, 11 Dec 2020 15:05:19 +0100},
biburl = {https://dblp.org/rec/journals/superfri/DuweLMSF0B020.bib},
bibsource = {dblp computer science bibliography, https://dblp.org}
}
@article{DBLP:journals/insk/Kuhn19,
author = {Michael Kuhn},
title = {{Parallele Dateisysteme}},
journal = {Inform. Spektrum},
volume = {42},
number = {5},
pages = {360--364},
year = {2019},
url = {https://doi.org/10.1007/s00287-019-01209-7},
doi = {10.1007/s00287-019-01209-7},
timestamp = {Wed, 02 Dec 2020 12:48:40 +0100},
biburl = {https://dblp.org/rec/journals/insk/Kuhn19.bib},
bibsource = {dblp computer science bibliography, https://dblp.org}
}
% FIXME Towards an HPC Certification Program
@inproceedings{DBLP:conf/sbac-pad/AlforovLNKK18,
author = {Yevhen Alforov and
Thomas Ludwig and
Anastasiia Novikova and
Michael Kuhn and
Julian M. Kunkel},
title = {{Towards Green Scientific Data Compression Through High-Level I/O
Interfaces}},
booktitle = {30th International Symposium on Computer Architecture and High Performance
Computing, {SBAC-PAD} 2018, Lyon, France, September 24-27, 2018},
pages = {209--216},
publisher = {{IEEE}},
year = {2018},
url = {https://doi.org/10.1109/CAHPC.2018.8645921},
doi = {10.1109/CAHPC.2018.8645921},
timestamp = {Wed, 16 Oct 2019 14:14:53 +0200},
biburl = {https://dblp.org/rec/conf/sbac-pad/AlforovLNKK18.bib},
bibsource = {dblp computer science bibliography, https://dblp.org}
}
@article{DBLP:journals/fgcs/MatriABPCAKCL20,
author = {Pierre Matri and
Yevhen Alforov and
{\'{A}}lvaro Brand{\'{o}}n and
Mar{\'{\i}}a S. P{\'{e}}rez and
Alexandru Costan and
Gabriel Antoniu and
Michael Kuhn and
Philip H. Carns and
Thomas Ludwig},
title = {{Mission possible: Unify HPC and Big Data stacks towards application-defined
blobs at the storage layer}},
journal = {Future Gener. Comput. Syst.},
volume = {109},
pages = {668--677},
year = {2020},
url = {https://doi.org/10.1016/j.future.2018.07.035},
doi = {10.1016/j.future.2018.07.035},
timestamp = {Tue, 23 Mar 2021 14:11:21 +0100},
biburl = {https://dblp.org/rec/journals/fgcs/MatriABPCAKCL20.bib},
bibsource = {dblp computer science bibliography, https://dblp.org}
}
@article{DBLP:journals/superfri/Luttgau0DABK018,
author = {Jakob L{\"{u}}ttgau and
Michael Kuhn and
Kira Duwe and
Yevhen Alforov and
Eugen Betke and
Julian M. Kunkel and
Thomas Ludwig},
title = {{Survey of Storage Systems for High-Performance Computing}},
journal = {Supercomput. Front. Innov.},
volume = {5},
number = {1},
pages = {31--58},
year = {2018},
url = {https://doi.org/10.14529/jsfi180103},
doi = {10.14529/jsfi180103},
timestamp = {Fri, 11 Dec 2020 15:05:18 +0100},
biburl = {https://dblp.org/rec/journals/superfri/Luttgau0DABK018.bib},
bibsource = {dblp computer science bibliography, https://dblp.org}
}
@inproceedings{DBLP:conf/supercomputer/Kuhn17,
author = {Michael Kuhn},
editor = {Julian M. Kunkel and
Rio Yokota and
Michela Taufer and
John Shalf},
title = {{JULEA: A Flexible Storage Framework for HPC}},
booktitle = {High Performance Computing - {ISC} High Performance 2017 International
Workshops, DRBSD, ExaComm, HCPM, HPC-IODC, IWOPH, IXPUG, P{\^{}}3MA,
VHPC, Visualization at Scale, WOPSSS, Frankfurt, Germany, June 18-22,
2017, Revised Selected Papers},
series = {Lecture Notes in Computer Science},
volume = {10524},
pages = {712--723},
publisher = {Springer},
year = {2017},
url = {https://doi.org/10.1007/978-3-319-67630-2\_51},
doi = {10.1007/978-3-319-67630-2\_51},
timestamp = {Mon, 16 Sep 2019 15:29:34 +0200},
biburl = {https://dblp.org/rec/conf/supercomputer/Kuhn17.bib},
bibsource = {dblp computer science bibliography, https://dblp.org}
}
@inproceedings{DBLP:conf/cluster/MatriABKCL17,
author = {Pierre Matri and
Yevhen Alforov and
{\'{A}}lvaro Brand{\'{o}}n and
Michael Kuhn and
Philip H. Carns and
Thomas Ludwig},
title = {{Could Blobs Fuel Storage-Based Convergence Between HPC and Big Data?}},
booktitle = {2017 {IEEE} International Conference on Cluster Computing, {CLUSTER}
2017, Honolulu, HI, USA, September 5-8, 2017},
pages = {81--86},
publisher = {{IEEE} Computer Society},
year = {2017},
url = {https://doi.org/10.1109/CLUSTER.2017.63},
doi = {10.1109/CLUSTER.2017.63},
timestamp = {Wed, 16 Oct 2019 14:14:57 +0200},
biburl = {https://dblp.org/rec/conf/cluster/MatriABKCL17.bib},
bibsource = {dblp computer science bibliography, https://dblp.org}
}
% FIXME Wissenschaftliches Rechnen - Scientific Computing - 2016
% FIXME Performance and Power Optimization
@article{DBLP:journals/superfri/0003K016,
author = {Michael Kuhn and
Julian M. Kunkel and
Thomas Ludwig},
title = {{Data Compression for Climate Data}},
journal = {Supercomput. Front. Innov.},
volume = {3},
number = {1},
pages = {75--94},
year = {2016},
url = {https://doi.org/10.14529/jsfi160105},
doi = {10.14529/jsfi160105},
timestamp = {Tue, 15 Dec 2020 17:40:20 +0100},
biburl = {https://dblp.org/rec/journals/superfri/0003K016.bib},
bibsource = {dblp computer science bibliography, https://dblp.org}
}
@article{DBLP:journals/tjs/LlopisDBIHK16,
author = {Pablo Llopis and
Manuel F. Dolz and
Francisco Javier Garc{\'{\i}}a Blas and
Florin Isaila and
Mohammad Reza Heidari and
Michael Kuhn},
title = {{Analyzing the energy consumption of the storage data path}},
journal = {J. Supercomput.},
volume = {72},
number = {11},
pages = {4089--4106},
year = {2016},
url = {https://doi.org/10.1007/s11227-016-1729-4},
doi = {10.1007/s11227-016-1729-4},
timestamp = {Fri, 22 May 2020 13:27:56 +0200},
biburl = {https://dblp.org/rec/journals/tjs/LlopisDBIHK16.bib},
bibsource = {dblp computer science bibliography, https://dblp.org}
}
@inproceedings{DBLP:conf/green/DolzH00F15,
author = {Manuel F. Dolz and
Mohammad Reza Heidari and
Michael Kuhn and
Thomas Ludwig and
Germ{\'{a}}n Fabregat},
title = {{ArduPower: A Low-cost Wattmeter to improve Energy Efficiency of
HPC Applications}},
booktitle = {Sixth International Green and Sustainable Computing Conference, {IGSC}
2015, Las Vegas, NV, USA, December 14-16, 2015},
pages = {1--8},
publisher = {{IEEE} Computer Society},
year = {2015},
url = {https://doi.org/10.1109/IGCC.2015.7393692},
doi = {10.1109/IGCC.2015.7393692},
timestamp = {Wed, 16 Oct 2019 14:14:55 +0200},
biburl = {https://dblp.org/rec/conf/green/DolzH00F15.bib},
bibsource = {dblp computer science bibliography, https://dblp.org}
}
@inproceedings{DBLP:conf/sc/DrosteKL15,
author = {Alexander Droste and
Michael Kuhn and
Thomas Ludwig},
editor = {Hal Finkel},
title = {{MPI-Checker: Static Analysis for MPI}},
booktitle = {Proceedings of the Second Workshop on the {LLVM} Compiler Infrastructure
in HPC, {LLVM} 2015, Austin, Texas, USA, November 15, 2015},
pages = {3:1--3:10},
publisher = {{ACM}},
year = {2015},
url = {https://doi.org/10.1145/2833157.2833159},
doi = {10.1145/2833157.2833159},
timestamp = {Tue, 06 Nov 2018 16:59:29 +0100},
biburl = {https://dblp.org/rec/conf/sc/DrosteKL15.bib},
bibsource = {dblp computer science bibliography, https://dblp.org}
}
% FIXME Analyzing Power Consumption of I/O Operations in HPC Applications
@inproceedings{DBLP:conf/supercomputer/BartzC0N015,
author = {Christopher Bartz and
Konstantinos Chasapis and
Michael Kuhn and
Petra Nerge and
Thomas Ludwig},
editor = {Julian M. Kunkel and
Thomas Ludwig},
title = {{A Best Practice Analysis of HDF5 and NetCDF-4 Using Lustre}},
booktitle = {High Performance Computing - 30th International Conference, {ISC}
High Performance 2015, Frankfurt, Germany, July 12-16, 2015, Proceedings},
series = {Lecture Notes in Computer Science},
volume = {9137},
pages = {274--281},
publisher = {Springer},
year = {2015},
url = {https://doi.org/10.1007/978-3-319-20119-1\_20},
doi = {10.1007/978-3-319-20119-1\_20},
timestamp = {Tue, 14 May 2019 10:00:40 +0200},
biburl = {https://dblp.org/rec/conf/supercomputer/BartzC0N015.bib},
bibsource = {dblp computer science bibliography, https://dblp.org}
}
@inproceedings{DBLP:conf/supercomputer/Kuhn15,
author = {Michael Kuhn},
editor = {Julian M. Kunkel and
Thomas Ludwig},
title = {{Dynamically Adaptable I/O Semantics for High Performance Computing}},
booktitle = {High Performance Computing - 30th International Conference, {ISC}
High Performance 2015, Frankfurt, Germany, July 12-16, 2015, Proceedings},
series = {Lecture Notes in Computer Science},
volume = {9137},
pages = {240--256},
publisher = {Springer},
year = {2015},
url = {https://doi.org/10.1007/978-3-319-20119-1\_18},
doi = {10.1007/978-3-319-20119-1\_18},
timestamp = {Tue, 14 May 2019 10:00:40 +0200},
biburl = {https://dblp.org/rec/conf/supercomputer/Kuhn15.bib},
bibsource = {dblp computer science bibliography, https://dblp.org}
}
% FIXME Speicherung großer Datenmengen und Energieeffizienz
@inproceedings{DBLP:conf/hpc/LautenschlagerA14,
author = {Michael Lautenschlager and
Panagiotis Adamidis and
Michael Kuhn},
editor = {Lucio Grandinetti and
Gerhard R. Joubert and
Marcel Kunze and
Valerio Pascucci},
title = {{Big Data Research at DKRZ -- Climate Model Data Production Workflow}},
booktitle = {Big Data and High Performance Computing - Selected Papers from the
High Performance Computing Workshop, Cetraro, Italy, July 7-11, 2014},
series = {Advances in Parallel Computing},
volume = {26},
pages = {133--155},
publisher = {{IOS} Press},
year = {2014},
url = {https://doi.org/10.3233/978-1-61499-583-8-133},
doi = {10.3233/978-1-61499-583-8-133},
timestamp = {Mon, 26 Feb 2018 13:34:29 +0100},
biburl = {https://dblp.org/rec/conf/hpc/LautenschlagerA14.bib},
bibsource = {dblp computer science bibliography, https://dblp.org}
}
% FIXME Compression By Default - Reducing Total Cost of Ownership of Storage Systems
@article{DBLP:journals/superfri/Kunkel0014,
author = {Julian Martin Kunkel and
Michael Kuhn and
Thomas Ludwig},
title = {{Exascale Storage Systems -- An Analytical Study of Expenses}},
journal = {Supercomput. Front. Innov.},
volume = {1},
number = {1},
pages = {116--134},
year = {2014},
url = {https://doi.org/10.14529/jsfi140106},
doi = {10.14529/jsfi140106},
timestamp = {Wed, 16 Dec 2020 16:53:25 +0100},
biburl = {https://dblp.org/rec/journals/superfri/Kunkel0014.bib},
bibsource = {dblp computer science bibliography, https://dblp.org}
}
% FIXME Evaluating Power-Performace Benefits of Data Compression in HPC Storage Servers
@inproceedings{DBLP:conf/sc/ChasapisDKL14,
author = {Konstantinos Chasapis and
Manuel F. Dolz and
Michael Kuhn and
Thomas Ludwig},
editor = {Dean Hildebrand and
Dries Kimpe and
Xiaosong Ma},
title = {{Evaluating Lustre's Metadata Server on a Multi-Socket Platform}},
booktitle = {Proceedings of the 9th Parallel Data Storage Workshop, {PDSW} '14,
New Orleans, Louisiana, USA, November 16-21, 2014},
pages = {13--18},
publisher = {{IEEE}},
year = {2014},
url = {https://doi.org/10.1109/PDSW.2014.5},
doi = {10.1109/PDSW.2014.5},
timestamp = {Wed, 16 Oct 2019 14:14:57 +0200},
biburl = {https://dblp.org/rec/conf/sc/ChasapisDKL14.bib},
bibsource = {dblp computer science bibliography, https://dblp.org}
}
@inproceedings{DBLP:conf/supercomputer/Kuhn13,
author = {Michael Kuhn},
editor = {Julian M. Kunkel and
Thomas Ludwig and
Hans Werner Meuer},
title = {{A Semantics-Aware I/O Interface for High Performance Computing}},
booktitle = {Supercomputing - 28th International Supercomputing Conference, {ISC}
2013, Leipzig, Germany, June 16-20, 2013. Proceedings},
series = {Lecture Notes in Computer Science},
volume = {7905},
pages = {408--421},
publisher = {Springer},
year = {2013},
url = {https://doi.org/10.1007/978-3-642-38750-0\_31},
doi = {10.1007/978-3-642-38750-0\_31},
timestamp = {Tue, 14 May 2019 10:00:40 +0200},
biburl = {https://dblp.org/rec/conf/supercomputer/Kuhn13.bib},
bibsource = {dblp computer science bibliography, https://dblp.org}
}
@inproceedings{DBLP:conf/sc/MeisterKBCKK12,
author = {Dirk Meister and
J{\"{u}}rgen Kaiser and
Andr{\'{e}} Brinkmann and
Toni Cortes and
Michael Kuhn and
Julian M. Kunkel},
editor = {Jeffrey K. Hollingsworth},
title = {{A Study on Data Deduplication in HPC Storage Systems}},
booktitle = {{SC} Conference on High Performance Computing Networking, Storage
and Analysis, {SC} '12, Salt Lake City, UT, {USA} - November 11 -
15, 2012},
pages = {7},
publisher = {{IEEE/ACM}},
year = {2012},
url = {https://doi.org/10.1109/SC.2012.14},
doi = {10.1109/SC.2012.14},
timestamp = {Wed, 16 Oct 2019 14:14:57 +0200},
biburl = {https://dblp.org/rec/conf/sc/MeisterKBCKK12.bib},
bibsource = {dblp computer science bibliography, https://dblp.org}
}
% FIXME Scientific Computing: Performance and Efficiency in Climate Models
% FIXME Evaluating the Influence of File System Interfaces and Semantics on I/O Throughput in High Performance Computing
@inproceedings{DBLP:conf/pdp/KuhnKL12,
author = {Michael Kuhn and
Julian M. Kunkel and
Thomas Ludwig},
editor = {Rainer Stotzka and
Michael Schiffers and
Yannis Cotronis},
title = {{Simulation-Aided Performance Evaluation of Server-Side Input/Output
Optimizations}},
booktitle = {Proceedings of the 20th Euromicro International Conference on Parallel,
Distributed and Network-Based Processing, {PDP} 2012, Munich, Germany,
February 15-17, 2012},
pages = {562--566},
publisher = {{IEEE}},
year = {2012},
url = {https://doi.org/10.1109/PDP.2012.35},
doi = {10.1109/PDP.2012.35},
timestamp = {Wed, 16 Oct 2019 14:14:55 +0200},
biburl = {https://dblp.org/rec/conf/pdp/KuhnKL12.bib},
bibsource = {dblp computer science bibliography, https://dblp.org}
}
@inproceedings{DBLP:conf/parco/KuhnKTM011,
author = {Michael Kuhn and
Julian M. Kunkel and
Yuichi Tsujita and
Hidetaka Muguruma and
Thomas Ludwig},
editor = {Koen De Bosschere and
Erik H. D'Hollander and
Gerhard R. Joubert and
David A. Padua and
Frans J. Peters and
Mark Sawyer},
title = {{Optimizations for Two-Phase Collective I/O}},
booktitle = {Applications, Tools and Techniques on the Road to Exascale Computing,
Proceedings of the conference ParCo 2011, 31 August - 3 September
2011, Ghent, Belgium},
series = {Advances in Parallel Computing},
volume = {22},
pages = {455--462},
publisher = {{IOS} Press},
year = {2011},
url = {https://doi.org/10.3233/978-1-61499-041-3-455},
doi = {10.3233/978-1-61499-041-3-455},
timestamp = {Fri, 26 May 2017 00:51:02 +0200},
biburl = {https://dblp.org/rec/conf/parco/KuhnKTM011.bib},
bibsource = {dblp computer science bibliography, https://dblp.org}
}
@incollection{DBLP:reference/crc/MinartzMKK0012,
author = {Timo Minartz and
Daniel Molka and
Julian M. Kunkel and
Michael Knobloch and
Michael Kuhn and
Thomas Ludwig},
editor = {Ishfaq Ahmad and
Sanjay Ranka},
title = {{Tool Environments to Measure Power Consumption and Computational Performance}},
booktitle = {Handbook of Energy-Aware and Green Computing - Two Volume Set},
pages = {709--744},
publisher = {Chapman and Hall/CRC},
year = {2012},
url = {http://www.crcnetbase.com/doi/abs/10.1201/b16631-38},
timestamp = {Wed, 12 Jul 2017 09:11:51 +0200},
biburl = {https://dblp.org/rec/reference/crc/MinartzMKK0012.bib},
bibsource = {dblp computer science bibliography, https://dblp.org}
}
@article{DBLP:journals/ife/KunkelM0012,
author = {Julian M. Kunkel and
Timo Minartz and
Michael Kuhn and
Thomas Ludwig},
title = {{Towards an Energy-Aware Scientific I/O Interface -- Stretching the
ADIOS Interface to Foster Performance Analysis and Energy Awareness}},
journal = {Comput. Sci. Res. Dev.},
volume = {27},
number = {4},
pages = {337--345},
year = {2012},
url = {https://doi.org/10.1007/s00450-011-0193-x},
doi = {10.1007/s00450-011-0193-x},
timestamp = {Wed, 04 Mar 2020 14:20:27 +0100},
biburl = {https://dblp.org/rec/journals/ife/KunkelM0012.bib},
bibsource = {dblp computer science bibliography, https://dblp.org}
}
@article{DBLP:journals/ife/KunkelMK010,
author = {Julian M. Kunkel and
Olga Mordvinova and
Michael Kuhn and
Thomas Ludwig},
title = {{Collecting Energy Consumption of Scientific Data -- Energy Demands
for Files During Their Life Cycle}},
journal = {Comput. Sci. Res. Dev.},
volume = {25},
number = {3-4},
pages = {197--205},
year = {2010},
url = {https://doi.org/10.1007/s00450-010-0121-5},
doi = {10.1007/s00450-010-0121-5},
timestamp = {Wed, 04 Mar 2020 14:20:33 +0100},
biburl = {https://dblp.org/rec/journals/ife/KunkelMK010.bib},
bibsource = {dblp computer science bibliography, https://dblp.org}
}
@article{DBLP:journals/concurrency/KuhnK009,
author = {Michael Kuhn and
Julian M. Kunkel and
Thomas Ludwig},
title = {{Dynamic file system semantics to enable metadata optimizations in
PVFS}},
journal = {Concurr. Comput. Pract. Exp.},
volume = {21},
number = {14},
pages = {1775--1788},
year = {2009},
url = {https://doi.org/10.1002/cpe.1439},
doi = {10.1002/cpe.1439},
timestamp = {Mon, 02 Mar 2020 17:20:58 +0100},
biburl = {https://dblp.org/rec/journals/concurrency/KuhnK009.bib},
bibsource = {dblp computer science bibliography, https://dblp.org}
}
@inproceedings{DBLP:conf/europar/KuhnK008,
author = {Michael Kuhn and
Julian M. Kunkel and
Thomas Ludwig},
editor = {Emilio Luque and
Tom{\`{a}}s Margalef and
Domingo Benitez},
title = {{Directory-Based Metadata Optimizations for Small Files in PVFS}},
booktitle = {Euro-Par 2008 - Parallel Processing, 14th International Euro-Par Conference,
Las Palmas de Gran Canaria, Spain, August 26-29, 2008, Proceedings},
series = {Lecture Notes in Computer Science},
volume = {5168},
pages = {90--99},
publisher = {Springer},
year = {2008},
url = {https://doi.org/10.1007/978-3-540-85451-7\_11},
doi = {10.1007/978-3-540-85451-7\_11},
timestamp = {Tue, 14 May 2019 10:00:46 +0200},
biburl = {https://dblp.org/rec/conf/europar/KuhnK008.bib},
bibsource = {dblp computer science bibliography, https://dblp.org}
}
@inproceedings{DBLP:conf/pvm/0002KKKL07,
author = {Thomas Ludwig and
Stephan Krempel and
Michael Kuhn and
Julian M. Kunkel and
Christian Lohse},
editor = {Franck Cappello and