Skip to main content

You are not logged in. Your edit will be placed in a queue until it is peer reviewed.

We welcome edits that make the post easier to understand and more valuable for readers. Because community members review edits, please try to make the post substantially better than how you found it, for example, by fixing grammar or adding additional resources and hyperlinks.

Required fields*

2
  • I am not sure about the hardware configurations. Since this is my personal laptop, can't we configure Slurm to use what's present? Commented Mar 5, 2024 at 22:23
  • 1
    You can check your computer's memory by running "sudo lshw -c memory" and CPUs by running "sudo lshw -c processor" or running "lscpu". Then, adjust the slurm.conf file accordingly. Adjusting Slurm.conf parameters dynamically is techincally possible by using the Slurm API, but I don't recommend doing that for the hardware info. I would suggest manually setting the hardware parameters. I highly recommend you read this page: slurm.schedmd.com/dynamic_nodes.html. Hope this helps! Commented Mar 6, 2024 at 10:43