Skip to content

Commit e07d317

Browse files
committed
new blogpost
1 parent f1c6d9f commit e07d317

91 files changed

Lines changed: 2036 additions & 220 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

404.html

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@
99
<meta name="viewport" content="width=device-width,minimum-scale=1,initial-scale=1">
1010

1111
<link rel="canonical" href="">
12+
<link rel="icon" type="image/png" href="/img/favicon.png">
1213
<base href="/" />
1314
<meta property="og:title" content="404 Page not found" />
1415
<meta property="og:description" content="" />
@@ -191,6 +192,11 @@ <h2>Posts</h2>
191192

192193

193194

195+
<a href="https://mast.hpc.social/@secondspass" target="_blank"><div class="social-link">Mastodon</div></a>
196+
197+
198+
199+
194200

195201
<div class="social-link">
196202
<a href="/index.xml" target="_blank">RSS</a>
@@ -199,7 +205,7 @@ <h2>Posts</h2>
199205
</div>
200206

201207

202-
<div class="copyright"> Copyright (c) 2016 - 2019. Licensed under CC BY-NC-SA 4.0 </div>
208+
<div class="copyright"> Copyright (c) 2016 - 2025. Licensed under CC BY-NC-SA 4.0 </div>
203209

204210
<div class="poweredby">
205211
Powered by <a href="https://gohugo.io/">Hugo</a>.

about/index.html

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@
99
<meta name="viewport" content="width=device-width,minimum-scale=1,initial-scale=1">
1010

1111
<link rel="canonical" href="/about/">
12+
<link rel="icon" type="image/png" href="/img/favicon.png">
1213
<base href="/" />
1314
<meta property="og:title" content="About" />
1415
<meta property="og:description" content="Hello, my name is Subil.
@@ -207,6 +208,11 @@ <h1 class="title"> About </h1>
207208

208209

209210

211+
<a href="https://mast.hpc.social/@secondspass" target="_blank"><div class="social-link">Mastodon</div></a>
212+
213+
214+
215+
210216

211217
<div class="social-link">
212218
<a href="/index.xml" target="_blank">RSS</a>
@@ -215,7 +221,7 @@ <h1 class="title"> About </h1>
215221
</div>
216222

217223

218-
<div class="copyright"> Copyright (c) 2016 - 2019. Licensed under CC BY-NC-SA 4.0 </div>
224+
<div class="copyright"> Copyright (c) 2016 - 2025. Licensed under CC BY-NC-SA 4.0 </div>
219225

220226
<div class="poweredby">
221227
Powered by <a href="https://gohugo.io/">Hugo</a>.

categories/index.html

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@
1010
<meta name="viewport" content="width=device-width,minimum-scale=1,initial-scale=1">
1111

1212
<link rel="canonical" href="/categories/">
13+
<link rel="icon" type="image/png" href="/img/favicon.png">
1314
<base href="/" />
1415
<meta property="og:title" content="Categories" />
1516
<meta property="og:description" content="" />
@@ -177,6 +178,11 @@ <h2 class="term-list-title">
177178

178179

179180

181+
<a href="https://mast.hpc.social/@secondspass" target="_blank"><div class="social-link">Mastodon</div></a>
182+
183+
184+
185+
180186

181187
<div class="social-link">
182188
<a href="/index.xml" target="_blank">RSS</a>
@@ -185,7 +191,7 @@ <h2 class="term-list-title">
185191
</div>
186192

187193

188-
<div class="copyright"> Copyright (c) 2016 - 2019. Licensed under CC BY-NC-SA 4.0 </div>
194+
<div class="copyright"> Copyright (c) 2016 - 2025. Licensed under CC BY-NC-SA 4.0 </div>
189195

190196
<div class="poweredby">
191197
Powered by <a href="https://gohugo.io/">Hugo</a>.

categories/index.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
<description>Recent content in Categories on S.P.A.M.</description>
77
<generator>Hugo -- gohugo.io</generator>
88
<language>en-US</language>
9-
<copyright>Copyright (c) 2016 - 2019. Licensed under CC BY-NC-SA 4.0</copyright>
9+
<copyright>Copyright (c) 2016 - 2025. Licensed under CC BY-NC-SA 4.0</copyright>
1010

1111
<atom:link href="/categories/index.xml" rel="self" type="application/rss+xml" />
1212

index.html

Lines changed: 34 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@
1111
<meta name="viewport" content="width=device-width,minimum-scale=1,initial-scale=1">
1212

1313
<link rel="canonical" href="/">
14+
<link rel="icon" type="image/png" href="/img/favicon.png">
1415
<base href="/" />
1516
<meta property="og:title" content="S.P.A.M." />
1617
<meta property="og:description" content="" />
@@ -19,7 +20,7 @@
1920

