Changes between Version 3 and Version 4 of Public/User_Guide/DEEP-EST_DAM
- Timestamp:
- Aug 29, 2019, 4:16:18 PM (6 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Public/User_Guide/DEEP-EST_DAM
v3 v4 23 23 == Using Cuda == 24 24 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:25 To compile and run Cuda applications on the Nvidia V100 cards included in the DAM nodes, it is necessary to load the CUDA module: 26 26 27 27 {{{ 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 31 Currently 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 31 37 }}} 32 38