Changes between Version 59 and Version 60 of Public/User_Guide/PaS


Ignore:
Timestamp:
Oct 13, 2022, 2:09:34 PM (19 months ago)
Author:
Jochen Kreutz
Comment:

add Cuda on Rocky 8.6 info

Legend:

Unmodified
Added
Removed
Modified
  • Public/User_Guide/PaS

    v59 v60  
    4949== Software issues ==
    5050
     51=== Cuda and Rocky 8.6
     52
     53- New CUDA drivers on the compute nodes.In case of problems, please manually prepend your `LD_LIBRARY_PATH` (first for libcuda, second for libcublas, fft, etc.):
     54{{{
     55ln -s /usr/lib64/libcuda.so.1 .
     56ln -s /usr/lib64/libnvidia-ml.so.1 .
     57LD_LIBRARY_PATH=.:/usr/local/cuda/lib64:$LD_LIBRARY_PATH srun <srun_args> <exe> <exe_args>
     58}}}
     59
    5160{{{#!comment solved with EB 2022 stage
    5261=== nvidia driver mismatch ===