Changes between Version 12 and Version 13 of Public/User_Guide/Information_on_software


Ignore:
Timestamp:
Jan 22, 2020, 3:48:24 PM (4 years ago)
Author:
Jochen Kreutz
Comment:

2020-01-22 JK: added info on CUDA driver issue

Legend:

Unmodified
Added
Removed
Modified
  • Public/User_Guide/Information_on_software

    v12 v13  
    207207machine and deep learning algorithms.
    208208
     209== Using Cuda ==
     210
     211With moving to CUDA 10.1.105 version the following workaround has to be applied for using the correct CUDA environment:
     212
     213{{{
     214module use $OTHERSTAGES
     215module load Stages/Devel-2019a
     216module load ... CUDA/10.1.105
     217module 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 
     222Both will hopefully change in near future.
    209223
    210224== MPI programs - compilation with !ParaStation MPI ==