2021

2122

22-
<meta property="og:updated_time" content="2024-05-29T00:00:00&#43;00:00"/>
23+
<meta property="og:updated_time" content="2025-05-20T00:00:00&#43;00:00"/>
2324

2425

2526

@@ -161,24 +162,33 @@
161162
<article class="post-preview">
162163

163164
<header>
164-
<h2 class="title"> <a href='/posts/2020/assignment-vs-declaration-in-go/'> Something to watch for when using = and := operators in Go</a> </h2>
165+
<h2 class="title"> <a href='/posts/2025/hpc-support-trenches-gromacs/'> Tales from the HPC Support Trenches: Why is Gromacs Slower Now?</a> </h2>
165166
<div class="meta">
166-
Jun 18, 2020 - 5 minutes
167+
May 20, 2025 - 7 minutes
167168
</div>
168169

169170
<div class="tags">
170171

171172
<div class="tag">
172-
<a href="/tags/golang">#golang</a>
173+
<a href="/tags/hpc">#hpc</a>
174+
</div>
175+
176+
<div class="tag">
177+
<a href="/tags/hpc-support">#hpc support</a>
178+
</div>
179+
180+
<div class="tag">
181+
<a href="/tags/performance">#performance</a>
173182
</div>
174183

175184
</div>
176185

177186
</header>
178187

179188
<div class="summary">
180-
So I’ve been playing around with Go a lot, trying to show that I am one of the cool cloud and container kids, y’know. Go is what all the cool cloud and container kids use these days. Anyway, Go is a typed language, which means you have to declare your variables in the form var foo int with the type coming after the variable name (unlike C and similar, where you have the type before the variable name).
181-
<a href='/posts/2020/assignment-vs-declaration-in-go/' class="rmore">Read more ...</a>
189+
Greetings from the HPC Support trenches! Here&rsquo;s your standard issue ssh credentials to various clusters, your How To Interact With Users Without Strangling Them Handbook, and your radio should you need to call for backup from the admin mages. Don&rsquo;t worry, they&rsquo;ll answer you. Sometimes. Till then, buck up, and start debugging!
190+
So we had an old cluster that underwent some major upgrades. It was major enough that it warranted a full rebuild and update of all the modules we had installed.
191+
<a href='/posts/2025/hpc-support-trenches-gromacs/' class="rmore">Read more ...</a>
182192
</div>
183193

184194
<div class="rmore">
@@ -190,25 +200,24 @@ <h2 class="title"> <a href='/posts/2020/assignment-vs-declaration-in-go/'> Somet
190200
<article class="post-preview">
191201

192202
<header>
193-
<h2 class="title"> <a href='/posts/2020/rip-tmem/'> RIP my life with tmem (Jan 2020 - Jan 2020)</a> </h2>
203+
<h2 class="title"> <a href='/posts/2020/assignment-vs-declaration-in-go/'> Something to watch for when using = and := operators in Go</a> </h2>
194204
<div class="meta">
195-
Jan 13, 2020 - 5 minutes
205+
Jun 18, 2020 - 5 minutes
196206
</div>
197207

198208
<div class="tags">
199209

200210
<div class="tag">
201-
<a href="/tags/linux">#linux</a>
211+
<a href="/tags/golang">#golang</a>
202212
</div>
203213

204214
</div>
205215

206216
</header>
207217

208218
<div class="summary">
209-
Life can truly be comically tragic sometimes. I experienced that this past week and thought I should write about it, share with you this rollercoaster adventure (not really, I’m just being dramatic). Before we go on, we must first introduce the subject of our sad tale.
210-
tmem, or transcendent memory was a feature that was introduced in the Linux kernel sometime back in the days of the dinosaurs i.e. June 2009.
211-
<a href='/posts/2020/rip-tmem/' class="rmore">Read more ...</a>
219+
So I’ve been playing around with Go a lot, trying to show that I am one of the cool cloud and container kids, y’know. Go is what all the cool cloud and container kids use these days. Anyway, Go is a typed language, which means you have to declare your variables in the form var foo int with the type coming after the variable name (unlike C and similar, where you have the type before the variable name).
220+
<a href='/posts/2020/assignment-vs-declaration-in-go/' class="rmore">Read more ...</a>
212221
</div>
213222

