User Tools

Site Tools


自作クラスタ計算機:slurm_v25の基本設定

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
自作クラスタ計算機:slurm_v25の基本設定 [2026/07/09 04:08] – [認証鍵の設置] koudai自作クラスタ計算機:slurm_v25の基本設定 [2026/07/11 04:15] (current) – [管理] koudai
Line 316: Line 316:
 <code> <code>
 $ sudo scontrol reconfigure $ sudo scontrol reconfigure
-$ sudo scontrol update NodeName=node[11-30] State=RESUME   # 計算ノードに設定が反映されない場合+</code> 
 + 
 +ノードの停止と再開(OSのアップデートなど、ノードでなにか作業するときはノードを一旦停止させてください) 
 +<code> 
 +$ sudo scontrol update nodename=node[11-30] state=drain    # 停止 
 +$ sudo scontrol update nodename=node[11-30] state=resume   # 再開
 </code> </code>
  
自作クラスタ計算機/slurm_v25の基本設定.1783537727.txt.gz · Last modified: 2026/07/09 04:08 by koudai