-
Notifications
You must be signed in to change notification settings - Fork 4
/
collection.bib
3988 lines (3566 loc) · 139 KB
/
collection.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
@comment{Copyright Grigory Rechistov, 2010-2016}
@comment{This file is used to store literature references used in my papers, notes, books etc}
@inproceedings{DBLP:conf/ispass/RicoDCERV11,
author = {Alejandro Rico and Alejandro Duran and Felipe Cabarcas and Yoav Etsion and Alex Ramírez and Mateo Valero},
bibsource = {DBLP, http://dblp.uni-trier.de},
booktitle = {{ISPASS}},
crossref = {DBLP:conf/ispass/2011},
ee = {http://doi.ieeecomputersociety.org/10.1109/ISPASS.2011.5762718},
pages = {87–96},
title = {{Trace-driven simulation of multithreaded applications}},
url = {http://ispass.org/ispass2011/slides/3_1.pdf},
year = {2011},
urldate = {2012-05-01},
}
@inproceedings{DBLP:conf/systor/MajoG11,
author = {Zoltan Majo and Thomas R. Gross},
bibsource = {DBLP, http://dblp.uni-trier.de},
booktitle = {{SYSTOR}},
crossref = {DBLP:conf/systor/2011},
ee = {http://doi.acm.org/10.1145/1987816.1987832},
pages = {12},
title = {{Memory system performance in a {NUMA} multicore multiprocessor}},
year = {2011},
urldate = {2012-02-20},
}
@inproceedings{c-c-speedup,
author = {X. Li and Miroslaw Malek},
bibsource = {DBLP, http://dblp.uni-trier.de},
booktitle = {{IEEE Real-Time Systems Symposium}},
crossref = {DBLP:conf/rtss/1988},
pages = {282–288},
title = {{Analysis of Speedup and Communication/Computation Ratio in Multiprocessor Systems}},
year = {1988}
}
@inproceedings{a-ports,
author = {Pellauer, Michael and Vijayaraghavan, Muralidaran and Adler, Michael and Arvind and Emer, Joel},
title = {A-Ports: an efficient abstraction for cycle-accurate performance models on FPGAs},
booktitle = {Proceedings of the 16th international ACM/SIGDA symposium on Field programmable gate arrays},
series = {FPGA '08},
year = {2008},
isbn = {978-1-59593-934-0},
location = {Monterey, California, USA},
pages = {87--96},
numpages = {10},
url = {http://doi.acm.org/10.1145/1344671.1344685},
doi = {10.1145/1344671.1344685},
acmid = {1344685},
publisher = {ACM},
address = {New York, NY, USA},
keywords = {FPGA, emulation, performance models, prototyping, simulation},
}
@inproceedings{DBLP:conf/euromicro/PetrotHG97,
author = {Frédéric Pétrot and Denis Hommais and Alain Greiner},
bibsource = {DBLP, http://dblp.uni-trier.de},
booktitle = {{EUROMICRO}},
crossref = {DBLP:conf/euromicro/1997},
ee = {http://doi.ieeecomputersociety.org/10.1109/EURMIC.1997.617257},
pages = {182–187},
title = {{Cycle precise core based hardware/software system simulation with predictable event propagation}},
year = {1997}
}
@article{ulrich-cpumemory,
author = {Ulrich Drepper},
month = {November},
numpages = 114,
organization = {Red Hat},
title = {{What every programmer should know about memory}},
url = {http://www.akkadia.org/drepper/cpumemory.pdf},
year = 2007,
urldate = {2012-06-20},
}
@misc{ulrich-cpumemory-rus,
author = {Ulrich Drepper},
month = {may},
title = {{Что каждый программист должен знать о памяти}},
translator = {С.В. Капустин and М.Ульянов and Н.Ромоданов},
url = {http://rus-linux.net/lib.php?name=/MyLDP/hard/memory/memory.html},
year = 2012,
urldate = {2012-05-20},
}
@manual{intelmanual1,
organization = {Intel Cor\-po\-ra\-tion},
title = {{Intel® 64 and {{IA-32}} Architectures Software Developer’s Manual. Volume 1}},
volume = {1}
}
@manual{intelmanual2a,
organization = {Intel Cor\-po\-ra\-tion},
title = {{Intel® 64 and {{IA-32}} Architectures Software Developer’s Manual. Volume 2A}},
volume = {2A}
}
@manual{intelmanual2b,
organization = {Intel Cor\-po\-ra\-tion},
title = {{Intel® 64 and {IA-32} Architectures Software Developer’s Manual. Volume 2B}},
volume = {2B}
}
@manual{intelmanual3a,
organization = {Intel Cor\-po\-ration},
title = {{Intel® 64 and {IA-32} Architectures Software Developer’s Manual. Volume 3A}},
volume = {3A}
}
@manual{intelmanual3b,
organization = {Intel Cor\-po\-ra\-tion},
title = {{Intel® 64 and {IA-32} Architectures Software Developer’s Manual. Volume 3B}},
volume = {3B}
}
@manual{intelmanual-7vols,
organization = {Intel Cor\-po\-ra\-tion},
title = {{Intel® 64 and {IA-32} Architectures Software Developer’s Manual. Volumes 1--3}},
year = 2012,
notes = {version 26},
numpages = {4181},
url = {http://www.intel.com/content/www/us/en/processors/architectures-software-developer-manuals.html},
urldate = {2012-06-25},
}
@misc{xedcite,
author = {Mark Charney},
title = {{{XED2} User Guide}},
url = {http://www.pintool.org/docs/24110/Xed/html},
urldate = {2011-12-03},
}
@misc{simics2007,
organization = {Virtutech},
title = {{Using {Simics} for Virtualized Systems Development}},
url = {http://www.virtutech.com/whitepapers},
year = {2007},
urldate = {2010-03-25},
}
@article{simics,
acmid = {621909},
address = {Los Alamitos, CA, USA},
author = {Peter S. Magnusson and Magnus Christensson and Jesper Eskilson and Daniel Forsgren and Gustav Hållberg and Johan Högberg and Fredrik Larsson and Andreas Moestedt and Bengt Werner},
doi = {10.1109/2.982916},
issn = {0018-9162},
issue = {2},
journal = {Computer},
month = {February},
numpages = {9},
pages = {50–58},
publisher = {IEEE Computer Society Press},
title = {{{Simics}: A Full System Simulation Platform}},
url = {http://portal.acm.org/citation.cfm?id=619072.621909},
volume = {35},
year = {2002}
}
@book{kaspersky,
author = {Крис Касперски},
isbn = {5-94157-232-8},
numpages = {464},
publisher = {BHV},
title = {Техника оптимизации программ. Эффективное использование памяти},
year = {2003}
}
@article{bt1993,
author = {Richard L. Sites and Anton Chernoff and Matthew B. Kirk and Maurice P. Marks and Scott G. Robinson},
journal = {Communications of the {{ACM}}},
month = {February},
number = 2,
pages = {69–81},
title = {{Binary translation}},
volume = 36,
year = 1993,
url = {http://www.cis.upenn.edu/~cis570/papers/p69-sites.pdf},
urldate = {2014-09-08},
}
@misc{list-of-emulators,
organization = {Netscape},
title = {{Open Directory – Computers: Emulators: {Intel} x86 Architecture}},
url = {http://www.dmoz.org/Computers/Emulators/Intel_x86_Architecture},
year = {2010},
urldate = {2012-03-02},
}
@misc{virtualbox,
organization = {Oracle Corporation},
title = {{{VirtualBox} architecture}},
url = {http://www.virtualbox.org/wiki/VirtualBox_architecture},
urldate = {2010-09-25},
}
@inproceedings{qemu,
author = {Fabrice Bellard},
booktitle = {{FREENIX Track: 2005 USENIX Annual Technical Conference}},
journal = {FREENIX Track: 2005 USENIX Annual Technical Conference},
title = {{{QEMU}, a Fast and Portable Dynamic Translator}},
url = {http://www.usenix.org/publications/library/proceedings/usenix05/tech/freenix/full_papers/bellard/bellard.pdf},
year = 2005,
urldate = {2012-02-15},
}
@article{bochs,
author = {Darek Mihoka and Stanislav Shwartsman},
journal = {ISCA-35 Proceedings of the 1st Workshop on Architectural and Microarchitectural Support for Binary Translation},
title = {{Virtualization Without Direct Exe\-cu\-ti\-on or Jitting: Designing a Portable Virtual Machine Infrastructure}},
year = 2008,
url = {http://bochs.sourceforge.net/Virtualization_Without_Hardware_Final.pdf},
urldate = {2012-05-05},
}
@techreport{bochs-under-hood,
author = {Stanislav Shwartsman and Darek Mihoka},
title = {How {Bochs} Works Under the Hood. 2nd edition},
url = {http://bochs.sourceforge.net/How the Bochs works under the hood 2nd edition.pdf},
numpages = {22},
year = 2012,
urldate = {2012-07-12},
}
@misc{vtune,
organization = {Intel Corporation},
title = {{Intel® VTune™ Amplifier XE}},
url = {http://software.intel.com/en-us/articles/intel-vtune-amplifier-xe/},
urldate = {2012-07-02},
}
@misc{smc,
author = {Karsten Scheibler},
title = {{Using self modifying code under {Linux}}},
url = {http://asm.sourceforge.net/articles/smc.html},
urldate = {2011-01-02},
}
@misc{spec,
organization = {Standard Performance Evaluation Corporation},
title = {{{SPEC}'s Benchmarks and Published Results}},
url = {http://www.spec.org/benchmarks.html},
urldate = {2010-07-25},
}
@article{carole2001,
author = {Carole Dulong and Priti Shrivastav and Azita Refah},
journal = {Intel Technology Journal},
month = {August},
title = {{The Making of a Compiler for the {Intel}® {Itanium}™ Processor}},
url = {http://download.intel.com/technology/itj/q32001/pdf/art_4.pdf},
year = 2001
}
@misc{compiler-survey,
author = {Felix von Leitner},
journal = {The International Linux System Technology Conference},
organization = {Code Blau GmbH},
title = {{Source Code Optimization}},
url = {http://dl.fefe.de/optimizer-isec.pdf},
year = 2009
}
@inproceedings{popek,
author = {Gerald J. Popek and Robert P. Goldberg},
booktitle = {{Communications of the {{ACM}}}},
issue = 7,
journal = {Communications of the {{ACM}}},
month = {July},
title = {{Formal requirements for virtualizable third generation architectures}},
volume = 17,
year = 1974
}
@misc{rdtsc,
organization = {Intel Corporation},
title = {{Using the {RDTSC} Instruction for Performance Monitoring}},
url = {http://www.ccsl.carleton.ca/~jamuir/rdtscpm1.pdf},
year = 1998
}
@misc{kanowski,
author = {Peter Kankowski},
title = {{Performance measurements with {RDTSC}}},
url = {http://www.strchr.com/performance_measurements_with_rdtsc},
year = 2008
}
@article{graphite2010,
author = {Jason E. Miller and Harshad Kasture and George Kurian and Charles Gruenwald III and Nathan Beckmann and Christopher Celio and Jonathan Eastep and Anant Agarwal},
journal = {The 16th {IEEE} International Symposium on High-Performance Computer Archi\-tec\-tu\-re ({HPCA})},
month = {January},
title = {{Graphite: A Distributed Parallel Simulator for Multicores}},
year = 2010
}
@manual{mpi2std,
month = {September},
organization = {Message Passing Interface Forum},
title = {{{MPI}: A Message-Passing Interface Standard. Version 2.2}},
url = {http://www.mpi-forum.org/docs/docs.html},
year = 2009
}
@misc{azequiampi,
author = {J.C. {Díaz Martín} and J.A. {Rico Gallego} and J.M. {Rodríguez García} and J.M. {Álvarez Llorente}},
title = {{{AzequiaMPI} — A Thread-Based Implementation of the Message Passing Interface ({MPI}-1) Standard}},
url = {http://gim.unex.es/index.php?option=com_content&view=category&layout=blog&id=65&Itemid=116}
}
@inproceedings{tompi,
author = {Erik Demaine},
city = {Winnipeg, Manitoba, Canada},
journal = {11th International Symposium on High Performance Computing Systems ({HPCS}'97)},
month = {July},
pages = {153–163},
title = {{A Threads-Only {MPI} Implementation for the Development of Parallel Programs}},
url = {http://erikdemaine.org/software/TOMPI},
year = 1997
}
@inproceedings{tmpi,
author = {H. Tang and T. Yang},
journal = {15th {ACM} International Conference on Supercomputing},
pages = {381–392},
title = {{Optimizing Threaded {MPI} Execution on {SMP} Clusters}},
url = {http://www.cs.ucsb.edu/projects/tmpi},
year = 2001
}
@misc{intel-mkl,
organization = {Intel Corporation},
title = {{Intel Math Kernel Library}},
url = {http://software.intel.com/en-us/articles/intel-mkl}
}
@misc{intel-linpack,
organization = {Intel Corporation},
title = {{Intel {Linpack} benchmarks}},
url = {http://software.intel.com/en-us/articles/intel-math-kernel-library-linpack-download}
}
@misc{netlib-linpack,
organization = {Netlib},
title = {{High performance {Linpack} benchmark}},
url = {http://www.netlib.org/linpack}
}
@misc{atlas,
organization = {Netlib},
title = {{{ATLAS} linear algebra software}},
url = {http://www.netlib.org/atlas}
}
@inproceedings{atlas-sc98,
author = {R. Clint Whaley and Jack Dongarra},
booktitle = {{SuperComputing 1998: High Performance Networking and Computing}},
title = {{Automatically Tuned Linear Algebra Software}},
url = {http://www.cs.utsa.edu/~whaley/papers/atlas_sc98.ps},
year = {1998}
}
@misc{blas,
organization = {Netlib},
title = {{{BLAS}: Basic linear algebra software}},
url = {http://www.netlib.org/blas}
}
@misc{mpich,
organization = {Argonne national laboratory},
title = {{{MPICH}: high performance and widely portable {MPI} implementation}},
url = {http://www.mcs.anl.gov/mpi/mpich}
}
@misc{intel-mpi,
organization = {Intel Corporation},
title = {{Intel {MPI} library}},
url = {http://software.intel.com/en-us/articles/intel-mpi-library}
}
@misc{build-linpack,
organization = {Intel Corporation},
title = {{Intel(R) Optimized {LINPACK} Benchmark for {Windows OS}}},
url = {http://software.intel.com/sites/products/documentation/hpc/mkl/userguides/mkl_userguide_win/MKL_UG_linpack/Intel_Optimized_LINPACK_Benchmark_for_Linux_OS_Windows_OS.htm}
}
@book{openmp,
organization = {{OpenMP} architecture review board},
title = {{{OpenMP} Application Program Interface version 3.0}},
url = {http://www.openmp.org/mp-documents/spec30.pdf},
year = 2008
}
@misc{gomp,
organization = {{GNU}},
title = {{{GNU} {OpenMP} implementation}},
url = {http://gcc.gnu.org/projects/gomp}
}
@misc{pin,
title = {{Pin — a dynamic binary instrumentation tool}},
url = {http://www.pintool.org}
}
@article{Luk:2005:PBC:1064978.1065034,
acmid = {1065034},
address = {New York, NY, USA},
author = {Chi-Keung Luk and Robert Cohn and Robert Muth and Harish Patil and Artur Klauser and Geoff Lowney and Steven Wallace and Vijay Janapa Reddi and Kim Hazelwood},
doi = {10.1145/1064978.1065034},
issn = {0362-1340},
issue = {6},
journal = {SIGPLAN Not.},
keywords = {dynamic compilation; instrumentation; program analysis tools},
month = {June},
numpages = {11},
pages = {190–200},
publisher = {ACM},
title = {{Pin: building customized program analysis tools with dynamic instrumentation}},
url = {http://doi.acm.org/10.1145/1064978.1065034},
volume = {40},
year = {2005}
}
@misc{graphite-maillist,
title = {{Graphite Simulator | Google Groups}},
url = {http://groups.google.com/group/graphite-sim}
}
@article{Dongarra03thelinpack,
author = {Jack J. Dongarra and Piotr Luszczek and Antoine Petitet},
journal = {Concurrency and Computation: Practice and Experience},
pages = {20},
title = {{The {LINPACK} benchmark: Past, present, and future.}},
volume = {15},
year = {2003}
}
@article{linpack-hp-notes,
author = {Piotr Luszczek},
masid = {4936048},
title = {{Notes on {LINPACK} {NxN} Benchmark on {Hewlett-Packard} Systems}},
url = {http://www.cs.utk.edu/~luszczek/top500/hp-lpack.pdf}
}
@article{gromacs,
author = {David {Van Der Spoel} and Erik Lindahl and Berk Hess and Gerrit Groenhof and Alan E. Mark and Herman J. C. Berendsen},
doi = {10.1002/jcc.20291},
issn = {1096-987X},
journal = {Journal of Computational Chemistry},
keywords = {GROMACS; molecular simulation software; molecular dynamics; free energy computation; parallel computation},
number = {16},
pages = {1701–1718},
publisher = {Wiley Subscription Services, Inc., A Wiley Company},
title = {{{GROMACS}: Fast, flexible, and free}},
url = {http://dx.doi.org/10.1002/jcc.20291},
volume = {26},
year = {2005}
}
@techreport{em2,
author = {Omer Khan and Mieszko Liz and Srini Devadas},
institution = {Massachusetts Institute of Technology},
location = {Massachusetts Institute of Technology, Cambridge, MA, USA},
month = {June},
numpages = 24,
publisher = {Computer Science and Artificial Intelligence Laboratory},
title = {{{EM2}: A scalable shared-memory multicore architecture}},
year = 2010
}
@phdthesis{rajwar2002,
author = {Ravi Rajwar},
school = {University of Wisconsin – Madison},
title = {{Speculation-based techniques for transactional lock-free execution of lock-based programs}},
year = 2002
}
@article{logtm-se,
author = {Luke Yen and Jayaram Bobba and Michael R. Marty and Kevin E. Moore and Haris Volos and Mark D. Hill and Michael M. Swift and David A. Wood},
journal = {The 13th Annual International Symposium on High Performance Computer Architecture ({HPCA}-13)},
month = {February},
title = {{{LogTM-SE}: Decoupling Hardware Transactional Memory from Caches}},
year = 2007,
numpages = 12,
url = {http://research.cs.wisc.edu/multifacet/papers/hpca07\_logtmse.pdf},
urldate = {2012-11-29},
}
@misc{DeinoMPI,
organization = {Deino Software},
title = {{{DeinoMPI}, an implementation of {MPI}-2 for {Microsoft} {Windows}}},
url = {http://mpi.deino.net/index.htm}
}
@article{openmpforsmps,
author = {Y. Charlie Hu and Honghui Lu and Alan L. Cox and Willy Zwaenepoel},
issue = 12,
journal = {Journal of Parallel and Distributed Computing},
month = {December},
pages = {1512–1530},
title = {{{OpenMP} for Networks of {SMPs}}},
volume = 60,
year = {2000}
}
@inproceedings{hybrid-mpi-sim,
author = {Rolf Riesen},
bibsource = {DBLP, http://dblp.uni-trier.de},
booktitle = {{CLUSTER}},
ee = {http://dx.doi.org/10.1109/CLUSTR.2006.311852},
pages = {1–9},
title = {{A Hybrid {MPI} Simulator}},
year = {2006}
}
@article{bigsim,
address = {Los Alamitos, CA, USA},
author = {Gengbin Zheng and Gunavardhan Kakulapati and Laxmikant V. Kale},
doi = {10.1109/IPDPS.2004.1303013},
isbn = {0-7695-2132-0},
journal = {Parallel and Distributed Processing Symposium, International},
pages = {78b},
publisher = {IEEE Computer Society},
title = {{{BigSim}: A Parallel Simulator for Performance Prediction of Extremely Large Parallel Machi\-nes}},
url = {http://charm.cs.uiuc.edu/research/bigsim},
volume = {1},
year = {2004}
}
@misc{rabbit,
address = {Ames Laboratory, U.S. D.O.E., Iowa State University},
author = {Don Heller},
title = {{A Performance Counters Library for {Intel/AMD} Processors and {Linux}}},
url = {http://www.scl.ameslab.gov/Projects/Rabbit}
}
@article{archsim-huang,
acmid = {1737720},
address = {Beijing, China},
author = {Yong-Qin Huang and Hong-Liang Li and Xiang-Hui Xie and Lei Qian and Zi-Yu Hao and Feng Guo and Kun Zhang},
doi = {10.1007/s11390-009-9281-9},
issn = {1000-9000},
issue = {5},
journal = {J. Comput. Sci. Technol.},
keywords = {distributed checkpointing/restart; high performance computer architecture; message communication; synchronization protocol; system-level parallel simulation},
month = {September},
numpages = {12},
pages = {901–912},
publisher = {Institute of Computing Technology},
title = {{ArchSim: a system-level parallel simulation platform for the architecture design of high performance computer}},
url = {http://dx.doi.org/10.1007/s11390-009-9281-9},
volume = {24},
year = {2009}
}
@inproceedings{smpi,
abstract = {{Simulation is a popular approach for predicting the performance of MPI applications for platforms that are not at one's disposal. It is also a way to teach the principles of parallel programming and high-performance computing to students without access to a parallel computer. In this work we present SMPI, a simulator for MPI applications that uses on-line simulation, i.e., the application is executed but part of the execution takes place within a simulation component. SMPI simulations account for network contention in a fast and scalable manner. SMPI also implements an original and validated piece-wise linear model for data transfer times between cluster nodes. Finally SMPI simulations of large-scale applications on large-scale platforms can be executed on a single node thanks to techniques to reduce the simulation's compute time and memory footprint. These contributions are validated via a large set of experiments in which SMPI is compared to popular MPI implementations with a view to
assess its accuracy, scalability, and speed.}},
address = {Anchorange (AK), États-Unis},
affiliation = {ALGORILLE - INRIA Lorraine - LORIA - INRIA - CNRS : UMR7503 - Université Henri Poincaré - Nancy I - Université Nancy II - Institut National Polytechnique de Lorraine - Information and Computer Sciences - ICS - University of Hawaii at Manoa - Laboratoire de Sciences de l'Image, de l'Informatique et de la Télédétection, équipe ICPS - LSIIT / ICPS - Université de Strasbourg - CNRS : UMR7005 - Centre de Calcul de l'inst. national de phy. nucléaire et de phy. des particules - CC IN2P3 - CNRS : USR6402 - IN2P3},
audience = {internationale},
author = {Pierre-Nicolas Clauss and Mark Stillwell and Stéphane Genaud and Frédéric Suter and Henri Casanova and Martin Quinson},
booktitle = {{International Parallel \& Distributed Processing Symposium}},
hal_id = {inria-00527150},
keywords = {Message Passing Interace; On-line Simulation; Performance Prediction},
month = {May},
organization = {IEEE},
pdf = {http://hal.inria.fr/inria-00527150/PDF/RR-7426.pdf},
title = {{Single Node On-Line Simulation of MPI Applications with SMPI}},
url = {http://hal.inria.fr/inria-00527150/en},
year = {2011}
}
@misc{rodrigues-survey,
author = {Eduardo Rocha Rodrigues Jairo Panetta and Philippe O. A. Navaux},
title = {{On Simulation of Massively Parallel Computers}},
url = {http://gppd.inf.ufrgs.br/wsppd/2008/papers/Rodrigues.pdf},
year = 2008
}
@manual{oscar5,
organization = {Open Cluster Group},
title = {{Open Source Cluster Application Resources (OSCAR) Administrator's Guide}},
url = {http://oscar.openclustergroup.org/public/docs/oscar5.0/OSCAR5.0_Users_Manual.pdf}
}
@inproceedings{mpi-sim,
author = {Sundeep Prakash and Rajive L. Bagrodia},
booktitle = {{Winter Simulation Conference}},
masid = {250817},
pages = {467–474},
title = {{{MPI-SIM}: using parallel simulation to evaluate {MPI} programs}},
url = {http://citeseerx.ist.psu.edu/viewdoc/download?doi=10.1.1.52.2590&rep=rep1&type=pdf},
year = {1998}
}
@inproceedings{Cheresiz02performancescalability,
author = {D. Cheresiz and B. Juurlink and S. Vassiliadis and H. Wijshoff},
booktitle = {{in Proceedings of Euro-Par 2002 Parallel processing}},
pages = {849–861},
title = {{Performance Scalability of the Multimedia Instruction Set Extensions}},
url = {http://citeseerx.ist.psu.edu/viewdoc/download?doi=10.1.1.77.7442&rep=rep1&type=pdf},
year = {2002}
}
@misc{Furtak07usingsimd,
author = {Timothy Furtak and et al.},
title = {{Using {SIMD} Registers and Instructions to Enable Instruction-Level Parallelism in Sorting Algorithms}},
url = {http://webdocs.cs.ualberta.ca/~niewiado/TR07-02.pdf},
year = {2007}
}
@misc{pelicanhpc,
author = {Michael Creel},
comment = {перевод на русский Богатырёв Иван},
month = {February},
title = {{{PelicanHPC} Tutorial}},
url = {http://pareto.uab.es/mcreel/PelicanHPC/Tutorial/PelicanTutorialRus.pdf},
year = 2011
}
@misc{Spinean-designconsiderations,
author = {Bogdan Spinean and Cătălin Ciobanu and Georgi Kuzmanov and Georgi Gaydadjiev},
title = {{Design Considerations for a Domain Specific Vector Microarchitecture}},
url = {http://ce.et.tudelft.nl/publicationfiles/1425_674_prorisc_Bogdan_SPINEAN.pdf},
year = {2007}
}
@inproceedings{communication-computation-ratio,
author = {X. Li and Miroslaw Malek},
bibsource = {DBLP, http://dblp.uni-trier.de},
booktitle = {{IEEE Real-Time Systems Symposium}},
pages = {282–288},
title = {{Analysis of Speedup and Communication/Computation Ratio in Multiprocessor Systems}},
year = {1988}
}
@misc{top500,
title = {{{TOP500} Supercomputing sites}},
url = {http://www.top500.org}
}
@misc{graph500,
title = {The {Graph 500} List},
url = {http://www.graph500.org},
urldate = {2013-02-20},
}
@misc{openmpi,
title = {{Open {MPI}: Open Source High Performance Computing}},
url = {http://www.open-mpi.org}
}
@book{Dongarra:1979:LUG,
author = {J. J. Dongarra and C. B. Moler and J. R. Bunch and G.W. Stewart},
bibdate = {Mon Dec 13 15:18:20 1993},
isbn = {0-89871-172-X (paperback)},
lccn = {QA76.73 .L22 L5 1979, QA214 .L56 1979},
pages = {320},
publisher = {SIAM},
title = {{{LINPACK} Users' Guide}},
year = {1979}
}
@article{linpack-report,
author = {Jack J. Dongarra},
title = {{Performance of Various Computers Using Standard Linear Equations Software}},
url = {ftp://netlib2.cs.utk.edu/benchmark/performance.pdf}
}
@misc{Garg98achievinglarge,
author = {Sharad Garg and Robert Godley and Richard Griffiths and On The Intel Tflops Supercomputer},
title = {{Achieving Large Scale Parallelism Through Operating System Resource Management on the {Intel} {TFLOPS} Supercomputer}},
url = {http://morden.csee.usf.edu/~chawla/ITJournal/tos.pdf},
year = {1998}
}
@misc{Henrytheperformance,
author = {Greg Henry and Pat Fay and Ben Cole and Timothy G. Mattson},
title = {{The Performance of the {Intel} {TFLOPS} Supercomputer}},
url = {http://morden.csee.usf.edu/~chawla/ITJournal/perf.pdf},
year = {1998}
}
@misc{openmosix,
author = {Moshe Bar},
title = {{{openMOSIX}, an Open Source {Linux} cluster project}},
url = {http://openmosix.sourceforge.net}
}
@misc{cpu-dispatcher,
month = {November},
organization = {Intel Cor\-po\-ra\-tion},
title = {{Understanding {CPU} Dispatching in the {Intel®} {IPP} Library}},
url = {http://software.intel.com/en-us/articles/intel-integrated-performance-primitives-intel-ipp-understanding-cpu-optimized-code-used-in-intel-ipp},
year = 2010
}
@misc{Brightwellscalabilityand,
author = {Ron Brightwell and Steve Plimpton},
title = {{Scalability and Performance of a Large {Linux} Cluster}},
url = {ftp://ftp.cs.sandia.gov/pub/papers/bright/cplant-tflops.ps.gz},
year = {1999}
}
@article{mpc,
author = {Patrick Carribault and Marc Pérache and Hervé Jourdren},
journal = {6th International workshop on OpenMP},
month = {June},
title = {{Enabling Low-Overhead Hybrid {MPI}/{OpenMP} Parallelism with {MPC}}},
url = {http://mpc.sourceforge.net/files/CarPerJou_IWOMP2010_LNCS.pdf},
year = 2010
}
@misc{ptlsim,
author = {Matt T. Yourst},
subtitle = {The Anatomy of an x86-64 Out of Order Superscalar Microprocessor},
title = {{{PTLsim} User's Guide and Reference}},
url = {http://www.ptlsim.org/Documentation/PTLsimManual.pdf},
year = 2007
}
@article{hi-perf-software-intel-tflops,
address = {Los Alamitos, CA, USA},
author = {Bruce Greer and Greg Henry},
doi = {10.1109/SC.1997.10058},
isbn = {0-89791-985-8},
journal = {SC Conference},
pages = {46},
publisher = {IEEE Computer Society},
title = {{High Performance Software on {Intel} {Pentium} {Pro} Processors or Micro-Ops to {TeraFLOPS}}},
volume = {0},
year = {1997}
}
@inproceedings{Bugnion97disco:running,
author = {Edouard Bugnion and Scott Devine and Mendel Rosenblum},
booktitle = {{ACM Transactions on Computer Systems}},
pages = {143–156},
title = {{Disco: Running commodity operating systems on scalable multiprocessors}},
url = {http://www.cis.upenn.edu/~cis700-6/04f/papers/bugnion-disco.pdf},
year = {1997}
}
@misc{netperfmeter,
author = {Thomas Dreibholz},
title = {{Netperfmeter: A {TCP/UDP/SCTP/DCCP} Network Performance Meter Tool}},
url = {http://www.iem.uni-due.de/~dreibh/netperfmeter}
}
@book{wireshark,
author = {Angela Orebaugh and Gilbert Ramirez and Josh Burke and Larry Pesce},
isbn = {1597490733},
publisher = {Syngress Publishing},
title = {{Wireshark \& {Ethereal} Network Protocol Analyzer Toolkit ({Jay} {Beale}'s Open Source Security)}},
year = {2006}
}
@inproceedings{Sorin98analyticevaluation,
author = {Daniel J. Sorin and Vijay S. Pai and Sarita V. Adve and Mary K. Vernon and David A. Wood},
booktitle = {{25th annual International Symposium on Computer Architecture}},
pages = {380–391},
publisher = {IEEE Computer Society},
title = {{Analytic evaluation of shared-memory systems with {ILP} processors}},
year = {1998}
}
@article{Sorin03analyticevaluation,
author = {Daniel J. Sorin and Jonathan L. Lemon and Derek L. Eager and Mary K. Vernon},
journal = {IEEE Transaction on Parallel and Distributed Systems},
pages = {180},
title = {{Analytic Evaluation of Shared-Memory Architectures}},
volume = {14},
year = {2003}
}
@inproceedings{simonson05,
author = {Lucanus J. Simonson and Lei He},
booktitle = {{SAMOS'05}},
pages = {192–201},
title = {{Micro-architecture Performance Estimation by Formula}},
year = {2005}
}
@inproceedings{Baraz03ia-32execution,
author = {Leonid Baraz and Tevi Devor and Orna Etzion and Shalom Goldenberg and Alex Skaletsky and Yun Wang and Yigal Zemach},
booktitle = {{In 36th International Symposium on Microarchitecture}},
pages = {191–201},
title = {{{IA-32} {Execution Layer}: a two-phase dynamic translator designed to support {IA}-32 applications on {Itanium}-based systems}},
year = {2003}
}
@book{DBLP:books/daglib/0013597,
author = {James Smith and Ravi Nair},
bibsource = {DBLP, http://dblp.uni-trier.de},
isbn = {978-1-55860-910-5},
numpages = {638},
publisher = {Elsevier},
title = {{Virtual machines -- Versatile Platforms for Systems and Processes}},
year = {2005}
}
@inproceedings{Ray97digitalfx32,
author = {Anton Chernoff and Ray Hookway},
booktitle = {{in Proceedings of the USENIX Windows NT Workshop, USENIX Association}},
pages = {37–42},
title = {{{DIGITAL FX!32} Running 32-Bit x86 Applications on {Alpha} {NT}}},
year = {1997}
}
@book{DBLP:books/daglib/0020056,
author = {Maurice Herlihy and Nir Shavit},
bibsource = {DBLP, http://dblp.uni-trier.de},
isbn = {978-0-12-370591-4},
pages = {I–XX, 1–508},
publisher = {Morgan Kaufmann},
title = {{The art of multiprocessor programming}},
year = {2008}
}
@book{qsp,
address = {Upper Saddle River, NJ, USA},
author = {Edward D. Lazowska and John Zahorjan and G. Scott Graham and Kenneth C. Sevcik},
isbn = {0-13-746975-6},
publisher = {Prentice-Hall, Inc.},
title = {{Quantitative system performance: computer system analysis using queueing network models}},
year = {1984}
}
@misc{stream,
author = {John D. McCalpin},
title = {{{STREAM}: Sustainable Memory Bandwidth in High Performance Computers}},
url = {http://www.cs.virginia.edu/stream}
}
@article{mpi-rma-one-side,
author = {Ping Lai and Sayantan Sur and Dhabaleswar K. Panda},
bibsource = {DBLP, http://dblp.uni-trier.de},
ee = {http://dx.doi.org/10.1007/s00450-010-0115-3},
journal = {Computer Science - R{\&}D},
number = {1-2},
pages = {3–14},
title = {{Designing truly one-sided {MPI-2} {RMA} intra-node communication on multi-core systems}},
volume = {25},
year = {2010}
}
@article{McCalpin1995,
abstract = {The ratio of cpu speed to memory speed in current high-performance computers is growing rapidly, with significant implications for the design and implementation of algorithms in scientific computing. I present the results of a broad survey of memory bandwidth and machine balance for a large variety of current computers, including uniprocessors, vector processors, shared-memory systems, and districuted-memory systems. The results are analyzed in terms of the sustainable data transfer rates for uncached unit-stride vector operation for each machine, and for each class.},
author = {John D. McCalpin},
journal = {IEEE Computer Society Technical Committee on Computer Architecture (TCCA) Newsletter},
month = dec,
pages = {19–25},
pdf = {http://tab.computer.org/tcca/NEWS/DEC95/dec95\_mccalpin.ps},
title = {{Memory Bandwidth and Machine Balance in Current High Performance Computers}},
url = {http://tab.computer.org/tcca/NEWS/DEC95/dec95_mccalpin.ps},
year = {1995}
}
@misc{vtune-core-i7,
author = {David Levinthal},
title = {{Performance Analysis Guide for {Intel\textregistered} {Core}\texttrademark i7 Processor and {Intel\textregistered} {Xeon}\texttrademark 5500 Processors}},
url = {http://software.intel.com/sites/products/collateral/hpc/vtune/performance_analysis_guide.pdf},
year = 2009
}
@inbook{DemmeSethumadhavan2011,
author = {John Demme and Simha Sethumadhavan},
booktitle = {{ISCA}},
pages = {353},
publisher = {ACM Press},
title = {{Rapid Identification of Architectural Bottlenecks via Precise Event Counting}},
url = {http://portal.acm.org/citation.cfm?doid=2000064.2000107},
year = {2011}
}
@article{Agarwal91performancetradeoffs,
author = {Anant Agarwal},
journal = {IEEE TRANSACTIONS ON PARALLEL AND DISTRIBUTED SYSTEMS},
pages = {525–539},
title = {{Performance Tradeoffs In Multithreaded Processors}},
volume = {3},
year = {1991}
}
@article{DBLP:journals/tjs/AthanasakiAKK08,
author = {Evangelia Athanasaki and Nikos Anastopoulos and Kornilios Kourtis and Nectarios Koziris},
bibsource = {DBLP, http://dblp.uni-trier.de},
ee = {http://dx.doi.org/10.1007/s11227-007-0149-x},
journal = {The Journal of Supercomputing},
number = {1},
pages = {64–97},
title = {{Exploring the performance limits of simultaneous multithreading for memory intensive applications}},
volume = {44},
year = {2008}
}
@inproceedings{Tuck:2003:IOS:942806.943857,
acmid = {943857},
address = {Washington, DC, USA},
author = {Nathan Tuck and Dean M. Tullsen},
booktitle = {{Proceedings of the 12th International Conference on Parallel Architectures and Compilation Techniques}},
isbn = {0-7695-2021-9},
pages = {26–},
publisher = {IEEE Computer Society},
series = {{PACT '03}},
title = {{Initial Observations of the Simultaneous Multithreading {Pentium} 4 Processor}},
url = {http://dl.acm.org/citation.cfm?id=942806.943857},
year = {2003}
}
@misc{Javier-full-systemsimulation,
author = {Fco Javier and Ridruejo Jose and Miguel-alonso Javier Navaridas},
title = {{Full-system simulation of distributed memory parallel computers using {Simics}}},
url = {http://www.sc.ehu.es/acwmialj/papers/07jornadas07_1.pdf},
year = {2007}
}
@article{Eyerman:2009:MPM:1534909.1534910,
acmid = {1534910},
address = {New York, NY, USA},
author = {Stijn Eyerman and Lieven Eeckhout and Tejas Karkhanis and James E. Smith},
doi = {10.1145/1534909.1534910},
issn = {0734-2071},
issue = {2},
issue_date = {May 2009},
journal = {ACM Trans. Comput. Syst.},
keywords = {Superscalar out-of-order processor; analytical modeling; balanced processor design; mechanistic modeling; overprovisioned processor design; performance modeling; pipeline depth; pipeline width; resource scaling; wide front-end dispatch processors},
month = {May},
numpages = {37},
pages = {3:1–3:37},
publisher = {ACM},
title = {{A mechanistic performance model for superscalar out-of-order processors}},
url = {http://doi.acm.org/10.1145/1534909.1534910},
volume = {27},
year = {2009}
}
@misc{introduction-to-des,
author = {M. C. (Mike) Albrecht},
title = {{Introduction to Discrete Event Simulation}},
url = {http://www.albrechts.com/mike/DES/Introduction\%20to\%20DES.pdf},
year = 2010
}
@article{Misra86distributeddiscrete-event,
author = {Jayadev Misra},
journal = {ACM Computing Sur\-veys},
pages = {39–65},
title = {{Distributed discrete-event simulation}},
url = {http://www.cis.udel.edu/~cshen/861/papers/p39-misra.pdf},
volume = {18},
year = {1986}
}
@misc{Cain02preciseand,
author = {Harold W. Cain},
title = {{Precise and Accurate Processor Simulation}},
url = {http://pages.cs.wisc.edu/~cain/pubs/caecw2002_final.pdf},
year = {2002},
urldate = {2013-10-12},
}
@proceedings{DBLP:conf/ispass/2011,
bibsource = {DBLP, http://dblp.uni-trier.de},
booktitle = {{ISPASS}},
ee = {http://ieeexplore.ieee.org/xpl/mostRecentIssue.jsp?punumber=5755445},
isbn = {978-1-61284-367-4},
publisher = {IEEE Computer Society},
title = {{IEEE International Symposium on Performance Analysis of Systems and Software, ISPASS 2011, 10-12 April, 2011, Austin, TX, USA}},
year = {2011}
}
@misc{simics-accelerator-guide,
organization = {Wind River},
title = {{{Simics} {Accelerator} User’s Guide 4.6}},
year = 2011
}
@misc{simics-model-builder-guide,
organization = {Wind River},
title = {{{Simics} {Model} {Builder} Guide 4.6}},
year = 2011,
}
@misc{simics-installation-guide,
organization = {Wind River},
title = {{{Simics} {Installation} Guide 4.6}},
year = 2012,
}
@misc{simics-getting-started,
organization = {Wind River},
title = {{{Simics} {Getting} {Started} guide 4.6}},
year = 2011,
}