User Tools

Site Tools


institute_lorentz:institutelorentz_maris_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
Last revisionBoth sides next revision
institute_lorentz:institutelorentz_maris_slurm [2018/10/08 07:52] – [Maris partitions] lenocilinstitute_lorentz:institutelorentz_maris_slurm [2019/01/31 11:45] – [Using GPUs with slurm on Maris] lenocil
Line 7: Line 7:
 A snapshot of the cluster usage can be found at http://slurm.lorentz.leidenuniv.nl/ (only accessible within the IL workstations network). A snapshot of the cluster usage can be found at http://slurm.lorentz.leidenuniv.nl/ (only accessible within the IL workstations network).
  
-Maris runs SLURM v17.02.+Maris runs SLURM v17.11.12
  
 Suggested readings: Suggested readings:
Line 117: Line 117:
 #!/bin/env bash #!/bin/env bash
 .... ....
-NVVMIR_LIBRARY_DIR=/usr/share/cuda /usr/bin/nvcc -I/usr/include/cuda my_code.cu+NVVMIR_LIBRARY_DIR=/usr/local/cuda/lib64/ /usr/local/cuda/bin/nvcc -I/usr/local/cuda/include my_code.cu
 </code> </code>