<?xml version="1.0" encoding="UTF-8"?>
<rss  xmlns:atom="http://www.w3.org/2005/Atom" 
      xmlns:media="http://search.yahoo.com/mrss/" 
      xmlns:content="http://purl.org/rss/1.0/modules/content/" 
      xmlns:dc="http://purl.org/dc/elements/1.1/" 
      version="2.0">
<channel>
<title>Nusret Ozates</title>
<link>https://nusretozates.github.io/notes.html</link>
<atom:link href="https://nusretozates.github.io/notes.xml" rel="self" type="application/rss+xml"/>
<description>Welcome to Nusret Ozates&#39;s personal website. Explore my projects, blogs, and more!</description>
<generator>quarto-1.8.27</generator>
<lastBuildDate>Tue, 11 Nov 2025 21:00:00 GMT</lastBuildDate>
<item>
  <title>Slurm Notes</title>
  <dc:creator>Nusret Ozates</dc:creator>
  <link>https://nusretozates.github.io/notes/slurm/</link>
  <description><![CDATA[ 






<p>Here I will share the useful things I learned when using the SLURM cluster of my university.</p>
<p>This bash command shows the free memory, free number of CPUs, and used GPUs on the nodes in the “ai” partition. You can use it to see available resources before submitting a job, which makes it easier to start jobs faster.</p>
<div class="code-copy-outer-scaffold"><div class="sourceCode" id="cb1" style="background: #f1f3f5;"><pre class="sourceCode bash code-with-copy"><code class="sourceCode bash"><span id="cb1-1"><span class="ex" style="color: null;
background-color: null;
font-style: inherit;">sinfo</span> <span class="at" style="color: #657422;
background-color: null;
font-style: inherit;">-O</span> <span class="st" style="color: #20794D;
background-color: null;
font-style: inherit;">"NodeHost,FreeMem,CPUsState,GresUsed"</span> <span class="at" style="color: #657422;
background-color: null;
font-style: inherit;">-p</span> ai</span></code></pre></div></div>



 ]]></description>
  <category>general</category>
  <guid>https://nusretozates.github.io/notes/slurm/</guid>
  <pubDate>Tue, 11 Nov 2025 21:00:00 GMT</pubDate>
</item>
</channel>
</rss>
