Changes between Version 15 and Version 16 of Public/User_Guide/Information_on_software


Ignore:
Timestamp:
Mar 31, 2020, 7:40:03 PM (4 years ago)
Author:
Jochen Kreutz
Comment:

Cuda description updated: removed driver workaround

Legend:

Unmodified
Added
Removed
Modified
  • Public/User_Guide/Information_on_software

    v15 v16  
    209209== Using Cuda ==
    210210
    211 With moving to CUDA 10.1.105 version the following workaround has to be applied for using the correct CUDA environment:
    212 
    213 {{{
    214 module use $OTHERSTAGES
    215 module load Stages/Devel-2019a
    216 module load ... CUDA/10.1.105
    217 module load nvidia/.418.87.00
    218 }}}
    219 
     211For using Cuda you have to load the correspondant module which will set up the correct CUDA environment (including the nvidia driver):
     212
     213{{{
     214module load CUDA
     215}}}
     216
     217{{{#!comment JK: 2020-03-31 I think this is the default meanwhile
    220218**Attention:** You might have to add `PSP_CUDA=0` to your environment/job file for performance reasons if you are **NOT** using GPU direct over Extoll.
    221  
    222 Both will hopefully change in near future.
     219}}}
    223220
    224221For using Cuda with ParaStationMPI, see also [https://deeptrac.zam.kfa-juelich.de:8443/trac/wiki/Public/ParaStationMPI#CUDASupportbyParaStationMPI here].