-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathbibliography.bib
1340 lines (1145 loc) · 41.4 KB
/
bibliography.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
@string {ASPLOS = " Int'l Conference on Architectural
Support for Programming Languages and Operation Systems (ASPLOS)"}
@string {ISCA = " Int'l Symposium on Computer Architecture (ISCA)"}
@string {MICRO = " Int'l Symposium on Microarchitecture (MICRO)"}
@string {HPCA = " Int'l Symposium on High-Performance Computer Architecture (HPCA)"}
@string {ICCD = " Int'l Conference on Computer Design (ICCD)"}
@string {PACT = " Int'l Conference on Parallel
Architectures and Compilation Techniques (PACT)"}
@string {UTCS = "Department of Computer Sciences, The University of Texas at Austin"}
@string {UTECE = "Department of Electrical and Computer Engineering, The University of Texas at Austin"}
@string {PPoPP = " Symposium on Principles and Practice of Parallel Programming (PPOPP)"}
@string {ISSCC = " Int'l Solid State Circuits Conference (ISSCC)"}
@string {SOSP = " ACM Symposium on Operating System Principles (SOSP)"}
@string {JSSC = "IEEE Journal of Solid-State Circuits"}
@string {SC = "Supercomputing"}
@article{StarPU11,
author = {C. Augonnet and others},
title = {{StarPU: A Unified Platform for Task Scheduling on Heterogeneous Multicore Architectures}},
journal = {Concurrency and Computation: Practice and Experience},
volume = 23,
issue = 2,
pages = {187--198},
year = 2011,
month = FEB,
publisher = {John Wiley & Sons, Ltd.}
}
@misc{OCR14,
title = {The Open Community Runtime Interface},
year = 2014,
howpublished = "\url{https://xstackwiki.modelado.org/images/1/13/Ocr-v0.9-spec.pdf}",
}
@inproceedings{pygion19,
author={Slaughter, Elliott, and Aiken, Alex},
title={Pygion: {F}lexible, scalable task-based parallelism with {P}ython},
booktitle={Parallel Applications Workshop, Alternatives To MPI (PAW-ATM)},
year=2019
}
@inproceedings{Legion12,
author = {Bauer, M. and Treichler, S. and Slaughter, E. and Aiken, A.},
title = {Legion: Expressing Locality and Independence with Logical Regions},
booktitle = {Supercomputing (SC)},
year = {2012},
}
@inproceedings{LegionTypes13,
author = {Treichler, S. and Bauer, M. and Aiken, A.},
title = {Language Support for Dynamic, Hierarchical Data Partitioning},
booktitle = {Object Oriented Programming, Systems, Languages, and Applications (OOPSLA)},
year = {2013},
}
@inproceedings{LegionFields14,
author = {Bauer, M. and Treichler, S. and Slaughter, E. and Aiken, A.},
title = {Structure Slicing: Extending Logical Regions with Fields},
booktitle = {Supercomputing (SC)},
year = {2014},
}
@inproceedings{Realm14,
author = {Treichler, S. and Bauer, M. and Aiken A.},
title = {Realm: An Event-Based Low-Level Runtime for Distributed Memory Architectures},
booktitle = {Parallel Architectures and Compilation Techniques (PACT)},
year = {2014},
}
@inproceedings{Hawkins11,
author = {Hawkins, P. and Aiken, A. and Fisher, K. and Rinard, M. and Sagiv, M.},
title = {Data Representation Synthesis},
series = {PLDI},
year = {2011},
}
@inproceedings{Terra13,
author = {DeVito, Zachary and Hegarty, James and Aiken, Alex and Hanrahan, Pat and Vitek, Jan},
title = {Terra: a multi-stage language for high-performance computing.},
series = {PLDI},
year = {2013},
}
@article{Taha2000,
title = "{MetaML} and Multi-Stage Programming with Explicit Annotations",
journal = "Theoretical Computer Science",
year = "2000",
author = "Walid Taha and Tim Sheard",
}
@article{Lua,
title={{Lua} - an extensible extension language},
author={Ierusalimschy, Roberto and De Figueiredo, Luiz Henrique and Celes Filho, Waldemar},
journal={Softw., Pract. Exper.},
year={1996},
}
@article{Metis98,
author = {Karypis, G. and Kumar, V.},
title = {A Fast and High Quality Multilevel Scheme for Partitioning Irregular Graphs},
journal = {SIAM J. Sci. Comput.},
year = {1998},
}
@inproceedings{stonebraker2005c,
title={C-store: {A} Column-Oriented {DBMS}},
author={Stonebraker, Mike and others},
booktitle={Proc. of the 31st International Conference on Very Large Data Bases},
pages={553--564},
year={2005}
}
@article{S3D09,
author={J H Chen and A Choudhary and B de Supinski and M DeVries and E R Hawkes and S Klasky and W K Liao and K L Ma and J Mellor-Crummey and N Podhorszki and R Sankaran and S Shende and C S Yoo},
title={Terascale direct numerical simulations of turbulent combustion using {S3D}},
journal={Computational Science and Discovery},
pages={015001},
year={2009},
}
@inproceedings{S3DACC12,
author = {Levesque, J. and Sankaran, R. and Grout, R.},
title = {Hybridizing {S3D} into an exascale application using {OpenACC}: An Approach for Moving to Multi-Petaflops and Beyond},
series = {SC},
year = {2012},
pages = {15:1--15:11},
}
@inproceedings{Chilimbi99,
author = {Chilimbi, Trishul M. and Davidson, Bob and Larus, James R.},
title = {Cache-conscious Structure Definition},
series = {PLDI},
year = {1999},
}
@article{CHEMKIN96,
author = {Kee, R.J. and Rupley, F.M and Meeks, E.},
title = {CHEMKIN-III: A Fortran Chemical Kinetics Package for the Analysis of Gas-Phase Chemical and Plasma Kinetics},
year = {1996},
}
@book{Hamming86,
author = {Hamming, R.},
title = {Numerical methods for scientists and engineers (2nd ed.)},
year = {1986},
publisher = {Dover Publications, Inc.},
address = {New York, NY, USA},
}
@misc{Top500,
title = {Top 500 Supercomputers},
year = {2013},
howpublished = "\url{http://www.top500.org}",
}
@misc{OpenACC,
title = {{OpenACC} Standard},
howpublished = "\url{http://www.openacc-standard.org}",
}
@misc{IntelMPSS,
title = {Intel Manycore Platform Software Stack},
year = {2013},
howpublished = "\url{http://software.intel.com/en-us/articles/intel-manycore-platform-software-stack-mpss}",
}
@inproceedings{ PARSEC09,
author = {Christian B. and Kai L.},
title = {PARSEC 2.0: A New Benchmark Suite for Chip-Multiprocessors},
booktitle = {Proceedings of the 5th Annual Workshop on Modeling, Benchmarking and Simulation},
year = {2009},
month = {June}
}
@inproceedings{LONESTAR09,
author = {Kulkarni, M. and Burtscher, M. and Cas\c{c}aval, C. and Pingali, K.},
title = {Lonestar: {A} Suite of Parallel Irregular Programs},
booktitle = {ISPASS '09: IEEE International Symposium on Performance Analysis of Systems and Software},
year = {2009},
}
@misc{ NASPAR,
title = {{NAS} Parallel Benchmark Suite},
year = {2013},
howpublished = "\url{www.nas.nasa.gov/publications/npb.html}",
}
@article{Mantevo08,
author={M A Heroux},
title={Design issues for numerical libraries on scalable multicore architectures},
journal={Journal of Physics: Conference Series},
volume={125},
number={1},
pages={012035},
url={http://stacks.iop.org/1742-6596/125/i=1/a=012035},
year={2008},
}
@INPROCEEDINGS{RODINA09,
authors={S. Che and Boyer, M. and J. Meng and Tarjan, D. and Sheaffer, J.W. and Sang-Ha Lee and Skadron, K.},
author={S. Che and others},
booktitle={Workload Characterization, 2009. IISWC 2009. IEEE International Symposium on},
title={Rodinia: A benchmark suite for heterogeneous computing},
year={2009},
pages={44-54},
}
@article{Eraser97,
author = {Savage, S. and others},
title = {Eraser: A Dynamic Data Race Detector for Multithreaded Programs},
journal = {Trans. Computer Sys.},
year = {1997},
}
@inproceedings{Bocchino09,
author = {Bocchino, R. and others},
title = {A Type and Effect System for Deterministic Parallel {J}ava},
booktitle = {OOPSLA},
year = {2009},
}
@inproceedings{Bocchino11,
author = {Bocchino,Jr., R. L. and Heumann, S. and Honarmand, N. and Adve, S. V. and Adve, V. S. and Welc, A. and Shpeisman, T.},
title = {Safe Nondeterminism in a Deterministic-by-default Parallel Language},
series = {POPL},
year = {2011},
}
@inproceedings{Harris05,
author = {Harris, T. and Marlow, S. and Peyton-Jones, S. and Herlihy, M.},
title = {Composable memory transactions},
booktitle = {PPOPP},
year = {2005},
% pages = {48--60},
}
@inproceedings{Steffan00,
author = {Steffan, J. and Colohan, C. and Zhai, A. and Mowry, T.},
title = {A scalable approach to thread-level speculation},
series = {ISCA},
year = {2000},
pages = {1--12},
}
@inproceedings{Tofte94,
author = {Tofte, M. and Talpin, J.P.},
title = {Region-Based Memory Management},
booktitle = {POPL},
year = {1994},
% pages = {188--201},
}
@inproceedings{Aiken95,
author = {Aiken, A. and F\"{a}hndrich, M. and Levien, R.},
title = {Better static memory management: improving region-based analysis of higher-order languages},
booktitle = {Proceedings of the ACM SIGPLAN conference on Programming language design and implementation},
year = {1995},
pages = {174--185},
}
@inproceedings{Henglein01,
author = {Henglein, F. and Makholm, H. and Niss, H.},
title = {A direct approach to control-flow sensitive region-based memory management},
booktitle = {Proceedings of the 3rd ACM SIGPLAN international conference on Principles and practice of declarative programming},
year = {2001},
pages = {175--186},
}
@article{Walker00,
author = {Walker, D. and Crary, K. and Morrisett, G.},
title = {Typed memory management via static capabilities},
journal = {ACM Trans. Program. Lang. Syst.},
year = {2000},
pages = {701--771},
}
@inproceedings{Grossman02,
author = {Grossman, D. and others},
title = {Region-Based Memory Management in Cyclone},
booktitle = {PLDI},
year = {2002},
% author = {Grossman, D. and Morrisett, G. and Jim, T. and Hicks, M. and Wang, Y. and Cheney, J.},
}
@inproceedings{Gay01,
author = {Gay, D. and Aiken, A.},
title = {Language support for regions},
booktitle = {PLDI},
year = {2001},
}
@inproceedings{Lucassen88,
author = {Lucassen, J. M. and Gifford, D. K.},
title = {Polymorphic effect systems},
booktitle = {Proceedings of the 15th ACM SIGPLAN-SIGACT symposium on Principles of programming languages},
year = {1988},
pages = {47--57},
}
@inproceedings{Boyapati03,
author = {Boyapati, C. and Liskov, B. and Shrira, L.},
title = {Ownership types for object encapsulation},
booktitle = {POPL},
year = {2003},
% pages = {213--223},
}
@inproceedings{Clarke02,
author = {Clarke, D. and Drossopoulou, S.},
title = {Ownership, Encapsulation and the Disjointness of Type and Effect},
booktitle = {OOPSLA},
year = {2002},
% pages = {292--310},
}
@inproceedings{Cameron07,
author = {Cameron, N. R. and Drossopoulou, S. and Noble, J. and Smith, M. J.},
title = {Multiple ownership},
booktitle = {OOPSLA},
year = {2007},
pages = {441--460},
}
@inproceedings{Lu06,
author = {Lu, Y. and Potter, J.},
title = {Protecting representation with effect encapsulation},
booktitle = {Conference record of the 33rd ACM SIGPLAN-SIGACT symposium on Principles of programming languages},
year = {2006},
pages = {359--371},
}
@inproceedings{Boyapati02,
author = {Boyapati, C. and Lee, R. and Rinard, M.},
title = {Ownership types for safe programming: preventing data races and deadlocks},
booktitle = {Proceedings of the 17th ACM SIGPLAN conference on Object-oriented programming, systems, languages, and applications},
year = {2002},
pages = {211--230},
}
@article{Abadi06,
author = {Abadi, M. and Flanagan, C. and Freund, S. N.},
title = {Types for safe locking: Static race detection for Java},
journal = {ACM Trans. Program. Lang. Syst.},
year = {2006},
pages = {207--255},
}
@article{Jacobs08,
author = {Jacobs, B. and Piessens, F. and Smans, J. and Leino, K. Rustan M. and Schulte, W.},
title = {A programming model for concurrent object-oriented programs},
journal = {ACM Trans. Program. Lang. Syst.},
year = {2008},
pages = {1:1--1:48},
}
@inproceedings{Reynolds02,
author = {Reynolds, J. C.},
title = {Separation Logic: A Logic for Shared Mutable Data Structures},
booktitle = {IEEE Symposium on Logic in CS},
year = {2002},
% pages = {55--74},
}
@article{Rinard98,
author = {Rinard, M. C. and Lam, M. S.},
title = {The design, implementation, and evaluation of {Jade}},
journal = {ACM Trans. Program. Lang. Syst.},
year = {1998},
}
@inproceedings{Hayman06,
author={Hayman, J. and Winskel, G.},
title={Independence and Concurrent Separation Logic},
booktitle={Logic in Computer Science, 2006 21st Annual IEEE Symposium on},
year={2006},
pages={147 -156},
}
@incollection{Brookes04,
author = {Brookes, S.},
title = {A Semantics for Concurrent Separation Logic},
booktitle = {CONCUR},
series = {Lecture Notes in Computer Science},
pages = {16-34},
year = {2004},
}
@incollection{Raza09,
author = {Raza, M. and Calcagno, C. and Gardner, P.},
title = {Automatic Parallelization with Separation Logic},
booktitle = {Programming Languages and Systems},
series = {Lecture Notes in Computer Science},
pages = {348-362},
year = {2009},
}
@inproceedings{Gotsman07,
author = {Gotsman, A. and Berdine, J. and Cook, B. and Sagiv, M.},
title = {Thread-Modular Shape Analysis},
booktitle = {PLDI},
year = {2007},
}
@ARTICLE{Keeneland,
author={Vetter, J.S. and others},
journal={Computing in Science Engineering},
title={Keeneland: Bringing Heterogeneous {GPU} Computing to the Computational Science Community},
year={2011},
pages={90 -95},
}
@inproceedings{REAPS02,
author = {Berger, E. D. and Zorn, B. G. and McKinley, K. S.},
title = {Reconsidering custom memory allocation},
booktitle = {OOPSLA},
year = {2002},
pages = {1--12},
}
@inproceedings{BCSA11,
author = {Bauer, M. and Clark, J. and Schkufza, E. and Aiken, A.},
title = {Programming the Memory Hierarchy Revisited: {S}upporting Irregular Parallelism in {S}equoia},
booktitle = {Proceedings of the Symposium on Principles and Practice of Parallel Programming},
year = {2011},
% pages = {13--24}
}
@misc{ BoxLib,
author = {M. Lijewski and A. Nonaka and J. Bell},
title = {BoxLib},
year = "2011",
howpublished = "\url{https://ccse.lbl.gov/BoxLib/index.html}",
}
@misc{ CUDA,
title = {{CUDA} Programming Guide 5.5},
month = {Sept.},
year = {2013},
howpublished = "\url{http://developer.download.nvidia.com/compute/DevZone/docs/html/C/doc/CUDA_C_Programming_Guide.pdf}",
}
@inproceedings{RC01,
author = {Gay, D. and Aiken, A.},
title = {Language support for regions},
booktitle = {PLDI},
year = {2001},
pages = {70--80},
}
@TECHREPORT{CYCLONE01,
author = {D. Grossman and others},
title = {Formal type soundness for {C}yclone’s region system},
institution = {},
year = {2001}
}
@inproceedings{PRIVLIGES09,
author = {Marino, Daniel and Millstein, Todd},
title = {A generic type-and-effect system},
booktitle = {TLDI},
year = {2009},
pages = {39--50},
}
@inproceedings{CAPABILITIES09,
author = {Stork, Sven and Marques, Paulo and Aldrich, Jonathan},
title = {Concurrency by default: using permissions to express dataflow in stateful programs},
booktitle = {Proceeding of the 24th ACM SIGPLAN conference companion on Object oriented programming systems languages and applications},
series = {OOPSLA '09},
year = {2009},
isbn = {978-1-60558-768-4},
location = {Orlando, Florida, USA},
pages = {933--940},
numpages = {8},
url = {http://doi.acm.org/10.1145/1639950.1640060},
doi = {http://doi.acm.org/10.1145/1639950.1640060},
acmid = {1640060},
publisher = {ACM},
address = {New York, NY, USA},
keywords = {access permissions, concurrency, dataflow, programming language},
}
@incollection{minisat,
author = {E\'{e}n, N. and S\"{o}rensson, N.},
booktitle = {Theory and Applications of Satisfiability Testing },
journal = {Theory and Applications of Satisfiability Testing},
pages = {333--336},
title = {An Extensible {SAT}-solver},
year = {2004}
}
@inproceedings{Ren08,
author = {M. Ren and J. Y. Park and M. Houston and A. Aiken and W. Dally},
title = {A Tuning Framework for Software-managed Memory Hierarchies},
booktitle = { Int'l Conference on Parallel Architectures and Compilation Techniques},
year = {2008},
pages = {280--291}
}
@inproceedings{Houston08,
author = {M. Houston and others},
title = {A Portable Runtime Interface for Multi-level Memory Hierarchies},
booktitle = { Symposium on Principles and Practice of Parallel Programming},
year = {2008},
pages = {143--152}
}
@inproceedings{Knight07,
author = {T. Knight and others},
title = {Compilation for Explicitly Managed Memory Hierarchies},
booktitle = { Symposium on Principles and Practice of Parallel Programming},
year = {2007},
pages = {226--236}
}
@Article{Chamberlain:Chapel,
author = {B.L. Chamberlain and others},
title = {Parallel Programmability and the Chapel Language},
journal = {Int'l Journal of HPC Apps.},
year = {2007},
}
@Article{CHAPEL11,
author = {B.L. Chamberlain and S. Choi and S. Deitz and D. Iten and V. Litvinov},
title = "{Authoring User-Defined Domain Maps in Chapel}",
booktitle = {CUG},
year = {2011},
}
@Article{CHAPELGPU,
author = {A. Sidelnik and others},
title = "{Using the High Productivity Language Chapel to Target GPGPU Architectures}",
booktitle = {IDEALS},
year = {2011},
}
@Misc{Khronos:OpenCL,
key = {Khronos},
title = "{The OpenCL Specification, Version 1.0}",
howpublished = {The Khronos OpenCL Working Group},
month = {December},
year = {2008}
}
@inproceedings{Fatahalian06,
author = {K. Fatahalian and others},
title = "{Sequoia: Programming the Memory Hierarchy}",
booktitle = SC,
month = {November},
year = {2006}
}
@inproceedings{hpt,
title={Hierarchical Place Trees: A Portable Abstraction for Task Parallelism and Data Movement},
author={Y. Yan and J. Zhao and Y. Guo and V. Sarkar},
booktitle="Workshop on Languages and Compilers for Parallel Computing",
year="2009"
}
@InProceedings{Hall:DIVA,
author = {M. Hall and P. Kogge and J. Koller and P. Diniz and J. Chame and J. Draper and J. LaCoss and J. Granacki and J. Brockman and A. Srivastava and W. Athas and V. Freeh and J. Shin and J. Park},
title = "{Mapping Irregular Applications to DIVA, a PIM-based data-intensive Architecture}",
booktitle = SC,
year = {1999}
}
@inproceedings{Marty07,
author = {Marty, M. R. and Hill, M. D.},
title = "{Virtual Hierarchies to Support Server Consolidation}",
booktitle = ISCA,
year = {2007},
pages = {46--56},
month = {June},
}
@techreport{Dongarra:IESP10,
author = {J. Dongarra and others},
title = "{International Exascale Software Project Roadmap}",
institution = {University of Tennessee},
year = {2010},
number = {UT-CS-10-652},
month = {January}
}
@TechReport{Sarkar:ExscaleSW,
author = {V. Sarkar and others},
title = "{ExaScale Software Study: Software Challenges in Extreme Scale Systems}",
institution = {DARPA Information Processing Techniques Office},
year = {2009},
month = {September}
}
@InProceedings{Multicore-CnC,
author = {Z. Budimli\'{c} and A. Chandramowlishwaran and K. Knobe and G. Lowney and V. Sarkar and L. Treggiar},
title = "{Multi-core Implementations of the Concurrent Collections Programming Model}",
booktitle = {Proceedings Workshop on Compilers for Parallel Computing (CPC)},
year = {2009},
month = {January}
}
@inbook{ CVBR,
author = "A. Aho and R. Sethi and J. D. Ullman",
title = "Compilers: {P}rinciples, {T}echniques, and {T}ools",
publisher = "Addison-Wesley",
year = "1986" }
@inproceedings{ ALP93,
author = "B. Alpern and L. Carter and J. Ferrante",
title = "Modeling Parallel Computers as Memory Hierarchies",
booktitle = " Programming Models for Massively Parallel Computers",
year = "1993"
}
@article{ ALP94,
author = "Bowen Alpern and Larry Carter and Ephraim Feig and Ted Selker",
title = "The Uniform Memory Hierarchy Model of Computation",
journal = "Algorithmica",
volume = "12",
number = "2/3",
pages = "72-109",
year = "1994"
}
@inproceedings{CELL05,
author = "D. Pham and S. Asano and M. Bolliger and M. N. Day and H. P. Hofstee and C. Johns and J. Kahle and A. Kameyama and J. Keaty and Y. Masubuchi and M. Riley and D. Shippy and D. Stasiak and M. Suzuoki and M. Wang and J. Warnock and S. Weitzel and D. Wendel and T. Yamazaki and K. Yazawa",
title = "The Design and Implementation of a First-Generation {CELL} Processor",
booktitle = "IEEE Int'l Solid-State Circuits Conference",
year = "2005" }
@misc{ MKL,
author = "{Intel}",
title = "Math Kernel Library",
year = "2005",
howpublished = "{http://www.intel.com/software/products/mkl}"
}
@misc{ ELSA,
author = "S. McPeak and D. Wilkerson",
title = "Elsa: {T}he {E}lkhound-based {C}/{C}++ {P}arser",
text = "S. McPeak and D. Wilderson. Elsa: The Elkhound-based C/C++ Parser. http://www.cs.berkeley.edu/~smcpeak/elkhound, 2005",
year = "2005",
howpublished = "{http://www.cs.berkeley.edu/\~{}smcpeak/elkhound}",
url = "http://www.cs.berkeley.edu/~smcpeak/elkhound" }
@misc{ IBMFFT,
author = "A. Chow and G. Fossum and D Brokenshire",
title = "A Programming Example: Large {FFT} on the {C}ell {B}roadband {E}ngine",
text = "Foobar",
year = "2005",
url = "http://www-306.ibm.com/chips/techlib/techlib.nsf/techdocs/0AA2394A505EF0FB872570AB005BF0F1" }
@inproceedings{ ALP95,
author = "B. Alpern and L. Carter and J. Ferrante",
title = "Space-limited procedures: A methodology for portable high performance",
booktitle= "Int'l Working Conference on Massively
Parallel Programming Models",
year = "1995"
}
@inproceedings{ CILK95,
author = "R. Blumofe and C. Joerg and B. Kuszmaul and C. Leiserson and K. Randall
and Y. Zhou",
title = "Cilk: An Efficient Multithreaded Runtime System",
booktitle = " Symposium on Principles and Practice of Parallel Programming",
year = "1995"
}
% KAYVON: do we cite this paper or give the most recent cition on the project
@InProceedings{FFTW99,
author = {Frigo, Matteo},
title = {A fast {Fourier} transform compiler},
booktitle = { 1999 ACM SIGPLAN Conf. on Programming Language Design and Implementation},
pages = {169--180},
year = 1999,
volume = 34,
number = 5,
month = {May},
}
@inproceedings{FRIGO99,
author = {Matteo Frigo and Charles E. Leiserson and Harald Prokop and Sridhar Ramachandran},
title = {Cache-Oblivious Algorithms},
booktitle = {FOCS '99: Proceedings 40th Annual Symposium on Foundations of Computer Science},
year = {1999},
pages = {285}
}
@inproceedings{FRIGO05,
author = {Matteo Frigo and Volker Strumpen},
title = {Cache oblivious stencil computations},
booktitle = { Int'l Conference on Supercomputing},
year = {2005},
isbn = {1-59593-167-8},
pages = {361--366},
location = {Cambridge, Massachusetts},
}
@ARTICLE{ATLAS01,
AUTHOR = "R. Clint Whaley and Antoine Petitet and Jack J. Dongarra",
TITLE = "Automated Empirical Optimization of Software and the
{ATLAS} Project",
JOURNAL = "Parallel Computing",
VOLUME = "27",
NUMBER = "1--2",
PAGES = "3--35",
YEAR = 2001,
}
@phdthesis{SCKC02,
author = {Peter Mattson},
title = {A Programming System for the {I}magine {M}edia {P}rocessor},
year = {2002},
school = {Stanford University}
}
@article{BUCK04,
author = {Ian Buck and Tim Foley and Daniel Horn and Jeremy Sugerman and Kayvon Fatahalian and Mike Houston and Pat Hanrahan},
title = {Brook for {GPU}s: {S}tream computing on graphics hardware},
journal = {ACM Trans. Graph.},
volume = {23},
number = {3},
year = {2004},
issn = {0730-0301},
pages = {777--786},
doi = {http://doi.acm.org/10.1145/1015706.1015800},
}
@inproceedings{ TIT98,
author = "K. Yelick and others",
title = "{Titanium}: {A} High-Performance {Java} Dialect",
booktitle = "Workshop on Java for High-Performance Network Computing",
year = "1998"
}
@article{CHORE93,
author = {Derek L. Eager and John Jahorjan},
title = {Chores: {E}nhanced run-time support for shared-memory parallel computing},
journal = {ACM Trans. Comput. Syst.},
volume = {11},
number = {1},
year = {1993},
issn = {0734-2071},
pages = {1--32},
doi = {http://doi.acm.org/10.1145/151250.151251},
}
@article{ALV93,
author = {G. A. Alverson and D. Notkin},
title = {Program Structuring for Effective Parallel Portability},
journal = {IEEE Trans. Parallel Distrib. Syst.},
volume = {4},
number = {9},
year = {1993},
issn = {1045-9219},
pages = {1041--1059},
doi = {http://dx.doi.org/10.1109/71.243530},
publisher = {IEEE Press},
address = {Piscataway, NJ, USA},
}
@inproceedings{X1005,
author = {P. Charles and others},
title = {X10: {A}n object-oriented approach to non-uniform cluster computing},
booktitle = {OOPSLA},
year = {2005},
% pages = {519--538}
}
@inproceedings{X1008,
author = {Chandra, S. and others},
title = {Type inference for locality analysis of distributed data structures},
booktitle = {PPoPP},
year = {2008},
pages = {11--22},
}
@inproceedings{X1011,
author = {M. Joyner and Z. Budimlic and V. Sarkar},
title = {Subregion Analysis and Bounds Check Elimination for High Level Arrays},
booktitle = {Compiler Construction},
year = {2011},
pages = {246-265}
}
@misc{X10GPU,
title = {X10 2.1 CUDA Support},
year = {2011},
howpublished = "\url{x10.codehaus.org/X10+2.1+CUDA}",
}
@inproceedings{ZPL04,
author = {Deitz, S. J. and Chamberlain, B. L. and Snyder, L.},
title = {Abstractions for dynamic data distribution},
booktitle = {Int'l Workshop on High-Level Parallel Programming Models},
year = {2004},
}
@inproceedings{CHAPEL04,
author = { D. Callahan and B. L. Chamberlain and H. P. Zima},
title = {The {C}ascade High Productivity Language},
booktitle = {High-Level Parallel Programming Models and Supportive Environments},
year = {2004},
pages = {52--60}
}
@article{JV:Ste2005,
author = {Steele, G.},
title = {Parallel Programming and Parallel Abstractions in Fortress},
journal = {Int'l Conference on Parallel Architectures and Compilation Techniques (PACT)},
pages = {157-157},
year = {2005}
}
@inproceedings{VTN11,
author = {Vandierendonch, H. and G. Tzenakis and D.S. Nikolopoulos},
title = {A Unified Scheduler for Recursive and Task Dataflow Parallelism},
booktitle = {Proceedings of the Conference on Parallel Architectures and Compilation Techniques},
pages = {1-11},
year = {2011}
}
@inproceedings{Tzenakis12,
author = {Tzenakis, G. and Papatriantafyllou, A. and Kesapides, J. and Pratikakis, P. and Vandierendonck, H. and Nikolopoulos, D. S.},
title = {{BDDT}: {B}lock-Level Dynamic Dependence Analysis for Deterministic Task-Based Parallelism},
booktitle = {Proceedings of the Symposium on Principles and Practice of Parallel Programming},
year = {2012},
pages = {301--302}
}
@inproceedings{EYJD12,
author = {Eom, Y. and Yang, S. and Jenista, J. and Demsky, B.},
title = {{DOJ}: {D}ynamically Parallelizing Object-Oriented Programs},
booktitle = {Proceedings of the Symposium on Principles and Practice of Parallel Programming},
year = {2012},
pages = {85--96}
}
@inproceedings{x10,
author = {Charles, Philippe and Grothoff, Christian and Saraswat, Vijay and Donawa, Christopher and Kielstra, Allan and Ebcioglu, Kemal and von Praun, Christoph and Sarkar, Vivek},
title = "{X10: an Object-Oriented Approach to Non-uniform Cluster Computing}",
booktitle = {Proceeings SIGPLAN Conference on Object-oriented Programming, Systems, Languages, and Applications (OOPSLA)},
year = {2005},
pages = {519--538}
}
@misc{FORTRESS,
author = "Eric Allen and David Chase and Victor Luchangco and Jan-Willem Maessen and Sukyoung Ryu and Guy Steele and Sam Tobin-Hochstadt.",
title = "The {F}ortress Language Specification Version 0.707. {T}echnical Report",
howpublished = {Sun Microsystems},
year = "2005",
}
@misc{UPC99,
author = "W. Carlson and J. Draper and D. Culler and K. Yelick and E. Brooks and K. Warren",
title = "Introduction to {UPC} and Language Specification",
howpublished = {UC Berkeley Technical Report: CCS-TR-99-157},
year = "1999",
}
@misc{UPCSTANDARD,
title = {{UPC} Language Specification v1.2},
year = {2011},
howpublished = "\url{upc.lbl.gov/docs/user/upc\_spec\_1.2.pdf}",
}
@inproceedings{GASNET07,
author = {Yelick, K. and others},
title = {Productivity and performance using partitioned global address space languages},
booktitle = {PASCO},
year = {2007},
pages = {24--32},
}
@inproceedings{ CULLER93,
author = {David Culler and others},
title = "Parallel programming in {S}plit-{C}",
booktitle = "Supercomputing",
pages = "262-273",
year = "1993"
}
@inproceedings{MERRIMAC03,
author = {W. J. Dally and P. Hanrahan and M. Erez and T. J. Knight and F. Labonte and J.-H. Ahn and N. Jayasena and U. J. Kapasi and A. Das and J. Gummaraju and I. Buck},
title = {Merrimac: Supercomputing with Streams},
booktitle = {{ Conference on Supercomputing}},
year = {2003},
isbn = {1-58113-695-1},
pages = {35},
address = {Phoenix, Arizona},
}
@ARTICLE{GRAPE6A,
author = {{Fukushige}, T. and {Makino}, J. and {Kawai}, A.},
title = "{GRAPE-6A: A Single-Card GRAPE-6 for Parallel PC-GRAPE Cluster Systems}",
journal = {Publications Astronomical Society of Japan},
year = {2005},
month = {dec},
volume = {57},
pages = {1009-1021},
adsurl = {http://adsabs.harvard.edu/cgi-bin/nph-bib_query?bibcode=2005PASJ...57.1009F&db_key=AST},
adsnote = {Provided by the Smithsonian/NASA Astrophysics Data System}
}
@inproceedings{HMMER05,
author = {Daniel Reiter Horn and Mike Houston and Pat Hanrahan},
title = {Claw{HMMER}: A Streaming {HMM}er-Search Implementation},
booktitle = { Conference on Supercomputing},
year = {2005},
isbn = {1-59593-061-2},
pages = {11},
doi = {http://dx.doi.org/10.1109/SC.2005.18},
publisher = {IEEE Computer Society},
address = {Washington, DC, USA},
}
@InProceedings{KAPASI02,
author = {Ujval Kapasi and William J. Dally and Scott Rixner and
John D. Owens and Brucek Khailany},
title = {The {I}magine Stream Processor},
booktitle = {Proceedings 2002 IEEE Int'l Conference on
Computer Design},
pages = {282--288},
year = {2002},
OPTaddress = {Freiburg, Germany},
month = sep,
}
@inproceedings{Roadrunner08,
author = {K. Barker and others},
title = {Entering the {PetaFLOP} Era: The Architecture and Performance of {Roadrunner}},
booktitle = SC,
year = {2008},
}
@techreport{JV:Car99a,
author = {Carlson, W.W. and Draper, J.M. and Culler, D. and Yelick, K. and Brooks, E. and Warren, K.},
title = "{Introduction to {UPC} and Language Specification}",
institution = {Center for Computing Sciences, IDA},
number = {CCS-TR-99-157},
type = {Technical Report},
year = {1999}
}
@article{JV:Num98,
author = {Numrich, R.W. and Reid, J.},
title = "{Co-Array Fortran for parallel programming}",
journal = {ACM SIGPLAN FORTRAN Forum},
volume = {17},
number = {1998},
pages = {1-31},
year = {1998}
}
@article{JV:Yel98,
author = {Yelick, K. and Semenzato, L. and Pike, G. and Miyamoto, C. and Liblit, B. and Krishnamurthy, A. and Hilfinger, P. and Graham, S. and Gay, D. and Colella, P.},
title = "{Titanium: A high-performance Java Dialect}",
journal = {Concurrency Practice and Experience},
volume = {10},
number = {11-13},
pages = {825-836},
year = {1998}
}