Changes between Version 12 and Version 13 of Public/User_Guide/Information_on_software
- Timestamp:
- Jan 22, 2020, 3:48:24 PM (5 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Public/User_Guide/Information_on_software
v12 v13 207 207 machine and deep learning algorithms. 208 208 209 == Using Cuda == 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 220 **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. 209 223 210 224 == MPI programs - compilation with !ParaStation MPI ==