User Tools

Site Tools


hpc:slurm-setup

Differences

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

Link to this comparison view

Both sides previous revision Previous revision
Next revision
Previous revision
Next revision Both sides next revision
hpc:slurm-setup [2020/01/30 12:00]
miriel@uclv [Slurm Installation]
hpc:slurm-setup [2020/01/30 15:48]
miriel@uclv
Line 309: Line 309:
 <​code>​ <​code>​
 mkdir /​var/​spool/​slurm mkdir /​var/​spool/​slurm
-chown slurm.slurm -R slurm/+chown slurm.slurm -R /var/​spool/​slurm
 </​code>​ </​code>​
  
Line 342: Line 342:
 chown slurm.slurm /​var/​log/​slurm chown slurm.slurm /​var/​log/​slurm
 </​code>​ </​code>​
 +
  
 Study the configuration information in the [[https://​slurm.schedmd.com/​quickstart_admin.html|Quick Start Administrator_Guide]]. Study the configuration information in the [[https://​slurm.schedmd.com/​quickstart_admin.html|Quick Start Administrator_Guide]].
 +
 +===== Home Users =====
 +For the users folder, you can use the server'​s local disk or mount the remote storage. For this reason it is recommended to create a folder to put the information of the users. In this example we created a folder /​home/​CLUSTER and here we create the folder for every users.
 +
 +<​code>​
 +mkdir /​home/​CLUSTER
 +</​code>​
 +
 +===== Creating users =====
 +
 +For the users you can crate every user manually o you can user an external user database how Active Directory, OpenLDAP or MySQL, etc.
 +For this example we going to create the users manually in every server.
 +
  
hpc/slurm-setup.txt ยท Last modified: 2020/04/10 17:38 (external edit)