-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathompt-tr.bib
112 lines (100 loc) · 4.04 KB
/
ompt-tr.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
@misc{libthreaddb,
title={Man pages Section 3: Threads and Realtime Library Functions: {libthread\_db(3THR)}},
author={{Sun Microsystems}},
year={1998},
note={\url{http://docs.oracle.com/cd/E19455-01/806-0630/6j9vkb8dk/index.html}}
}
@inproceedings{Cownie:2003:DOD:1761900.1761915,
author = {Cownie, James and DelSignore, John and de Supinski, Bronis R. and Warren, Karen},
title = {{DMPL}: an {OpenMP DLL} debugging interface},
booktitle = {Proceedings of the OpenMP applications and tools 2003 international conference on OpenMP shared memory parallel programming},
series = {WOMPAT'03},
year = {2003},
isbn = {3-540-40435-X},
location = {Toronto, Canada},
pages = {137--146},
numpages = {10},
url = {http://dl.acm.org/citation.cfm?id=1761900.1761915},
acmid = {1761915},
publisher = {Springer-Verlag},
address = {Berlin, Heidelberg},
}
@inproceedings{CownieGropp99,
author = {James Cownie and William Gropp},
title = {A Standard Interface for Debugger Access to Message Queue Information in {MPI}},
booktitle = {Proceedings of {PVMMPI'99}},
year = {1999},
pages = {51--58},
note={\url{http://www.mcs.anl.gov/research/projects/mpi/mpi-debug/eurompi-paper.ps.gz}}
}
@inproceedings{Tallent:PPoPP09,
author = {Tallent, Nathan R. and Mellor-Crummey, John M.},
title = {Effective performance measurement and analysis of multithreaded applications},
booktitle = {Proceedings of the 14th {ACM SIGPLAN} Symposium on Principles and Practice of Parallel Programming},
series = {PPoPP '09},
year = {2009},
isbn = {978-1-60558-397-6},
location = {Raleigh, NC, USA},
pages = {229--240},
numpages = {12},
url = {http://doi.acm.org/10.1145/1504176.1504210},
doi = {10.1145/1504176.1504210},
acmid = {1504210},
publisher = {ACM},
address = {New York, NY, USA},
keywords = {call path profiling, hpctoolkit, multithreaded programming models, performance analysis},
}
@inproceedings{Tallent:PPoPP10,
author = {Tallent, Nathan R. and Mellor-Crummey, John M. and Porterfield, Allan},
title = {Analyzing lock contention in multithreaded applications},
booktitle = {Proceedings of the 15th {ACM SIGPLAN} Symposium on Principles and Practice of Parallel Programming},
series = {PPoPP '10},
year = {2010},
isbn = {978-1-60558-877-3},
location = {Bangalore, India},
pages = {269--280},
numpages = {12},
url = {http://doi.acm.org/10.1145/1693453.1693489},
doi = {10.1145/1693453.1693489},
acmid = {1693489},
publisher = {ACM},
address = {New York, NY, USA},
keywords = {hpctoolkit, lock contention, multithreading, performance analysis},
}
@misc{SunCollector,
title={An {OpenMP} Runtime {API} for Profiling},
author={Marty Itzkowitz and Oleg Mazurov and Nawal Copty and Yuan Lin},
note={Sun Microsystems, Inc.. OpenMP ARB White Paper.
Available online at \url{http://www.compunity.org/futures/omp-api.html}}
}
@ARTICLE{Mohr:JOS:02,
author = {Bernd Mohr and Allen D. Malony and Sameer Shende and Felix Wolf},
title = {Design and prototype of a performance tool interface for {OpenMP}},
journal = {The Journal of Supercomputing},
year = {2002},
volume = {23},
pages = {105--128}
}
@inproceedings{Mohr:EWOMP02,
author = {Bernd Mohr and Allen D. Malony and Hans-Christian Hoppe and Frank Schlimbach and Grant Haab and Jay Hoeflinger and
Sanjiv Shah},
title = {A Performance Monitoring Interface for {OpenMP}},
booktitle = {Proceedings of the Fourth {European} Workshop on {OpenMP}},
address={Rome, Italy},
year = {2002}
}
@inproceedings{Jost:2005:AND:1892830.1892858,
author = {Jost, Gabriele and Mazurov, Oleg and {an Mey}, Dieter},
title = {Adding new dimensions to performance analysis through user-defined objects},
booktitle = {Proceedings of the 2005 and 2006 International Conference on {OpenMP} shared memory parallel programming},
series = {IWOMP'05/IWOMP'06},
year = {2008},
isbn = {3-540-68554-5, 978-3-540-68554-8},
location = {Eugene, OR, USA},
pages = {255--266},
numpages = {12},
url = {http://dl.acm.org/citation.cfm?id=1892830.1892858},
acmid = {1892858},
publisher = {Springer-Verlag},
address = {Berlin, Heidelberg},
}