Changes between Version 15 and Version 16 of Public/User_Guide/Information_on_software
- Timestamp:
- Mar 31, 2020, 7:40:03 PM (5 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Public/User_Guide/Information_on_software
v15 v16 209 209 == Using Cuda == 210 210 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 211 For using Cuda you have to load the correspondant module which will set up the correct CUDA environment (including the nvidia driver): 212 213 {{{ 214 module load CUDA 215 }}} 216 217 {{{#!comment JK: 2020-03-31 I think this is the default meanwhile 220 218 **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 }}} 223 220 224 221 For using Cuda with ParaStationMPI, see also [https://deeptrac.zam.kfa-juelich.de:8443/trac/wiki/Public/ParaStationMPI#CUDASupportbyParaStationMPI here].