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
Last revisionBoth sides next revision
institute_lorentz:institutelorentz_maris_slurm [2019/01/16 08:38] – [Slurm on the Maris Cluster] lenocilinstitute_lorentz:institutelorentz_maris_slurm [2019/01/31 11:45] – [Using GPUs with slurm on Maris] lenocil
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>