<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
  <channel>
    <title>HPC 101 on The Login Node</title>
    <link>https://theloginnode.com/series/hpc-101/</link>
    <description>Recent content in HPC 101 on The Login Node</description>
    <generator>Hugo -- gohugo.io</generator>
    <language>en</language>
    <copyright>© 2026 Will Paik</copyright>
    <lastBuildDate>Wed, 28 Jan 2026 00:00:00 +0000</lastBuildDate><atom:link href="https://theloginnode.com/series/hpc-101/index.xml" rel="self" type="application/rss+xml" />
    
    <item>
      <title>[HPC 101] Job Debugging: Why Did My Job Fail?</title>
      <link>https://theloginnode.com/posts/hpc101-04/</link>
      <pubDate>Wed, 28 Jan 2026 00:00:00 +0000</pubDate>
      
      <guid>https://theloginnode.com/posts/hpc101-04/</guid>
      <description>Job failures on HPC clusters are frustrating, especially without clear feedback. This post breaks down how to use sacct, seff, and Slurm log files to figure out exactly what went wrong and how to prevent it next time.</description>
      <media:content xmlns:media="http://search.yahoo.com/mrss/" url="https://theloginnode.com/posts/hpc101-04/featured.svg" />
    </item>
    
    <item>
      <title>[HPC 101] Python on HPC: Conda and venv Without Root Access</title>
      <link>https://theloginnode.com/posts/hpc101-03/</link>
      <pubDate>Sun, 18 Jan 2026 00:00:00 +0000</pubDate>
      
      <guid>https://theloginnode.com/posts/hpc101-03/</guid>
      <description>Shared HPC clusters do not give you root access, and the system Python is not yours to modify. This post shows how to set up isolated Python environments using Conda and venv so you can install whatever you need without permission errors or breaking someone else&amp;rsquo;s workflow.</description>
      <media:content xmlns:media="http://search.yahoo.com/mrss/" url="https://theloginnode.com/posts/hpc101-03/featured.svg" />
    </item>
    
    <item>
      <title>[HPC 101] File Transfer on HPC: SCP, Rsync, and Git Explained</title>
      <link>https://theloginnode.com/posts/hpc101-02/</link>
      <pubDate>Fri, 02 Jan 2026 00:00:00 +0000</pubDate>
      
      <guid>https://theloginnode.com/posts/hpc101-02/</guid>
      <description>Copying files to a remote cluster is easy to get wrong. A basic scp works fine until your dataset is large and the connection drops halfway through. This post covers scp for quick transfers, rsync for large or resumable jobs, and git for code that belongs in version control anyway.</description>
      <media:content xmlns:media="http://search.yahoo.com/mrss/" url="https://theloginnode.com/posts/hpc101-02/featured.svg" />
    </item>
    
    <item>
      <title>[HPC 101] Getting Started on HPC: SSH Login, Module System, and First Slurm Job</title>
      <link>https://theloginnode.com/posts/hpc101-01/</link>
      <pubDate>Sat, 27 Dec 2025 00:00:00 +0000</pubDate>
      
      <guid>https://theloginnode.com/posts/hpc101-01/</guid>
      <description>Every HPC user starts somewhere, and it usually involves staring at a login prompt with no idea what to do next. This post covers the three things you need on day one: SSH access, loading software with the module system, and submitting your first Slurm batch job.</description>
      <media:content xmlns:media="http://search.yahoo.com/mrss/" url="https://theloginnode.com/posts/hpc101-01/featured.png" />
    </item>
    
  </channel>
</rss>
