User Tools

Site Tools


tech:slurm

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
Next revisionBoth sides next revision
tech:slurm [2019/09/06 15:29] – [Compute Nodes] kohofertech:slurm [2019/09/06 15:36] – [Installation] kohofer
Line 154: Line 154:
  
   root@controller# systemctl start slurmdbd   root@controller# systemctl start slurmdbd
 +
 +=== Authentication ===
 +
 +Copy /etc/munge.key to all compute nodes
 +
 +  scp /etc/munge/munge.key csadmin@10.7.20.97:/tmp/.
 +  
 +Run a job from slurm-ctrl
 +
 +  ssh csadmin@slurm-ctrl
 +  srun -N 1 hostname
 +  linux1
 +
 +
  
 === Test munge === === Test munge ===
Line 198: Line 212:
 </code> </code>
  
 +First copy the munge keys from the slurm-ctrl to all compute nodes, now fix location,
 +owner and permission.
  
 +  mv /tmp/munge.key /etc/. 
 +  chown munge:munge /etc/munge/munge.key 
 +  chmod 400 /etc/munge/munge.key
  
  
/data/www/wiki.inf.unibz.it/data/pages/tech/slurm.txt · Last modified: 2022/11/24 16:17 by kohofer