Changes between Version 59 and Version 60 of Public/User_Guide/PaS
- Timestamp:
- Oct 13, 2022, 2:09:34 PM (3 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Public/User_Guide/PaS
v59 v60 49 49 == Software issues == 50 50 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 {{{ 55 ln -s /usr/lib64/libcuda.so.1 . 56 ln -s /usr/lib64/libnvidia-ml.so.1 . 57 LD_LIBRARY_PATH=.:/usr/local/cuda/lib64:$LD_LIBRARY_PATH srun <srun_args> <exe> <exe_args> 58 }}} 59 51 60 {{{#!comment solved with EB 2022 stage 52 61 === nvidia driver mismatch ===