@@ -46,8 +46,8 @@ How do I learn more?
46
46
detail the motivation for Charliecloud and the technology upon which it is
47
47
based: https://www.usenix.org/publications/login/fall2017/priedhorsky
48
48
49
- * A more technical resource is our Supercomputing 2017 paper:
50
- https://dl.acm.org/citation.cfm?id=3126925
49
+ * For technical papers about Charliecloud, refer to the * Technical
50
+ publications * section below.
51
51
52
52
Who is responsible?
53
53
-------------------
@@ -92,8 +92,8 @@ list above.
92
92
93
93
We are friendly and welcoming of diversity on all dimensions.
94
94
95
- How do I cite Charliecloud?
96
- ---------------------------
95
+ Technical publications
96
+ ----------------------
97
97
98
98
If Charliecloud helped your research, or it was useful to you in any other
99
99
context where bibliographic citations are appropriate, please cite the
@@ -106,6 +106,35 @@ following open-access paper:
106
106
*Note: * This paper contains out-of-date number for the size of Charliecloud’s
107
107
code. Please instead use the current number in the FAQ.
108
108
109
+ Other publications:
110
+
111
+ * We compare the performance of three HPC-specific container technologies
112
+ against bare metal, finding no concerns about performance degradation.
113
+
114
+ Alfred Torrez, Tim Randles, and Reid Priedhorsky. “HPC container runtimes
115
+ have minimal or no performance impact”, 2019. In *Proc. CANOPIE HPC
116
+ Workshop @ SC *. DOI: `10.1109/CANOPIE-HPC49598.2019.00010
117
+ <https://ieeexplore.ieee.org/document/8950978> `_.
118
+
119
+ * A demonstration of how low-privilege containers solve increasing demand for
120
+ software flexibility.
121
+
122
+ Reid Priedhorsky, R. Shane Canon, Timothy Randles, and Andrew J. Younge.
123
+ “Minimizing privilege for building HPC containers”, 2021. In *Proc.
124
+ Supercomputing *. DOI: `10.6084/m9.figshare.14396099
125
+ <https://doi.org/10.6084/m9.figshare.14396099> `_.
126
+
127
+ * Charliecloud’s build cache performs competitively with the standard
128
+ many-layered union filesystem approach and has structural advantages
129
+ including a better diff format, lower cache overhead, and better file
130
+ de-duplication.
131
+
132
+ Reid Priedhorsky, Jordan Ogas, Claude H. (Rusty) Davis IV, Z. Noah
133
+ Hounshel, Ashlyn Lee, Benjamin Stormer, and R. Shane Goff. "Charliecloud’s
134
+ layer-free, Git-based container build cache", 2023. In *Proc.
135
+ Supercomputing *. DOI: `10.1145/3624062.3624585
136
+ <https://doi.org/10.1145/3624062.3624585> `_.
137
+
109
138
Copyright and license
110
139
---------------------
111
140
@@ -134,4 +163,4 @@ should be clearly marked, so as not to confuse it with the version available
134
163
from LANL.
135
164
136
165
137
- .. LocalWords: USENIX's CNA Meisam
166
+ .. LocalWords: USENIX's CNA Meisam figshare
0 commit comments