forked from ChrisCummins/phd
-
Notifications
You must be signed in to change notification settings - Fork 0
/
refs.bib
12738 lines (11334 loc) Β· 410 KB
/
refs.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
@inproceedings{Fursin2008,
title = {{ MILEPOST GCC: machine learning based research compiler }},
year = {2008},
booktitle = {GCC Developersβ Summit},
author = {Fursin, G. and Miranda, C. and Temam, O. and Yom-tov, E. and Bonilla, E. and Thomson, J. and Leather, H. and Williams, C. and O'Boyle, M.}
}
@article{Collins2012,
title = {{ Auto-Tuning Parallel Skeletons }},
year = {2012},
journal = {Parallel Processing Letters},
author = {Collins, A. and Fensch, C. and Leather, H.},
number = {02},
month = {6},
volume = {22},
keywords = {fastflow, multicore, optimization space exploration, parallel skeletons}
}
@inproceedings{Leather2008,
title = {{ Automatic Feature Generation for Setting Compilers Heuristics }},
year = {2008},
booktitle = {SMART},
author = {Leather, H. and Yom-tov, E. and Namolaru, M. and Freund, A.}
}
@book{Cole1989,
title = {{ Algorithmic Skeletons: Structured Management of Parallel Computation }},
year = {1989},
author = {Cole, M.},
publisher = {Pitman London}
}
@article{Basically1995,
title = {{ min, max, and more }},
year = {1995},
journal = {C++ Report},
author = {Basically, C},
number = {January}
}
@article{Gonzalez2010,
title = {{ A survey of algorithmic skeleton frameworks: high-level structured parallel programming enablers }},
year = {2010},
journal = {Software: Practice and Experience},
author = {Gonzalez-Velez, Horacio},
number = {12},
volume = {40},
doi = {10.1002/spe},
keywords = {algorithmic skeletons, concurrent programming, parallel computing, parallel constructs, software patterns, structured parallelism, structures}
}
@article{Katajainen1999,
title = {{ In-place sorting with fewer moves }},
year = {1999},
journal = {Information Processing Letters},
author = {Katajainen, J. and Pasanen, T. A.},
volume = {70},
keywords = {in-place algorithms, mergesort, merging, multiway merge, sorting}
}
@inproceedings{Solomonik2010,
title = {{ Highly Scalable Parallel Sorting }},
year = {2010},
booktitle = {IPDPS},
author = {Solomonik, E. and Kal, L. V.}
}
@inproceedings{Botorog1996,
title = {{ Skil: an imperative language with algorithmic skeletons for efficient distributed programming }},
year = {1996},
booktitle = {HPDC},
author = {Botorog, G.H. and Kuchen, H.},
publisher = {Ieee},
url = {http://ieeexplore.ieee.org/lpdocs/epic03/wrapper.htm?arnumber=546194},
isbn = {0-8186-7582-9},
doi = {10.1109/HPDC.1996.546194}
}
@inproceedings{Javed2011,
title = {{ Prototyping a Library of Algorithmic Skeletons with Bulk Synchronous Parallel ML }},
year = {2011},
booktitle = {PDPTA},
author = {Javed, Noman and Loulergue, FrΓ©dΓ©ric and Tesson, Julien and Bousdira, Wadoud},
keywords = {algorithmic skeletons, applications, functional programming, parallel programming}
}
@article{Cole2004,
title = {{ Bringing skeletons out of the closet: a pragmatic manifesto for skeletal parallel programming }},
year = {2004},
journal = {Parallel Computing},
author = {Cole, M.},
number = {3},
month = {3},
volume = {30},
publisher = {Elsevier},
url = {http://linkinghub.elsevier.com/retrieve/pii/S0167819104000080},
doi = {10.1016/j.parco.2003.12.002},
issn = {01678191}
}
@article{Herrmann2000,
title = {{ HDC: a higher-order language for divide-and-conquer }},
year = {2000},
journal = {Parallel Processing Letters},
author = {Herrmann, Christoph A and Lengauer, Christian},
volume = {10},
keywords = {drvide-and-conquer, functional program, haskell, parallelization, skeleton}
}
@book{Katajainen1997,
title = {{ A Meticulous Analysis of Mergesort Programs }},
year = {1997},
author = {Katajainen, J. and Trgff, J. L.},
number = {9400952},
volume = {2}
}
@article{Marr2014,
title = {{ Are We There Yet? Simple Language-Implementation Techniques for the 21st Century }},
year = {2014},
journal = {IEEE Software},
author = {Marr, S. and Pape, T. and Meuter, W. D.},
number = {5},
volume = {31},
doi = {10.1109/MS.2014.98.http},
keywords = {Compilers, Interpreters, Language Implementation, Virtual Machines}
}
@inproceedings{Benoit2005a,
title = {{ Flexible Skeletal Programming with eSkel }},
year = {2005},
booktitle = {Euro-Par},
author = {Benoit, A. and Cole, M. and Gilmore, S. and Hillston, J.},
publisher = {Springer}
}
@inproceedings{Benoit2005,
title = {{ Two fundamental concepts in skeletal parallel programming }},
year = {2005},
booktitle = {ICCS},
author = {Benoit, A. and Cole, M.},
publisher = {Springer}
}
@article{Grelck2005,
title = {{ Shared memory multiprocessor support for functional array processing in SAC }},
year = {2005},
journal = {Journal of Functional Programming},
author = {Grelck, Clemens},
number = {3},
month = {6},
volume = {15},
url = {http://www.journals.cambridge.org/abstract_S0956796805005538},
doi = {10.1017/S0956796805005538},
issn = {0956-7968}
}
@inproceedings{Lattner2008a,
title = {{ Introduction to the LLVM Compiler System }},
year = {2008},
booktitle = {ACAT},
author = {Lattner, Chris}
}
@article{Paper2012,
title = {{ Software-Defined Networking: The New Norm for Networks }},
year = {2012},
journal = {ONF White Paper},
author = {Paper, O N F White}
}
@inproceedings{Katta2014,
title = {{ Infinite CacheFlow in software-defined networks }},
year = {2014},
booktitle = {HotSDN},
author = {Katta, N. and Alipourfard, O. and Rexford, J. and Walker, D.},
publisher = {ACM Press},
url = {http://dl.acm.org/citation.cfm?doid=2620728.2620734},
address = {New York, New York, USA},
isbn = {9781450329897},
doi = {10.1145/2620728.2620734}
}
@inproceedings{Lattner2008,
title = {{ LLVM and Clang : Next Generation Compiler Technology }},
year = {2008},
booktitle = {BSDcan},
author = {Lattner, Chris}
}
@inproceedings{Lattner2004,
title = {{ LLVM: A compilation framework for lifelong program analysis { \& } transformation }},
year = {2004},
booktitle = {CGO},
author = {Lattner, C. and Adve, V.},
publisher = {IEEE},
url = {http://ieeexplore.ieee.org/lpdocs/epic03/wrapper.htm?arnumber=1281665},
isbn = {0-7695-2102-9},
doi = {10.1109/CGO.2004.1281665}
}
@incollection{Hoffman2014,
title = {{ CMake }},
year = {2014},
booktitle = {The Architecture of Open Source Applications},
author = {Hoffman, Bill and Martin, Kenneth}
}
@incollection{Ramey2014,
title = {{ The Bourne-Again Shell }},
year = {2014},
booktitle = {The Architecture of Open Source Applications},
author = {Ramey, Chet}
}
@incollection{Lattner2014,
title = {{ LLVM }},
year = {2014},
booktitle = {The Architecture of Open Source Applications},
author = {Lattner, Chris}
}
@incollection{Potter2014,
title = {{ Git }},
year = {2014},
booktitle = {The Architecture of Open Source Applications},
author = {Potter, Susan},
number = {Volume 2},
volume = {2}
}
@incollection{Hunter2014,
title = {{ matplotlib }},
year = {2014},
booktitle = {The Architecture of Open Source Applications},
author = {Hunter, J. and Droettboom, M.},
number = {Volume 2},
volume = {2}
}
@incollection{Squyres2014,
title = {{ Open MPI }},
year = {2014},
booktitle = {The Architecture of Open Source Applications},
author = {Squyres, Jeffrey M},
number = {Volume 2},
volume = {2}
}
@incollection{Peterson2014,
title = {{ PyPy }},
year = {2014},
booktitle = {The Architecture of Open Source Applications},
author = {Peterson, Benjamin},
number = {Volume 2},
volume = {2}
}
@book{Stroustrup2013,
title = {{ The C ++ Programming Language }},
year = {2013},
author = {Stroustrup, Bjarne},
isbn = {9780321563842}
}
@incollection{English2010,
title = {{ Politics and the English Language By George Orwell }},
year = {2010},
booktitle = {Politics and the English Language and Other Essays},
author = {English, Modern}
}
@misc{Recruitment,
title = {{ How to Write a Good Postgraduate Research Proposal }},
author = {Recruitment, Student}
}
@inproceedings{Aldinucci2008,
title = {{ Behavioural Skeletons in GCM: Autonomic Management of Grid Components }},
year = {2008},
booktitle = {PDP},
author = {Aldinucci, M. and Campa, S. and Danelutto, M. and Vanneschi, M. and Kilpatrick, P. and Dazzi, P. and Laforenza, D. and Tonellotto, N.},
month = {2},
publisher = {Ieee},
url = {http://ieeexplore.ieee.org/lpdocs/epic03/wrapper.htm?arnumber=4457104},
isbn = {978-0-7695-3089-5},
doi = {10.1109/PDP.2008.46}
}
@inproceedings{Caromel2008,
title = {{ Type Safe Algorithmic Skeletons }},
year = {2008},
booktitle = {PDP},
author = {Caromel, Denis and Henrio, Ludovic and Leyton, Mario},
keywords = {Type systems, algorithmic skeletons}
}
@inproceedings{Falcou2008,
title = {{ Formal semantics applied to the implementation of a skeleton-based parallel programming library }},
year = {2008},
booktitle = {PARCO},
author = {Falcou, J and Serot, J},
url = {http://books.google.co.uk/books?hl=en&lr=&id=WCOTC2UmXT8C&oi=fnd&pg=PA243&dq=%22skeleton*%22+parallel&ots=88hZNU9vol&sig=BaMtaRJghfIdANkC7XbslyGSuf0}
}
@misc{Coudarcher2001,
title = {{ Implementation of a skeleton-based parallel programming environment supporting arbitrary nesting }},
year = {2001},
booktitle = {HIPS},
author = {Coudarcher, R and S { \' { e } } rot, J and D { \' { e } } rutin, JP},
url = {http://link.springer.com/chapter/10.1007/3-540-45401-2_6}
}
@inproceedings{Benoit2004,
title = {{ Evaluating the performance of skeleton-based high level parallel programs }},
year = {2004},
booktitle = {ICCS},
author = {Benoit, A. and Cole, M. and Gilmore, S. and Hillston, J.},
url = {http://link.springer.com/chapter/10.1007/978-3-540-24688-6_40}
}
@misc{Brown2010,
title = {{ Ever-decreasing circles: a skeleton for parallel orbit calculations in Eden }},
year = {2010},
booktitle = {TFP},
author = {Brown, C and Hammond, K},
url = {http://chrisb.host.cs.st-andrews.ac.uk/publications/eden_tfp2010.pdf}
}
@inproceedings{Hu2002,
title = {{ An accumulative parallel skeleton for all }},
year = {2002},
booktitle = {ESOP},
author = {Hu, Z and Iwasaki, H and Takeichi, M},
url = {http://link.springer.com/chapter/10.1007/3-540-45927-8_7}
}
@article{Manzanera1999,
title = {{ Ultra-fast skeleton based on an isotropic fully parallel algorithm }},
year = {1999},
journal = {Lecture Notes in Computer Science},
author = {Manzanera, A and Bernard, TM},
url = {http://link.springer.com/chapter/10.1007/3-540-49126-0_24}
}
@article{Matsuzaki2004,
title = {{ A fusion-embedded skeleton library }},
year = {2004},
journal = {Euro-Par},
author = {Matsuzaki, K and Kakehi, K and Iwasaki, H},
url = {http://link.springer.com/chapter/10.1007/978-3-540-27866-5_85}
}
@techreport{Cummins2014a,
title = {{ Protein Isoelectric Point Database }},
year = {2014},
author = {Cummins, C.},
number = {May}
}
@article{Abramson1989,
title = {{ Divide and conquer under global constraints: A solution to the N-queens problem }},
year = {1989},
journal = {Journal of Parallel and Distributed Computing},
author = {Abramson, B. and Yung, M.},
number = {3},
month = {6},
volume = {6},
url = {http://linkinghub.elsevier.com/retrieve/pii/0743731589900117},
doi = {10.1016/0743-7315(89)90011-7},
issn = {07437315}
}
@article{Valiant1990,
title = {{ A bridging model for parallel computation }},
year = {1990},
journal = {Communications of the ACM},
author = {Valiant, Leslie G},
number = {8},
volume = {33}
}
@article{Mccall1996,
title = {{ Scalability, portability and predictability: The BSP approach to parallel programming }},
year = {1996},
journal = {FGCS},
author = {Mccall, W F},
number = {4},
volume = {12},
keywords = {bulk synchronous, parallel algorithms, parallel computing, parallel model, programming languages}
}
@article{Legaux2013,
title = {{ OSL: An Algorithmic Skeleton Library with Exceptions }},
year = {2013},
journal = {Procedia Computer Science},
author = {Legaux, Joeffrey and Loulergue, FrΓ©dΓ©ric and Jubertie, Sylvain},
number = {0},
month = {1},
volume = {18},
url = {http://linkinghub.elsevier.com/retrieve/pii/S1877050913003323},
doi = {10.1016/j.procs.2013.05.189},
issn = {18770509},
keywords = {algorithmic skeletons, c++, exceptions, parallel programming}
}
@inproceedings{Leyton2010a,
title = {{ Exceptions for Algorithmic Skeletons }},
year = {2010},
booktitle = {Euro-Par},
author = {Leyton, Mario and Henrio, Ludovic},
keywords = {algorithmic skeletons, exceptions, semantics}
}
@article{Danelutto2012,
title = {{ A βMinimal Disruptionβ Skeleton Experiment: Seamless Map { \& } Reduce Embedding in OCaml }},
year = {2012},
journal = {Procedia Computer Science},
author = {Danelutto, M. and Di Cosmo, R.},
month = {1},
volume = {9},
publisher = {Elsevier Masson SAS},
url = {http://linkinghub.elsevier.com/retrieve/pii/S1877050912003237},
doi = {10.1016/j.procs.2012.04.202},
issn = {18770509},
keywords = {algorithmic skeletons, map, reduce, structured parallel programming}
}
@inproceedings{Parallelism2005,
title = {{ Bulk Synchronous Parallel ML: Modular Implementation and Performance Prediction }},
year = {2005},
booktitle = {ICCS},
author = {Parallelism, Bulk Synchronous and Prediction, Performance}
}
@article{Loogen2005,
title = {{ Parallel Functional Programming in Eden }},
year = {2005},
journal = {Journal of Functional Programming},
author = {Loogen, Rita and Ortega-Mallen, Yolanda and Pena-Mari, Ricardo},
number = {3},
volume = {15}
}
@inproceedings{Matsuzaki2006,
title = {{ A Library of Constructive Skeletons for Sequential Style of Parallel Programming }},
year = {2006},
booktitle = {ICST},
author = {Matsuzaki, Kiminori and Iwasaki, Hideya and Emoto, Kento and Hu, Zhenjiang},
publisher = {ACM}
}
@inproceedings{Danelutto2006,
title = {{ Joint Structured / Unstructured Parallelism Exploitation in muskel }},
year = {2006},
booktitle = {ICCS},
author = {Danelutto, M and Dazzi, P},
publisher = {Springer}
}
@article{Kuchen2012,
title = {{ Data Parallel Skeletons in Java }},
year = {2012},
journal = {Procedia Computer Science},
author = {Kuchen, H. and Ernsting, S.},
month = {1},
volume = {9},
publisher = {Elsevier Masson SAS},
url = {http://linkinghub.elsevier.com/retrieve/pii/S1877050912003213},
doi = {10.1016/j.procs.2012.04.200},
issn = {18770509},
keywords = {Java for HPC, algorithmic skeletons, distributed programming, message passing, parallel programming, programming environments}
}
@unpublished{Jones2011,
title = {{ Working on your IRP: Argument, identifying claims }},
year = {2011},
author = {Jones, Simon Peyton and Bundy, Alan and Oberlander, Jon},
number = {February}
}
@unpublished{Bundy1989,
title = {{ The Researcher's Bible }},
year = {1989},
author = {Bundy, Alan},
volume = {68}
}
@misc{Chinneck1999,
title = {{ How to Organize your Thesis }},
year = {1999},
author = {Chinneck, Prof John W}
}
@misc{AlanBundy2014,
title = {{ How to be My Student }},
year = {2014},
author = {Bundy, Alan}
}
@misc{Bundy2014,
title = {{ How to Write an Informatics Paper }},
year = {2014},
author = {Bundy, Alan}
}
@misc{Bundy2014a,
title = {{ Writing a good grant proposal }},
year = {2014},
author = {Bundy, Alan}
}
@unpublished{Jones,
title = {{ How to write a great research paper }},
author = {Jones, Simon Peyton}
}
@misc{Knuth,
title = {{ Hints for referees }},
author = {Knuth, Donald E}
}
@article{Smith1999,
title = {{ The Task of the Referee }},
year = {1999},
journal = {Computer},
author = {Smith, Alan Jay},
number = {4},
volume = {23}
}
@misc{Patterson2002,
title = {{ How to Have a Bad Career in Research / Academia }},
year = {2002},
author = {Patterson, David A}
}
@misc{Patterson2014,
title = {{ Dave Patterson's Writing Advice }},
year = {2014},
author = {Patterson, D.}
}
@misc{Driscoll2014,
title = {{ What is Primary Research and How do I get Started? }},
year = {2014},
author = {Driscoll, D. L. and Brizee, A.}
}
@inproceedings{Chakravarty2011,
title = {{ Accelerating Haskell array codes with multicore GPUs }},
year = {2011},
booktitle = {DAMP},
author = {Chakravarty, Manuel MT and Keller, Gabriele and Lee, Sean and McDonell, Trevor L and Grover, Vinod},
publisher = {ACM},
url = {http://dl.acm.org/citation.cfm?id=1926358},
keywords = {Arrays, Data parallelism, Dynamic compilation, GPGPU, Haskell, Skeletons}
}
@inproceedings{Marlow2011,
title = {{ A monad for deterministic parallelism }},
year = {2011},
booktitle = {Haskell},
author = {Marlow, S. and Newton, R. and Jones, S. P.},
number = {12},
volume = {46},
url = {http://dl.acm.org/citation.cfm?id=2034685},
keywords = {concurrent programming, languages, performance}
}
@inproceedings{Newburn2011,
title = {{ Intel's Array Building Blocks: A retargetable, dynamic compiler and embedded language }},
year = {2011},
booktitle = {CGO},
author = {Newburn, C. J. and So, B. and Liu, Z. and McCool, M. and Ghuloum, A. and Toit, S. D. and Wang, Z. G. and Du, Z. H. and Chen, Y. and Wu, G.},
publisher = {IEEE}
}
@inproceedings{Enmyren2010,
title = {{ SkePU: a multi-backend skeleton programming library for multi-GPU systems }},
year = {2010},
booktitle = {HLPP},
author = {Enmyren, J and Kessler, CW},
publisher = {ACM},
keywords = {CUDA, Data Parallelism, GPU, OpenCL, Skeleton Programming}
}
@incollection{Aldinucci2011,
title = {{ FastFlow: high-level and efficient streaming on multi-core (A FastFlow short tutorial) }},
year = {2011},
booktitle = {Programming Multi-core and Many-core Computing Systems},
author = {Aldinucci, M. and Danelutto, M. and Kilpatrick, P. and Torquati, M.},
chapter = {13},
publisher = {Wiley}
}
@inproceedings{Aldinucci2011a,
title = {{ Accelerating code on multi-cores with FastFlow }},
year = {2011},
booktitle = {Euro-Par},
author = {Aldinucci, M. and Danelutto, M. and Kilpatrick, P. and Meneghin, M. and Torquati, M.},
publisher = {Springer},
keywords = {C++, lock-free synchronization, multi-core, offload, patterns}
}
@misc{Marlow2010,
title = {{ Seq no more: better strategies for parallel Haskell }},
year = {2010},
booktitle = {Haskell},
author = {Marlow, S. and Maier, P. and Loidl, H. W.},
number = {11},
volume = {45},
url = {http://dl.acm.org/citation.cfm?id=1863535},
keywords = {Parallel Functional Programming, Strategies}
}
@inproceedings{Aldinucci2010,
title = {{ Efficient Smith-Waterman on multi-core with FastFlow }},
year = {2010},
booktitle = {PDP},
author = {Aldinucci, M. and Meneghin, M. and Torquati, M.},
publisher = {IEEE},
url = {http://ieeexplore.ieee.org/xpls/abs_all.jsp?arnumber=5452443}
}
@inproceedings{McCool2010,
title = {{ Structured parallel programming with deterministic patterns }},
year = {2010},
booktitle = {HotPar},
author = {McCool, MD},
url = {https://www.usenix.org/event/hotpar10/tech/full_papers/McCool.pdf},
keywords = {Deterministic parallel computing, many-core computing, patterns, software engineering, structured programming}
}
@inproceedings{Yviquel2011,
title = {{ Efficient multicore scheduling of dataflow process networks }},
year = {2011},
booktitle = {SiPS},
author = {Yviquel, Herve and Casseau, Emmanuel and Wipliez, Matthieu and Raulet, Mickael},
publisher = {IEEE},
url = {http://ieeexplore.ieee.org/xpls/abs_all.jsp?arnumber=6088974},
keywords = {Dataflow computing, Distributed algorithm, Lock-free multithreading, Multicore process-, Scheduling algorithm, ing}
}
@article{Clifton-Everest2014,
title = {{ Embedding foreign code }},
year = {2014},
journal = {PADL},
author = {Clifton-Everest, Robert and McDonell, Trevor L and Chakravarty, Manuel MT and Keller, Gabriele},
url = {http://link.springer.com/chapter/10.1007/978-3-319-04132-2_10}
}
@article{Carbonneaux2014,
title = {{ Sklml: Functional Parallel Programming }},
year = {2014},
author = {Carbonneaux, Q and Cl { \' { e } } ment, F and Weis, P},
url = {http://sklml.inria.fr/doc/pdf/UserManual.pdf}
}
@article{Totoo2014,
title = {{ Parallel Haskell implementations of the N-body problem }},
year = {2014},
journal = {Concurrency and Computation: Practice and Experience},
author = {Totoo, P and Loidl, HW},
number = {4},
volume = {26},
url = {http://onlinelibrary.wiley.com/doi/10.1002/cpe.3087/full},
keywords = {functional programming, high-level parallel programming models, n-body problem}
}
@inproceedings{Tan2014,
title = {{ Automatic Task-based Code Generation for High Performance Domain Specific Embedded Language }},
year = {2014},
booktitle = {HLPP},
author = {Tan, Antoine Tran and Falcou, Joel and Etiemble, Daniel and Kaiser, Hartmut},
url = {http://stellar.cct.lsu.edu/pubs/dsl_paper.pdf},
keywords = {C++, asynchronous programming, generative programming, parallel skeletons}
}
@article{McDonagh2014,
title = {{ Applying semi-synchronised task farming to large-scale computer vision problems }},
year = {2014},
journal = {IJHPCA},
author = {{ StevenMcDonagh } and Beyan, Cigdem and Huang, Phoenix X and Fisher, Robert B},
url = {http://hpc.sagepub.com/content/early/2014/05/13/1094342014532965.abstract},
keywords = {Vision, semi-synchronised, task farming}
}
@article{Campa2014,
title = {{ Parallel patterns for heterogeneous CPU/GPU architectures: Structured parallelism from cluster to cloud }},
year = {2014},
journal = {Future Generation Computer Systems},
author = {Campa, S and Danelutto, M},
volume = {37},
url = {http://www.sciencedirect.com/science/article/pii/S0167739X14000041}
}
@inproceedings{Aubrey-Jones2014,
title = {{ Synthesizing MPI Implementations from Functional Data-Parallel Programs }},
year = {2014},
booktitle = {HLPP},
author = {Aubrey-Jones, T and Fischer, B},
url = {http://www.cs.sun.ac.za/~bfischer/pdfs/hlpp-14.pdf}
}
@article{Khamassi2014,
title = {{ Tackling Real-Time Signal Processing Applications on Shared Memory Multicore Architectures Using XPU }},
year = {2014},
journal = {ERTS},
author = {Khamassi, N and Lann, JC Le},
url = {http://www.erts2014.org/Site/0R4UXE94/Fichier/erts2014_3A1.pdf},
keywords = {Digital Signal Processing, Multicore, Parallel Construct, Parallel Parallel Programming Model, Patterns, Pipeline Parallelism, Radar, Skeleton}
}
@article{Kessler2014,
title = {{ Optimized Composition: Generating Efficient Code for Heterogeneous Systems from Multi-Variant Components, Skeletons and Containers }},
year = {2014},
journal = {arXiv:1405.2915},
author = {Kessler, C and Dastgeer, U and Li, L},
url = {http://arxiv.org/abs/1405.2915}
}
@inproceedings{Martino2014,
title = {{ High Performance Cloud: A MapReduce and GPGPU Based Hybrid Approach }},
year = {2014},
booktitle = {IDCS},
author = {Martino, B Di and Esposito, A and Barbato, A},
publisher = {Springer},
url = {http://link.springer.com/chapter/10.1007/978-3-319-11692-1_6}
}
@article{Liu2014,
title = {{ Accumulative Computation on MapReduce }},
year = {2014},
journal = {IPSJ Online Transactions},
author = {Liu, Yu and Emoto, Kento and Matsuzaki, Kiminori and Hu, Zhenjiang},
number = {0},
volume = {7},
url = {http://jlc.jst.go.jp/DN/JST.JSTAGE/ipsjtrans/7.33?from=Google},
keywords = {MapReduce, accumulative computation, algorithmic skeleton, automatic parallelization, parallel programming}
}
@phdthesis{Rodrigues2014,
title = {{ Supporting high-level, high-performance parallel programming with library-driven optimization }},
year = {2014},
author = {Rodrigues, C},
url = {https://www.ideals.illinois.edu/handle/2142/49427}
}
@misc{Griebler2014,
title = {{ Performance and Usability Evaluation of a Pattern-Oriented Parallel Programming Interface for Multi-Core Architectures }},
year = {2014},
author = {Griebler, D. and Adornes, D. and Fernandes, L. G.},
url = {http://gmap.pucrs.br/gmap/files/publications/slides/2dcbc413e2297fc3aa0faf7423dbdfd2.pdf}
}
@phdthesis{Dastgeer2014,
title = {{ Performance-aware Component Composition for GPU-based systems }},
year = {2014},
author = {Dastgeer, U},
url = {http://www.diva-portal.org/smash/record.jsf?pid=diva2:712422}
}
@phdthesis{Hanlon2014,
title = {{ Scalable abstractions for general-purpose parallel computation }},
year = {2014},
author = {Hanlon, JW},
url = {http://jwhanlon.com/docs/thesis-print.pdf}
}
@inproceedings{Pabon2014,
title = {{ Self-Configuration and Self-Optimization Autonomic Skeletons using Events }},
year = {2014},
booktitle = {PMAM},
author = {Pab { \' { o } } n, G and Henrio, L},
url = {http://dl.acm.org/citation.cfm?id=2560699}
}
@phdthesis{Nugteren2014,
title = {{ Improving the Programmability of GPU Architectures }},
year = {2014},
author = {Nugteren, C.},
url = {http://alexandria.tue.nl/extra2/771987.pdf}
}
@unpublished{Belikov,
title = {{ Characterisation of Parallel Functional Applications }},
year = {2014},
author = {Belikov, E and Loidl, HW and Michaelson, G},
url = {http://www.macs.hw.ac.uk/~eb96/pdf/tfp2014_draft.pdf},
institution = {School of Mathematical and Computer Sciences, Heriot-Watt University},
address = {Edinburgh}
}
@phdthesis{Fenech,
title = {{ Scheduling Task-Parallel Programs in a Multiprogram Workload }},
year = {2013},
author = {Fenech, Karl},
url = {http://dogmamix.com/TPMP/TPMP-065.pdf},
school = {School of Informatics, University of Edinburgh},
keywords = {algorithmic skeletons, divide-and-conquer, dynamic optimization, manycore multiprocessing, multiprogram workloads, parallel programming, processor partitioning, scalability, scheduling, structured parallelism}
}
@techreport{Torquati,
title = {{ Parallel Programming Using FastFlow }},
year = {2014},
author = {Torquati, M},
url = {http://calvados.di.unipi.it/storage/tutorial/fftutorial.pdf},
institution = {Computer Science Department, University of Pisa}
}
@unpublished{Maier,
title = {{ High-Performance Computer Algebra: A Hecke Algebra Case Study }},
year = {2014},
author = {Maier, P. and Livesey, D. and Loidl, H. W. and Trinder, P.},
url = {http://www.macs.hw.ac.uk/~hwloidl/publications/HPCA.pdf},
institution = {School of Computing Science, University of Glasgow, Glasgow, UK}
}
@inproceedings{Darlington1993,
title = {{ Parallel Programming Using Skeleton Functions }},
year = {1993},
booktitle = {PARLE},
author = {Darlington, J and Field, AJ J and Harrison, PG G},
url = {http://link.springer.com/chapter/10.1007/3-540-56891-3_12}
}
@inproceedings{Nugteren2012,
title = {{ Introducing 'Bones': a parallelizing source-to-source compiler based on algorithmic skeletons }},
year = {2012},
booktitle = {GPGPU},
author = {Nugteren, C. and Corporaal, H.},
publisher = {ACM},
url = {http://dl.acm.org/citation.cfm?id=2159431},
keywords = {Graphics Processing Units, Parallel Programming, Source-to-Source Compilation, algorithmic skeletons}
}
@inproceedings{Hammond2013,
title = {{ The paraphrase project: Parallel patterns for adaptive heterogeneous multicore systems }},
year = {2013},
booktitle = {FMCO},
author = {Hammond, K. and Aldinucci, M. and Brown, C.},
publisher = {Springer},
url = {http://link.springer.com/chapter/10.1007/978-3-642-35887-6_12}
}
@misc{Leyton2010,
title = {{ Skandium: Multi-core Programming with Algorithmic Skeletons }},
year = {2010},
booktitle = {PDP},
author = {Leyton, Mario and Piquer, Jose M JM},
month = {2},
publisher = {Ieee},
url = {http://ieeexplore.ieee.org/lpdocs/epic03/wrapper.htm?arnumber=5452456 http://ieeexplore.ieee.org/xpls/abs_all.jsp?arnumber=5452456},
isbn = {978-1-4244-5672-7},
doi = {10.1109/PDP.2010.26},
keywords = {algorithmic skeletons, multi-core, parallel programming, patterns}
}
@inproceedings{Ciechanowicz2010,
title = {{ Enhancing Muesli's Data Parallel Skeletons for Multi-core Computer Architectures }},
year = {2010},
booktitle = {HPCC},
author = {Ciechanowicz, P and Kuchen, H},
month = {9},
publisher = {Ieee},
url = {http://ieeexplore.ieee.org/lpdocs/epic03/wrapper.htm?arnumber=5581334 http://ieeexplore.ieee.org/xpls/abs_all.jsp?arnumber=5581334},
isbn = {978-1-4244-8335-8},
doi = {10.1109/HPCC.2010.23},
keywords = {distributed computing, distributed memory systems, message, multiprocessing, parallel programming, passing, programming environments, shared memory systems}
}
@phdthesis{Javed2011a,
title = {{ Metaprogrammed Algorithmic Skeletons: Implementations, Performances and Semantics }},
year = {2011},
author = {Javed, Noman},
isbn = {0000000000000}
}
@inproceedings{Collins2013,
title = {{ MaSiF: Machine Learning Guided Auto-tuning of Parallel Skeletons }},
year = {2013},
booktitle = {HiPC},
author = {Collins, A. and Fensch, C. and Leather, H. and Cole, M.},
publisher = {IEEE},
isbn = {978-1-4799-0730-4},
doi = {10.1109/HiPC.2013.6799098}
}
@inproceedings{Larus1992,
title = {{ Optimally Profiling and Tracing Programs }},
year = {1992},
booktitle = {POPL},
author = {Larus, R}
}
@article{Dean2008,
title = {{ MapReduce: Simplified Data Processing on Large Clusters }},
year = {2008},
journal = {Communications of the ACM},
author = {Dean, Jeffrey and Ghemawat, Sanjay},
number = {1},
volume = {51}
}
@article{Frees2015,
title = {{ A place for Node.js in the computer science curriculum }},
year = {2015},
journal = {Journal of Computing Sciences in Colleges},
author = {Frees, Scott},
number = {3},
volume = {30}
}
@inproceedings{Steuwer2011,
title = {{ SkelCL - A Portable Skeleton Library for High-Level GPU Programming }},
year = {2011},
booktitle = {IPDPSW},
author = {Steuwer, Michel and Kegel, Philipp and Gorlatch, Sergei},
month = {5},
publisher = {IEEE},
isbn = {978-1-61284-425-1},
doi = {10.1109/IPDPS.2011.269},
keywords = {Algorithmic Skeletons, CUDA, GPU Computing, GPU Programming, Multi-GPU Systems, OpenCL, SkelCL}
}
@misc{Purugganan,
title = {{ How to Read a Scientific Article }},
author = {Purugganan, Mary and Hewitt, Jan}
}
@article{Ayguade2009a,
title = {{ The Design of OpenMP Tasks }},
shorttitle = {Parallel and Distributed Systems, IEEE Transaction},
year = {2009},
journal = {TPDS},
author = {Ayguade, E. and Copty, Nawal and Duran, Alejandro and Hoeflinger, Jay and Massaioli, Federico and Teruel, Xavier and Unnikrishnan, Priya and Society, Ieee Computer and Lin, Yuan and Zhang, Guansong},
number = {3},
month = {3},
volume = {20},
url = {http://ieeexplore.ieee.org/lpdocs/epic03/wrapper.htm?arnumber=4553700},
isbn = {2008010031},
doi = {10.1109/TPDS.2008.105},
issn = {1045-9219},
keywords = {Concurrent, Concurrent Programming, Concurrent programming structures, OpenMP, OpenMP 3.0, OpenMP specification, OpenMP tasks, Parallel programming, and parallel languages, application complexity, application program interfaces, computational complexity, distributed, formal specification, irregular parallelism, parallel programming, shared-memory parallel programming, systems analysis, task parallelism}
}
@article{Kuchen2002,
title = {{ The integration of task and data parallel skeletons }},
year = {2002},
journal = {Parallel Processing Letters},
author = {Kuchen, H. and Cole, M.},
number = {02},
volume = {12},
keywords = {Data parallelism, algorithmic skeletons, task parallelism, two-tier model}
}
@techreport{Striegnitz2000,
title = {{ Making C ++ Ready for Algorithmic Skeletons }},
year = {2000},
author = {Striegnitz, J},
number = {September},
volume = {2000},
url = {http://www.fz-juelich.de/zam/FACT Abstract.}
}
@article{Collins2012a,
title = {{ Optimization Space Exploration of the FastFlow Parallel Skeleton Framework }},
year = {2012},
author = {Collins, A. and Fensch, C. and Leather, H.},
keywords = {algorithmic skeletons, multicore, optimization space exploration, performance measurement}
}
@inproceedings{Botorog1996a,
title = {{ Efficient Parallel Programming with Algorithmic Skeletons }},
year = {1996},
booktitle = {Euro-Par},
author = {Botorog, George Horatiu and Kuchen, Herbert},
publisher = {Springer}
}
@inproceedings{Wang2010,
title = {{ Partitioning Streaming Parallelism for Multi-cores: A Machine Learning Based Approach }},
year = {2010},
booktitle = {PACT},
author = {Wang, Z. and O'Boyle, M.},
publisher = {ACM},
isbn = {9781450301787},
keywords = {Compiler Optimization, Machine Learning, Partitioning Streaming Parallelism}
}
@inproceedings{Christen2011,
title = {{ PATUS: A Code Generation and Autotuning Framework for Parallel Iterative Stencil Computations on Modern Microarchitectures }},
year = {2011},
booktitle = {PDPS},
author = {Christen, M. and Schenk, O. and Burkhart, H.},
month = {5},
publisher = {IEEE},
isbn = {978-1-61284-372-8},
doi = {10.1109/IPDPS.2011.70},