214223
<div class="rmore">
@@ -220,24 +229,25 @@ <h2 class="title"> <a href='/posts/2020/rip-tmem/'> RIP my life with tmem (Jan 2
220229
<article class="post-preview">
221230

222231
<header>
223-
<h2 class="title"> <a href='/posts/2018/ssh_handy_tools/'> A couple of handy tools if you are sshing into servers</a> </h2>
232+
<h2 class="title"> <a href='/posts/2020/rip-tmem/'> RIP my life with tmem (Jan 2020 - Jan 2020)</a> </h2>
224233
<div class="meta">
225-
Dec 22, 2018 - 4 minutes
234+
Jan 13, 2020 - 5 minutes
226235
</div>
227236

228237
<div class="tags">
229238

230239
<div class="tag">
231-
<a href="/tags/tools">#tools</a>
240+
<a href="/tags/linux">#linux</a>
232241
</div>
233242

234243
</div>
235244

236245
</header>
237246

238247
<div class="summary">
239-
Now that I&rsquo;m officially part of the DSSL at Virginia Tech (Hey! I&rsquo;m in the Slack group. That&rsquo;s totes official), I&rsquo;ve got access to their servers to work on projects and stuff. I&rsquo;m working with one of the PhD students in the lab on a project involving prefetching Docker layers from a registry and caching Docker layers to serve them faster, but also involves choosing the right layers to prefetch to maximize cache hits.
240-
<a href='/posts/2018/ssh_handy_tools/' class="rmore">Read more ...</a>
248+
Life can truly be comically tragic sometimes. I experienced that this past week and thought I should write about it, share with you this rollercoaster adventure (not really, I’m just being dramatic). Before we go on, we must first introduce the subject of our sad tale.
249+
tmem, or transcendent memory was a feature that was introduced in the Linux kernel sometime back in the days of the dinosaurs i.e. June 2009.
250+
<a href='/posts/2020/rip-tmem/' class="rmore">Read more ...</a>
241251
</div>
242252

243253
<div class="rmore">
@@ -254,7 +264,7 @@ <h2 class="title"> <a href='/posts/2018/ssh_handy_tools/'> A couple of handy too
254264
</div>
255265

256266
<div class="page-num">
257-
1/6
267+
1/7
258268
</div>
259269

260270
<div class="page-next">
@@ -282,6 +292,11 @@ <h2 class="title"> <a href='/posts/2018/ssh_handy_tools/'> A couple of handy too
282292

283293

284294

295+
<a href="https://mast.hpc.social/@secondspass" target="_blank"><div class="social-link">Mastodon</div></a>
296+
297+
298+
299+
285300

286301
<div class="social-link">
287302
<a href="/index.xml" target="_blank">RSS</a>
@@ -290,7 +305,7 @@ <h2 class="title"> <a href='/posts/2018/ssh_handy_tools/'> A couple of handy too
290305
</div>
291306

292307

293-
<div class="copyright"> Copyright (c) 2016 - 2019. Licensed under CC BY-NC-SA 4.0 </div>
308+
<div class="copyright"> Copyright (c) 2016 - 2025. Licensed under CC BY-NC-SA 4.0 </div>
294309

295310
<div class="poweredby">
296311
Powered by <a href="https://gohugo.io/">Hugo</a>.

index.xml

Lines changed: 12 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,12 +6,22 @@
66
<description>Recent content on S.P.A.M.</description>
77
<generator>Hugo -- gohugo.io</generator>
88
<language>en-US</language>
9-
<copyright>Copyright (c) 2016 - 2019. Licensed under CC BY-NC-SA 4.0</copyright>
10-
<lastBuildDate>Wed, 29 May 2024 00:00:00 +0000</lastBuildDate>
9+
<copyright>Copyright (c) 2016 - 2025. Licensed under CC BY-NC-SA 4.0</copyright>
10+
<lastBuildDate>Tue, 20 May 2025 00:00:00 +0000</lastBuildDate>
1111

1212
<atom:link href="/index.xml" rel="self" type="application/rss+xml" />
1313

1414

15+
<item>
16+
<title>Tales from the HPC Support Trenches: Why is Gromacs Slower Now?</title>
17+
<link>/posts/2025/hpc-support-trenches-gromacs/</link>
18+
<pubDate>Tue, 20 May 2025 00:00:00 +0000</pubDate>
19+
20+
<guid>/posts/2025/hpc-support-trenches-gromacs/</guid>
21+
<description>Greetings from the HPC Support trenches! Here&amp;rsquo;s your standard issue ssh credentials to various clusters, your How To Interact With Users Without Strangling Them Handbook, and your radio should you need to call for backup from the admin mages. Don&amp;rsquo;t worry, they&amp;rsquo;ll answer you. Sometimes. Till then, buck up, and start debugging!
22+
So we had an old cluster that underwent some major upgrades. It was major enough that it warranted a full rebuild and update of all the modules we had installed.</description>
23+
</item>
24+
1525
<item>
1626
<title>TIL Parallel Convolution with Tiling in GPUs</title>
1727
<link>/tils/til_parallel_convolution_with_tiling/</link>

0 commit comments

Comments
 (0)