<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<?xml-stylesheet type="text/xsl" href="/rss.xsl"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
  <channel>
    <title>Slurm on Raveen Kumar</title>
    <link>https://raveenkumar.com/tags/slurm/</link>
    <description>Recent content in Slurm on Raveen Kumar</description>
    <generator>Hugo</generator>
    <language>en-US</language>
    <copyright>Raveen Kumar</copyright>
    <lastBuildDate>Fri, 17 Feb 2023 00:00:00 +0000</lastBuildDate>
    <atom:link href="https://raveenkumar.com/tags/slurm/index.xml" rel="self" type="application/rss+xml" />
    <item>
      <title>Slurm Job manager</title>
      <link>https://raveenkumar.com/library/programming/slurm---srun-job-manager/</link>
      <pubDate>Fri, 17 Feb 2023 00:00:00 +0000</pubDate>
      <guid>https://raveenkumar.com/library/programming/slurm---srun-job-manager/</guid>
      <description>&lt;p&gt;To allocate 4 CPU cores and 8 GB of RAM for an &lt;code&gt;emacs&lt;/code&gt; process using the &lt;code&gt;srun&lt;/code&gt; command, you can use the following command:&lt;/p&gt;&#xA;&lt;pre tabindex=&#34;0&#34;&gt;&lt;code&gt;srun --cpus-per-task=4 --mem=8192 emacs&#xA;&lt;/code&gt;&lt;/pre&gt;&lt;p&gt;The &lt;code&gt;--cpus-per-task&lt;/code&gt; option specifies the number of CPU cores to allocate, and the &lt;code&gt;--mem&lt;/code&gt; option specifies the amount of memory in megabytes.&lt;/p&gt;&#xA;&lt;p&gt;To pass the &lt;code&gt;-nw&lt;/code&gt; argument to &lt;code&gt;emacs&lt;/code&gt; when using the &lt;code&gt;srun&lt;/code&gt; command, you can simply include it after the &lt;code&gt;emacs&lt;/code&gt; command in the &lt;code&gt;srun&lt;/code&gt; command line. For example:&lt;/p&gt;</description>
    </item>
  </channel>
</rss>
