User Tools

Site Tools


cluster:207

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 [2022/08/02 12:08]
hmeij07
cluster:207 [2023/10/27 18:47] (current)
hmeij07
Line 2: Line 2:
 **[[cluster:0|Back]]** **[[cluster:0|Back]]**
  
 +**Make sure munge/unmunge work between 1.3/2.4, that date is in sync (else you get error #16)**
  
 ===== Slurm Test Env ===== ===== Slurm Test Env =====
Line 9: 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 116: Line 117:
  
  
-** MUNGE installation**+==== MUNGE installation ====
  
 <code> <code>
Line 182: 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 231: Line 261:
  
  
-For **general accounting** we may rely on simple text file+==== General Accounting ====
  
 <code> <code>
Line 250: 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.1659442134.txt.gz · Last modified: 2022/08/02 12:08 by hmeij07