-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathadapt.html
725 lines (588 loc) · 21.3 KB
/
adapt.html
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
<table>
<tr valign="top">
<td align="right" class="bibtexnumber">
[<a name="purawat2020scalable">1</a>]
</td>
<td class="bibtexitem">
Shweta Purawat, Cathie Olschanowsky, Laura E Condon, Reed Maxwell, and Ilkay
Altintas.
Scalable workflow-driven hydrologic analysis in hydroframe.
In <em>International Conference on Computational Science</em>, pages
276--289. Springer, Cham, 2020.
[ <a href="adapt_bib.html#purawat2020scalable">bib</a> ]
</td>
</tr>
<tr valign="top">
<td align="right" class="bibtexnumber">
[<a name="li2020parallel">2</a>]
</td>
<td class="bibtexitem">
Jiajia Li, Mahesh Lakshminarasimhan, Xiaolong Wu, Ang Li, Catherine
Olschanowsky, and Kevin Barker.
A parallel sparse tensor benchmark suite on cpus and gpus.
In <em>Proceedings of the 25th ACM SIGPLAN Symposium on Principles
and Practice of Parallel Programming</em>, pages 403--404, 2020.
[ <a href="adapt_bib.html#li2020parallel">bib</a> ]
</td>
</tr>
<tr valign="top">
<td align="right" class="bibtexnumber">
[<a name="purawat2019end">3</a>]
</td>
<td class="bibtexitem">
Shweta Purawat, Cathie Olschanowsky, Laura E Condon, Reed M Maxwell, and Ilkay
Altintas.
End-to-end workflow-driven hydrologic analysis for different user
groups in hydroframe.
<em>AGUFM</em>, 2019:A13H--3033, 2019.
[ <a href="adapt_bib.html#purawat2019end">bib</a> ]
</td>
</tr>
<tr valign="top">
<td align="right" class="bibtexnumber">
[<a name="shankar2019adaptlidartools">4</a>]
</td>
<td class="bibtexitem">
Ravi Shankar, Nayani Ilangakoon, Aaron Orenstein, Floriana Ciaglia, Nancy
Glenn, and Catherine Olschanowsky.
Adaptlidartools: A full-waveform lidar processing suite.
In <em>2019 15th International Conference on eScience (eScience)</em>,
pages 369--377. IEEE, 2019.
[ <a href="adapt_bib.html#shankar2019adaptlidartools">bib</a> ]
</td>
</tr>
<tr valign="top">
<td align="right" class="bibtexnumber">
[<a name="olschanowsky2019hydroframe">5</a>]
</td>
<td class="bibtexitem">
C Olschanowsky, RM Maxwell, LE Condon, M Strout, I Altintas, S Purawat,
L Gallagher, H Tran, and J Zhang.
Hydroframe: A software framework to enable continental scale
hydrologic simulation.
<em>AGUFM</em>, 2019:A11A--01, 2019.
[ <a href="adapt_bib.html#olschanowsky2019hydroframe">bib</a> ]
</td>
</tr>
<tr valign="top">
<td align="right" class="bibtexnumber">
[<a name="olschanowsky2019improving">6</a>]
</td>
<td class="bibtexitem">
C Olschanowsky, M Burke, LE Condon, and RM Maxwell.
Improving the software architecture for a continental scale
integrated modeling framework for better software productivity: Boundary
conditions, programming abstractions, and developments in the parflow
modeling platform.
<em>AGUFM</em>, 2019:A13H--3035, 2019.
[ <a href="adapt_bib.html#olschanowsky2019improving">bib</a> ]
</td>
</tr>
<tr valign="top">
<td align="right" class="bibtexnumber">
[<a name="mohammadi2019sparse">7</a>]
</td>
<td class="bibtexitem">
Mahdi Soltan Mohammadi, Tomofumi Yuki, Kazem Cheshmi, Eddie C Davis, Mary Hall,
Maryam Mehri Dehnavi, Payal Nandy, Catherine Olschanowsky, Anand Venkat, and
Michelle Mills Strout.
Sparse computation data dependence simplification for efficient
compiler-generated inspectors.
In <em>Proceedings of the 40th ACM SIGPLAN Conference on Programming
Language Design and Implementation</em>, pages 594--609, 2019.
[ <a href="adapt_bib.html#mohammadi2019sparse">bib</a> ]
</td>
</tr>
<tr valign="top">
<td align="right" class="bibtexnumber">
[<a name="bertolacci2019using">8</a>]
</td>
<td class="bibtexitem">
Ian J Bertolacci, Michelle Mills Strout, Jordan Riley, Stephen MJ Guzik,
Eddie C Davis, and Catherine Olschanowsky.
Using the loop chain abstraction to schedule across loops in existing
code.
<em>International Journal of High Performance Computing and
Networking</em>, 13(1):86--104, 2019.
[ <a href="adapt_bib.html#bertolacci2019using">bib</a> ]
</td>
</tr>
<tr valign="top">
<td align="right" class="bibtexnumber">
[<a name="lakshminarasimhan2018adaptmembench">9</a>]
</td>
<td class="bibtexitem">
Mahesh Lakshminarasimhan and Catherine Olschanowsky.
Adaptmembench: Application-specific memorysubsystem benchmarking.
<em>arXiv preprint arXiv:1812.07778</em>, 2018.
[ <a href="adapt_bib.html#lakshminarasimhan2018adaptmembench">bib</a> ]
</td>
</tr>
<tr valign="top">
<td align="right" class="bibtexnumber">
[<a name="bertolacci2018extending">10</a>]
</td>
<td class="bibtexitem">
Ian Bertolacci, Michelle Mills Strout, Bronis R de Supinski, Thomas RW
Scogland, Eddie C Davis, and Catherine Olschanowsky.
Extending openmp to facilitate loop optimization.
In <em>International Workshop on OpenMP</em>, pages 53--65. Springer,
Cham, 2018.
[ <a href="adapt_bib.html#bertolacci2018extending">bib</a> ]
</td>
</tr>
<tr valign="top">
<td align="right" class="bibtexnumber">
[<a name="strout2018sparse">11</a>]
</td>
<td class="bibtexitem">
Michelle Mills Strout, Mary Hall, and Catherine Olschanowsky.
The sparse polyhedral framework: Composing compiler-generated
inspector-executor code.
<em>Proceedings of the IEEE</em>, 106(11):1921--1934, 2018.
[ <a href="adapt_bib.html#strout2018sparse">bib</a> ]
</td>
</tr>
<tr valign="top">
<td align="right" class="bibtexnumber">
[<a name="davis2018transforming">12</a>]
</td>
<td class="bibtexitem">
Eddie C Davis, Michelle Mills Strout, and Catherine Olschanowsky.
Transforming loop chains via macro dataflow graphs.
In <em>Proceedings of the 2018 International Symposium on Code
Generation and Optimization</em>, pages 265--277, 2018.
[ <a href="adapt_bib.html#davis2018transforming">bib</a> ]
</td>
</tr>
<tr valign="top">
<td align="right" class="bibtexnumber">
[<a name="nandy2018abstractions">13</a>]
</td>
<td class="bibtexitem">
Payal Nandy, Mary Hall, Eddie C Davis, Catherine Olschanowsky, Mahdi Soltan
Mohammadi, Wei He, and Michelle Strout.
Abstractions for specifying sparse matrix data transformations.
In <em>Proceedings of the Eighth International Workshop on
Polyhedral Compilation Techniques</em>, 2018.
[ <a href="adapt_bib.html#nandy2018abstractions">bib</a> ]
</td>
</tr>
<tr valign="top">
<td align="right" class="bibtexnumber">
[<a name="olschanowsky2017developing">14</a>]
</td>
<td class="bibtexitem">
Catherine Olschanowsky, Alejandro N Flores, Katelyn FitzGerald, Matthew T
Masarik, William J Rudisill, and Miguel Aguayo.
Developing a collection of composable data translation software units
to improve efficiency and reproducibility in ecohydrologic modeling
workflows.
<em>AGUFM</em>, 2017:IN32C--06, 2017.
[ <a href="adapt_bib.html#olschanowsky2017developing">bib</a> ]
</td>
</tr>
<tr valign="top">
<td align="right" class="bibtexnumber">
[<a name="bertolacci2016identifying">15</a>]
</td>
<td class="bibtexitem">
Ian J Bertolacci, Michelle Mills Strout, Stephen Guzik, Jordan Riley, and
Catherine Olschanowsky.
Identifying and scheduling loop chains using directives.
In <em>2016 Third Workshop on Accelerator Programming Using
Directives (WACCPD)</em>, pages 57--67. IEEE, 2016.
[ <a href="adapt_bib.html#bertolacci2016identifying">bib</a> ]
</td>
</tr>
<tr valign="top">
<td align="right" class="bibtexnumber">
[<a name="guzik2016high">16</a>]
</td>
<td class="bibtexitem">
Stephen M Guzik, Xinfeng Gao, and C Olschanowsky.
A high-performance finite-volume algorithm for solving partial
differential equations governing compressible viscous flows on structured
grids.
<em>Computers & Mathematics with Applications</em>, 72(9):2098--2118,
2016.
[ <a href="adapt_bib.html#guzik2016high">bib</a> ]
</td>
</tr>
<tr valign="top">
<td align="right" class="bibtexnumber">
[<a name="riley2016enabling">17</a>]
</td>
<td class="bibtexitem">
Jordan Riley, Xinfeng Gao, Catherine Olschanowsky, and Stephen M Guzik.
Enabling performance optimization of cfd applications with
source-to-source compiler technology.
In <em>54th AIAA Aerospace Sciences Meeting</em>, page 1812, 2016.
[ <a href="adapt_bib.html#riley2016enabling">bib</a> ]
</td>
</tr>
<tr valign="top">
<td align="right" class="bibtexnumber">
[<a name="strout2016approach">18</a>]
</td>
<td class="bibtexitem">
Michelle Mills Strout, Alan LaMielle, Larry Carter, Jeanne Ferrante, Barbara
Kreaseck, and Catherine Olschanowsky.
An approach for code generation in the sparse polyhedral framework.
<em>Parallel Computing</em>, 53:32--57, 2016.
[ <a href="adapt_bib.html#strout2016approach">bib</a> ]
</td>
</tr>
<tr valign="top">
<td align="right" class="bibtexnumber">
[<a name="strout2015practical">19</a>]
</td>
<td class="bibtexitem">
Michelle Mills Strout, Ian J Bertolacci, and Catherine Olschanowsky.
Practical diamond tiling for stencil computations using chapel
iterators.
In <em>The Chapel Implementers and Users Workshop (CHIUW)</em>, 2015.
[ <a href="adapt_bib.html#strout2015practical">bib</a> ]
</td>
</tr>
<tr valign="top">
<td align="right" class="bibtexnumber">
[<a name="fan2015managing">20</a>]
</td>
<td class="bibtexitem">
Chengyu Fan, Susmit Shannigrahi, Steve DiBenedetto, Catherine Olschanowsky,
Christos Papadopoulos, and Harvey Newman.
Managing scientific data with named data networking.
In <em>Proceedings of the Fifth International Workshop on
Network-Aware Data Management</em>, pages 1--7, 2015.
[ <a href="adapt_bib.html#fan2015managing">bib</a> ]
</td>
</tr>
<tr valign="top">
<td align="right" class="bibtexnumber">
[<a name="bertolacci2015parameterized">21</a>]
</td>
<td class="bibtexitem">
Ian J Bertolacci, Catherine Olschanowsky, Ben Harshbarger, Bradford L
Chamberlain, David G Wonnacott, and Michelle Mills Strout.
Parameterized diamond tiling for stencil computations with chapel
parallel iterators.
In <em>Proceedings of the 29th ACM on International Conference on
Supercomputing</em>, pages 197--206, 2015.
[ <a href="adapt_bib.html#bertolacci2015parameterized">bib</a> ]
</td>
</tr>
<tr valign="top">
<td align="right" class="bibtexnumber">
[<a name="olschanowsky2014supporting">22</a>]
</td>
<td class="bibtexitem">
Catherine Olschanowsky, Susmit Shannigrahi, and Christos Papadopoulos.
Supporting climate research using named data networking.
In <em>2014 IEEE 20th International Workshop on Local &
Metropolitan Area Networks (LANMAN)</em>, pages 1--6. IEEE, 2014.
[ <a href="adapt_bib.html#olschanowsky2014supporting">bib</a> ]
</td>
</tr>
<tr valign="top">
<td align="right" class="bibtexnumber">
[<a name="strout2014generalizing">23</a>]
</td>
<td class="bibtexitem">
Michelle Mills Strout, Fabio Luporini, Christopher D Krieger, Carlo Bertolli,
Gheorghe-Teodor Bercea, Catherine Olschanowsky, J Ramanujam, and Paul HJ
Kelly.
Generalizing run-time tiling with the loop chain abstraction.
In <em>2014 IEEE 28th International Parallel and Distributed
Processing Symposium</em>, pages 1136--1145. IEEE, 2014.
[ <a href="adapt_bib.html#strout2014generalizing">bib</a> ]
</td>
</tr>
<tr valign="top">
<td align="right" class="bibtexnumber">
[<a name="olschanowsky2014study">24</a>]
</td>
<td class="bibtexitem">
Catherine Olschanowsky, Stephen Guzik, John Loffeld, Jeffrey Hittinger, and
Michelle M. Strout.
A study on balancing parallelism, data locality, and recomputation in
existing pde solvers.
In <em>Proceedings of the International Conference for High
Performance Computing, Networking, Storage and Analysis</em>, pages 793--804.
IEEE Press, 2014.
[ <a href="adapt_bib.html#olschanowsky2014study">bib</a> ]
</td>
</tr>
<tr valign="top">
<td align="right" class="bibtexnumber">
[<a name="olschanowsky2014bgpmon">25</a>]
</td>
<td class="bibtexitem">
Catherine Olschanowsky and Dan Massey.
Bgpmon v7: A scalable real-time bgp monitor.
In <em>The Rocky Mountain Celebration of Women in Computing
(RMCWiC)</em>, 2014.
[ <a href="adapt_bib.html#olschanowsky2014bgpmon">bib</a> ]
</td>
</tr>
<tr valign="top">
<td align="right" class="bibtexnumber">
[<a name="osterweil2013network">26</a>]
</td>
<td class="bibtexitem">
E Osterweil and C Olschanowsky.
Network working group j. gersch internet-draft secure64 sw corp
intended status: Informational d. massey expires: August 29, 2013 colorado
state university.
2013.
[ <a href="adapt_bib.html#osterweil2013network">bib</a> ]
</td>
</tr>
<tr valign="top">
<td align="right" class="bibtexnumber">
[<a name="olschanowsky2013delivering">27</a>]
</td>
<td class="bibtexitem">
Catherine Olschanowsky, M Lawrence Weikum, Jason Smith, Christos Papadopoulos,
and Dan Massey.
Delivering diverse bgp data in real-time and through multi-format
archiving.
In <em>2013 IEEE International Conference on Technologies for
Homeland Security (HST)</em>, pages 698--703. IEEE, 2013.
[ <a href="adapt_bib.html#olschanowsky2013delivering">bib</a> ]
</td>
</tr>
<tr valign="top">
<td align="right" class="bibtexnumber">
[<a name="krieger2013loop">28</a>]
</td>
<td class="bibtexitem">
Christopher D Krieger, Michelle Mills Strout, Catherine Olschanowsky, Andrew
Stone, Stephen Guzik, Xinfeng Gao, Carlo Bertolli, Paul HJ Kelly, Gihan
Mudalige, Brian Van Straalen, et al.
Loop chaining: A programming abstraction for balancing locality and
parallelism.
In <em>2013 IEEE International Symposium on Parallel & Distributed
Processing, Workshops and Phd Forum</em>, pages 375--384. IEEE, 2013.
[ <a href="adapt_bib.html#krieger2013loop">bib</a> ]
</td>
</tr>
<tr valign="top">
<td align="right" class="bibtexnumber">
[<a name="olschanowsky2012network">29</a>]
</td>
<td class="bibtexitem">
C Olschanowsky and L Zhang.
Network working group j. gersch internet-draft secure64 sw corp
intended status: Standards track d. massey expires: March 2, 2013 maka’ala
networks.
2012.
[ <a href="adapt_bib.html#olschanowsky2012network">bib</a> ]
</td>
</tr>
<tr valign="top">
<td align="right" class="bibtexnumber">
[<a name="osterweil2012network">30</a>]
</td>
<td class="bibtexitem">
E Osterweil and C Olschanowsky.
Network working group j. gersch internet-draft secure64 sw corp
intended status: Informational d. massey expires: April 5, 2013 maka’ala
networks.
2012.
[ <a href="adapt_bib.html#osterweil2012network">bib</a> ]
</td>
</tr>
<tr valign="top">
<td align="right" class="bibtexnumber">
[<a name="strout2012set">31</a>]
</td>
<td class="bibtexitem">
Michelle Mills Strout, Geri Georg, and Catherine Olschanowsky.
Set and relation manipulation for the sparse polyhedral framework.
In <em>International Workshop on Languages and Compilers for
Parallel Computing</em>, pages 61--75. Springer, Berlin, Heidelberg, 2012.
[ <a href="adapt_bib.html#strout2012set">bib</a> ]
</td>
</tr>
<tr valign="top">
<td align="right" class="bibtexnumber">
[<a name="olschanowsky2011hpc">32</a>]
</td>
<td class="bibtexitem">
Catherine Rose Mills Olschanowsky.
<em>HPC Application Address Stream Compression, Replay and Scaling</em>.
PhD thesis, University of California, San Diego, 2011.
[ <a href="adapt_bib.html#olschanowsky2011hpc">bib</a> ]
</td>
</tr>
<tr valign="top">
<td align="right" class="bibtexnumber">
[<a name="mills2011tool">33</a>]
</td>
<td class="bibtexitem">
Catherine Mills, Allan Snavely, and Laura Carrington.
A tool for characterizing and succinctly representing the data access
patterns of applications.
In <em>2011 IEEE International Symposium on Workload
Characterization (IISWC)</em>, pages 126--135. IEEE, 2011.
[ <a href="adapt_bib.html#mills2011tool">bib</a> ]
</td>
</tr>
<tr valign="top">
<td align="right" class="bibtexnumber">
[<a name="carrington2011idiom">34</a>]
</td>
<td class="bibtexitem">
Laura Carrington, Mustafa M Tikir, Catherine Olschanowsky, Michael Laurenzano,
Joshua Peraza, Allan Snavely, and Stephen Poole.
An idiom-finding tool for increasing productivity of accelerators.
In <em>Proceedings of the international conference on
Supercomputing</em>, pages 202--212, 2011.
[ <a href="adapt_bib.html#carrington2011idiom">bib</a> ]
</td>
</tr>
<tr valign="top">
<td align="right" class="bibtexnumber">
[<a name="snavely2010fine">35</a>]
</td>
<td class="bibtexitem">
Allan Snavely, Michael Laurenzano, Laura Carrington, Catherine Mills
Olschanowsky, Tajana Rosing, and Mustafa M Tikir.
Fine-grained energy consumption characterization and modeling.
2010.
[ <a href="adapt_bib.html#snavely2010fine">bib</a> ]
</td>
</tr>
<tr valign="top">
<td align="right" class="bibtexnumber">
[<a name="olschanowsky2010fine">36</a>]
</td>
<td class="bibtexitem">
Catherine Mills Olschanowsky, Tajana Rosing, Allan Snavely, Laura Carrington,
Mustafa M Tikir, and Michael Laurenzano.
Fine-grained energy consumption characterization and modeling.
In <em>2010 DoD High Performance Computing Modernization Program
Users Group Conference</em>, pages 487--497. IEEE, 2010.
[ <a href="adapt_bib.html#olschanowsky2010fine">bib</a> ]
</td>
</tr>
<tr valign="top">
<td align="right" class="bibtexnumber">
[<a name="olschanowsky2010pir">37</a>]
</td>
<td class="bibtexitem">
Catherine Olschanowsky, Allan Snavely, Mitesh R Meswani, and Laura Carrington.
Pir: Pmac's idiom recognizer.
In <em>2010 39th International Conference on Parallel Processing
Workshops</em>, pages 189--196. IEEE, 2010.
[ <a href="adapt_bib.html#olschanowsky2010pir">bib</a> ]
</td>
</tr>
<tr valign="top">
<td align="right" class="bibtexnumber">
[<a name="de2009modeling">38</a>]
</td>
<td class="bibtexitem">
Bronis R De Supinski, Sadaf Alam, David H Bailey, Laura Carrington, Chris
Daley, Anshu Dubey, Todd Gamblin, Dan Gunter, Paul D Hovland, Heike Jagode,
et al.
Modeling the office of science ten year facilities plan: the peri
architecture tiger team.
In <em>Journal of Physics: conference series</em>, volume 180, page
012039. IOP Publishing, 2009.
[ <a href="adapt_bib.html#de2009modeling">bib</a> ]
</td>
</tr>
<tr valign="top">
<td align="right" class="bibtexnumber">
[<a name="wright2009measuring">39</a>]
</td>
<td class="bibtexitem">
Nicholas J Wright, Shava Smallen, Catherine Mills Olschanowsky, Jim Hayes, and
Allan Snavely.
Measuring and understanding variation in benchmark performance.
In <em>2009 DoD High Performance Computing Modernization Program
Users Group Conference</em>, pages 438--443. IEEE, 2009.
[ <a href="adapt_bib.html#wright2009measuring">bib</a> ]
</td>
</tr>
<tr valign="top">
<td align="right" class="bibtexnumber">
[<a name="olschanowsky2009psnap">40</a>]
</td>
<td class="bibtexitem">
Catherine Mills Olschanowsky, Mustafa M Tikir, Laura Carrington, and Allan
Snavely.
Psnap: accurate synthetic address streams through memory profiles.
In <em>International Workshop on Languages and Compilers for
Parallel Computing</em>, pages 353--367. Springer, Berlin, Heidelberg, 2009.
[ <a href="adapt_bib.html#olschanowsky2009psnap">bib</a> ]
</td>
</tr>
<tr valign="top">
<td align="right" class="bibtexnumber">
[<a name="smallen2007user">41</a>]
</td>
<td class="bibtexitem">
Shava Smallen, Kate Ericson, Jim Hayes, and Catherine Olschanowsky.
User-level grid monitoring with inca 2.
In <em>Proceedings of the 2007 workshop on Grid monitoring</em>, pages
29--38, 2007.
[ <a href="adapt_bib.html#smallen2007user">bib</a> ]
</td>
</tr>
<tr valign="top">
<td align="right" class="bibtexnumber">
[<a name="khalili2006measuring">42</a>]
</td>
<td class="bibtexitem">
Omid Khalili, Jiahua He, Catherine Olschanowsky, Allan Snavely, and Henri
Casanova.
Measuring the performance and reliability of production computational
grids.
In <em>2006 7th IEEE/ACM International Conference on Grid
Computing</em>, pages 293--300. IEEE, 2006.
[ <a href="adapt_bib.html#khalili2006measuring">bib</a> ]
</td>
</tr>
<tr valign="top">
<td align="right" class="bibtexnumber">
[<a name="smallen2004inca">43</a>]
</td>
<td class="bibtexitem">
Shava Smallen, Catherine Olschanowsky, Kate Ericson, Pete Beckman, and
Jennifer M Schopf.
The inca test harness and reporting framework.
In <em>SC'04: Proceedings of the 2004 ACM/IEEE Conference on
Supercomputing</em>, pages 55--55. IEEE, 2004.
[ <a href="adapt_bib.html#smallen2004inca">bib</a> ]
</td>
</tr>
<tr valign="top">
<td align="right" class="bibtexnumber">
[<a name="thomas2003development">44</a>]
</td>
<td class="bibtexitem">
Mary Thomas, Jay Boisseau, Maytal Dahan, Catherine Mills, S Mock, and Kurt
Mueller.
Development of npaci grid application portals and portal web
services.
<em>Cluster Computing</em>, 6(3):177--188, 2003.
[ <a href="adapt_bib.html#thomas2003development">bib</a> ]
</td>
</tr>
<tr valign="top">
<td align="right" class="bibtexnumber">
[<a name="thomas2002application">45</a>]
</td>
<td class="bibtexitem">
Mary Thomas, Maytal Dahan, Kurt Mueller, Steve Mock, Cathie Mills, and Ray
Regno.
Application portals: practice and experience.
<em>Concurrency and Computation: Practice and Experience</em>,
14(13-15):1427--1443, 2002.
[ <a href="adapt_bib.html#thomas2002application">bib</a> ]
</td>
</tr>
</table>