-
Notifications
You must be signed in to change notification settings - Fork 5
Expand file tree
/
Copy pathrefs.bib
More file actions
100 lines (91 loc) · 3.73 KB
/
refs.bib
File metadata and controls
100 lines (91 loc) · 3.73 KB
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
% from lusk
%
% keep strings in alphabetical order!
%
@STRING{ANL = "Argonne National Laboratory"}
@string{Caltech = "California Institute of Technology"}
@string{JPDC = "J.~Par.~Dist.~Comp."}
@string{aiche = "{AIChE} Journal"}
@string{c3p = "Caltech Concurrent Computation Project"}
@string{cacm = "{CACM}"}
@STRING{caltech = "California Institute of Technology" }
@string{cpe_journal = "{C}oncurrency: {P}ractice and {E}xperience"}
@string{crpc = "Caltech/Rice Center for Research in Parallel Computation"}
@STRING{dmcc5 = "Proceedings of the Fifth Distributed Memory Computing
Conference ({DMCC5})" }
@string{dmcc6 = "Proceeding of the Sixth Distributed Memory Computing
Confernece ({DMCC6})"}
@STRING{hcca3 = "Proceedings of the Third Conference on Hypercube
Concurrent Computers and Applications ({HCCA3})" }
@string{hcca4 = "Proceedings of the Forth Conference on Hypercubes, Concurrent Computers, and Applications ({HCCA4})"}
@string{ieeecomputer = "{IEEE} Computer"}
@STRING{llnl = "Lawrence Livermore National Laboratory" }
@STRING{msu = "Mississippi State University" }
@STRING{msucs = "Mississippi State University --- Dept.~of Computer Science" }
@STRING{msuerc = "Mississippi State University --- NSF Engineering Research
Center" }
@string{pcomp = "{P}arallel {C}omputing"}
@STRING{shpcc92 = "Proceedings of the Scalable High Performance Computing
Conference (SHPCC)" }
@string{sissc = "{S}iam {J}. {S}cientific and {S}tat. {C}omp."}
@string{UTK = "University of Tennessee"}
%
% end strings
%
% MPI-1
@inproceedings{mpi_forum93:_mpi,
title = "{MPI}: {A} {M}essage {P}assing {I}nterface",
author = "{Message Passing Interface Forum}",
booktitle = "Proc.~of Supercomputing",
publisher = "{IEEE} Computer Society Press",
place = "Portland, OR",
month = "Nov",
pages = "878--883",
year = 1993
}
% MPI-2
@InProceedings{geist96:_mpi2_lyon,
author = "Al Geist and William Gropp and Steve Huss-Lederman
and Andrew Lumsdaine and Ewing Lusk and William
Saphir and Tony Skjellum and Marc Snir",
title = "{MPI}-2: {E}xtending the {M}essage-{P}assing
{I}nterface",
booktitle = "Euro-Par '96 Parallel Processing",
editor = "Luc Bouge and Pierre Fraigniaud and Anne Mignotte
and Yves Robert",
number = 1123,
series = "Lecture Notes in Computer Science",
year = 1996,
publisher = "Springer Verlag",
pages = "128--135"
}
@MISC{mpir,
title = {{mpi-debug: Finding Processes}},
note = "http://www-unix.mcs.anl.gov/mpi/mpi-debug/",
url = "http://www-unix.mcs.anl.gov/mpi/mpi-debug/",
}
@MISC{cudaref,
title = {{CUDA Runtime API}},
note = "https://docs.nvidia.com/cuda/cuda-runtime-api/",
url = "https://docs.nvidia.com/cuda/cuda-runtime-api/",
}
@MISC{rocmref,
title = {{HIP Programming Manual}},
note = "https://rocm.docs.amd.com/en/latest/reference/hip.html",
url = "https://rocm.docs.amd.com/en/latest/reference/hip.html",
}
@MISC{zeref,
title = {{Level Zero Programming Guide}},
note = "https://spec.oneapi.io/level-zero/latest/core/PROG.html",
url = "https://spec.oneapi.io/level-zero/latest/core/PROG.html",
}
@inproceedings{ cownie99standard,
author = "James Cownie and William Gropp",
title = {{A Standard Interface for Debugger Access to Message Queue Information in {MPI}}},
booktitle = "Proceedings of the 6th European PVM/MPI Users' Group Meeting on Recent Advances in Parallel Virtual Machine and Message Passing Interface",
pages = "51-58",
month = {September},
year = "1999",
address = {Barcelona, Spain},
url = "citeseer.ist.psu.edu/cownie99standard.html"
}