<?xml version="1.0" encoding="UTF-8" ?> <?xml-stylesheet type="text/xsl" href="rss.xsl"?><rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:dc="http://purl.org/dc/elements/1.1/"> <channel> <title>RCAC Documentation</title><description>Official RCAC documentation website.</description><link>https://docs.rcac.purdue.edu/</link><atom:link href="https://docs.rcac.purdue.edu/feed_rss_updated.xml" rel="self" type="application/rss+xml" /> <docs>https://github.com/PurdueRCAC/RCAC-Docs</docs><language>en</language> <pubDate>Wed, 20 May 2026 20:27:50 -0000</pubDate> <lastBuildDate>Wed, 20 May 2026 20:27:50 -0000</lastBuildDate> <ttl>1440</ttl> <generator>MkDocs RSS plugin - v1.19.0</generator> <image> <url>https://docs.rcac.purdue.edu/assets/purdue.png</url> <title>RCAC Documentation</title> <link>https://docs.rcac.purdue.edu/</link> </image> <item> <title>About Slurm Fairshare on RCAC clusters</title> <author>Ryan DeRue</author> <category>Fairuse</category> <category>Slurm</category> <category>Slurm</category> <description>&lt;h1&gt;About Slurm Fairshare on RCAC clusters&lt;/h1&gt; &lt;p&gt;The purpose of this article is to provide a deep-dive into how Slurm assigns priority to the jobs it is scheduling. The design space for such a scheduler is very large and so there are many options that Slurm provides to accommodate a variety of different clusters/policies. &lt;/p&gt;</description> <link>https://docs.rcac.purdue.edu/blog/2025/08/08/job-priority-and-scheduling/</link> <pubDate>Tue, 12 May 2026 19:37:04 +0000</pubDate> <source url="https://docs.rcac.purdue.edu/feed_rss_updated.xml">RCAC Documentation</source><guid isPermaLink="true">https://docs.rcac.purdue.edu/blog/2025/08/08/job-priority-and-scheduling/</guid> </item> <item> <title>Introducing New RCAC Documentation Website</title> <author>Guangzhen Jin</author> <category>Announcements</category> <category>Documentation</category> <category>Search</category> <category>Software Catalog</category> <category>User Guide</category> <description>&lt;h1&gt;Introducing the New RCAC Documentation Website&lt;/h1&gt; &lt;p&gt;We are excited to announce the launch of the redesigned &lt;strong&gt;RCAC Documentation Website&lt;/strong&gt; — a unified, searchable hub for everything you need to use Purdue&#39;s high-performance computing resources. The new site is built around three goals: &lt;strong&gt;find information fast&lt;/strong&gt;, &lt;strong&gt;stay current automatically&lt;/strong&gt;, and &lt;strong&gt;learn as a community&lt;/strong&gt;. Whether you are a first-time user or an experienced researcher, here is what is waiting for you.&lt;/p&gt;</description> <link>https://docs.rcac.purdue.edu/blog/2026/04/20/rcac-docs-website-intro/</link> <pubDate>Wed, 29 Apr 2026 18:17:08 +0000</pubDate> <source url="https://docs.rcac.purdue.edu/feed_rss_updated.xml">RCAC Documentation</source><guid isPermaLink="true">https://docs.rcac.purdue.edu/blog/2026/04/20/rcac-docs-website-intro/</guid> </item> <item> <title>VS Code on RCAC Resources</title> <author>Geoffrey Lentner</author> <author>Josh Remender</author> <author>Arun Seetharam</author> <author>Guangzhen Jin</author> <category>Login</category> <category>Software</category> <category>VS Code</category> <description>&lt;h1&gt;VS Code on RCAC Resources&lt;/h1&gt; &lt;p&gt;Visual Studio Code (VS Code or Code) is a popular IDE growing in usage in HPC. It is particularly useful for less-technical researchers (relative to say, Vim), because of it&#39;s remote development capabilities.&lt;/p&gt;</description> <link>https://docs.rcac.purdue.edu/blog/2025/08/08/vscode_rcac/</link> <pubDate>Wed, 29 Apr 2026 18:17:08 +0000</pubDate> <source url="https://docs.rcac.purdue.edu/feed_rss_updated.xml">RCAC Documentation</source><guid isPermaLink="true">https://docs.rcac.purdue.edu/blog/2025/08/08/vscode_rcac/</guid> </item> <item> <title>Regarding Conda versus Anaconda</title> <author>Jacob Verburgt</author> <author>Geoffrey Lentner</author> <category>Anaconda</category> <category>Conda</category> <category>Python</category> <category>Software</category> <description>&lt;h1&gt;Conda vs Anaconda&lt;/h1&gt; &lt;p&gt;On RCAC community clusters we deploy modules for both &lt;code&gt;conda&lt;/code&gt; and &lt;code&gt;anaconda&lt;/code&gt;. These are both separate distributions of the &#34;conda&#34; package manager. The &lt;code&gt;conda&lt;/code&gt; module points towards the Miniforge distribution of conda (https://github.com/conda-forge/miniforge), while the &lt;code&gt;anaconda&lt;/code&gt; module loads the official Anaconda, Inc. distribution of conda (https://www.anaconda.com/download). &lt;/p&gt; &lt;p&gt;Although these two distributions behave similarly, the components within them vary slightly:&lt;/p&gt;</description> <link>https://docs.rcac.purdue.edu/blog/2025/09/24/conda-anaconda/</link> <pubDate>Fri, 24 Apr 2026 18:04:05 +0000</pubDate> <source url="https://docs.rcac.purdue.edu/feed_rss_updated.xml">RCAC Documentation</source><guid isPermaLink="true">https://docs.rcac.purdue.edu/blog/2025/09/24/conda-anaconda/</guid> </item> <item> <title>Checkpointing in a Preemptible Environment</title> <author>Ryan DeRue</author> <category>Slurm</category> <category>Workflows</category> <description>&lt;h1&gt;Checkpointing in a Preemptible Environment&lt;/h1&gt; &lt;h3&gt;What is Preemption?&lt;/h3&gt; &lt;p&gt;In the context of computing, preemption refers to the act of stopping or pausing one process to allow another process to run, and we say that a task, X, preempts another task, Y, when X pauses Y to allow itself to run. We can use this concept of preemption in an HPC environment to maximize the utilization of the resources in the cluster by allowing low priority jobs to be preempted by higher priority jobs since this allows us to be lenient with the resource limitations placed on the low priority jobs.&lt;/p&gt;</description> <link>https://docs.rcac.purdue.edu/blog/2025/10/16/preemption-checkpointing/</link> <pubDate>Thu, 16 Oct 2025 20:14:54 +0000</pubDate> <source url="https://docs.rcac.purdue.edu/feed_rss_updated.xml">RCAC Documentation</source><guid isPermaLink="true">https://docs.rcac.purdue.edu/blog/2025/10/16/preemption-checkpointing/</guid> </item> </channel> </rss>