Changes between Version 3 and Version 4 of Public/User_Guide/DEEP-EST_DAM


Ignore:
Timestamp:
Aug 29, 2019, 4:16:18 PM (5 years ago)
Author:
Jacopo de Amicis
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Public/User_Guide/DEEP-EST_DAM

    v3 v4  
    2323== Using Cuda ==
    2424
    25 To compile and run Cuda applications on the Nvidia V100 cards included in the DAM nodes, it might be necessary to use an older GCC version since GCC 8.3.0 is not supported with installed Cuda 10 version:
     25To compile and run Cuda applications on the Nvidia V100 cards included in the DAM nodes, it is necessary to load the CUDA module:
    2626
    2727{{{
    28 export PATH=/usr/local/cuda/bin:$PATH
    29 export LD_LIBRARY_PATH=/usr/local/cuda/lib64:$LD_LIBARY_PATH
    30 export PATH=/usr/local/software/skylake/Stages/2018b/software/GCCcore/7.3.0/bin:$PATH
     28[deamicis1@deepv ~]$ ml CUDA
     29[deamicis1@deepv ~]$ ml
     30
     31Currently Loaded Modules:
     32  1) GCCcore/.8.3.0 (H)   2) binutils/.2.32 (H)   3) nvidia/.418.40.04 (H,g)   4) CUDA/10.1.105 (g)
     33
     34  Where:
     35   g:  built for GPU
     36   H:             Hidden Module
    3137}}}
    3238