0
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?

スケジューラー Slurmの設定備忘録

Last updated at Posted at 2025-04-15

Slurmとは

Slurm(スラム)とは、クラスターサーバーのような複数のPCで計算を行う際に、うまいことスケジューリングやプロセス分配などをしてくれるすごいやつです。

設定備忘録

今後追記していこうと思います。

参考記事

記事との変更点

  • PIDの設定に関しては、変更なしでも動いている。
  • Userはrootで共通にした。
  • slurm.confのノードを記載するとき、
    PartitionName=~~ Nodes=~~ OverSubscribe=YES Default=~~ MaxTime=~~ State=~~
    
    という、OverSubscribe=YESを追記することで、1ノードでいくつものタスクが割り当てられるように変更できた。
0
0
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
0
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?