User Tools

Site Tools


cluster:207

Warning: Undefined array key -1 in /usr/share/dokuwiki/inc/html.php on line 1458

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
cluster:207 [2023/02/13 12:36]
hmeij07
cluster:207 [2023/10/27 14:47] (current)
hmeij07
Line 10: Line 10:
 This page just intended to keep documentation sources handy. Go to the **Users** page [[cluster:208|Slurm Test Env]] This page just intended to keep documentation sources handy. Go to the **Users** page [[cluster:208|Slurm Test Env]]
  
-**SLURM documentation**+==== SLURM documentation ====
  
 <code> <code>
Line 117: Line 117:
  
  
-** MUNGE installation**+==== MUNGE installation ====
  
 <code> <code>
Line 183: Line 183:
 </code> </code>
  
-** SLURM installation **+==== SLURM installation Updated ==== 
 + 
 +<code> 
 + 
 +export PATH=/usr/local/cuda/bin:$PATH 
 +export LD_LIBRARY_PATH=/usr/local/cuda/lib64:$LD_LIBRARY_PATH 
 + 
 +[root@cottontail2 slurm-22.05.2]# which gcc mpicc nvcc 
 +/opt/ohpc/pub/compiler/gcc/9.4.0/bin/gcc 
 +/opt/ohpc/pub/mpi/openmpi4-gnu9/4.1.1/bin/mpicc 
 +/usr/local/cuda/bin/nvcc 
 + 
 + 
 +./configure \ 
 +--prefix=/usr/local/slurm-22.05.2 \ 
 +--sysconfdir=/usr/local/slurm-22.05.2/etc \ 
 +--with-nvml=/usr/local/cuda 
 +make 
 +make install 
 + 
 +export PATH=/usr/local/slurm/bin:$PATH 
 +export LD_LIBRARY_PATH=/usr/local/slurm/lib:$LD_LIBRARY_PATH 
 + 
 +[root@cottontail2 slurm-22.05.2]# find /usr/local/slurm-22.05.2/ -name auth_munge.so 
 +/usr/local/slurm-22.05.2/lib/slurm/auth_munge.so 
 + 
 +</code> 
 + 
 + 
 +==== SLURM installation ====
  
 Configured and compiled on ''greentail52'' despite not having gpus...only library manager is needed (nvml) Configured and compiled on ''greentail52'' despite not having gpus...only library manager is needed (nvml)
Line 232: Line 261:
  
  
-For **general accounting** we may rely on simple text file+==== General Accounting ====
  
 <code> <code>
Line 251: Line 280:
  
  
-**Full Version Slurm Config Tool**+==== Slurm Config Tool ====
  
   * lets start with this file and build up/out   * lets start with this file and build up/out
cluster/207.1676309804.txt.gz · Last modified: 2023/02/13 12:36 by hmeij07