Changes between Version 14 and Version 15 of Public/User_Guide/Information_on_software
- Timestamp:
- Feb 19, 2020, 12:56:58 PM (5 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Public/User_Guide/Information_on_software
v14 v15 224 224 For using Cuda with ParaStationMPI, see also [https://deeptrac.zam.kfa-juelich.de:8443/trac/wiki/Public/ParaStationMPI#CUDASupportbyParaStationMPI here]. 225 225 226 == Testing oneAPI == 227 228 Intel's oneAPI programming model can be tested on the Cluster nodes. Currently the beta 4 version is installed in `/usr/local/intel/oneapi/inteloneapi`. 229 There is no module avaible, please use instead 230 {{{ 231 source /usr/local/intel/oneapi/inteloneapi/setvars.sh 232 }}} 233 See the oneAPI [https://software.intel.com/en-us/download/intel-oneapi-programming-guide programming guide] to get started. 234 226 235 == MPI programs - compilation with !ParaStation MPI == 227 236