Changes between Version 16 and Version 17 of Public/User_Guide/Information_on_software
- Timestamp:
- Apr 17, 2020, 2:31:51 PM (5 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Public/User_Guide/Information_on_software
v16 v17 223 223 == Testing oneAPI == 224 224 225 Intel's oneAPI programming model can be tested on the Cluster nodes. Currently the beta 4version is installed in `/usr/local/intel/oneapi/inteloneapi`.225 Intel's oneAPI programming model can be tested on the prototype system. Currently the beta 5 version is installed in `/usr/local/intel/oneapi/inteloneapi`. 226 226 There is no module avaible, please use instead 227 227 {{{ … … 229 229 }}} 230 230 See the oneAPI [https://software.intel.com/en-us/download/intel-oneapi-programming-guide programming guide] to get started. 231 232 Currently, only the CPUs can be used as a device, but support for Stratix 10 (DAM) and Nvidia GPUs (DAM, ESB) are expected to become available in the next month. 233 Intel HD integrated GPUs and Arria10 FPGAs can be tested in the [https://software.intel.com/en-us/devcloud Intel DevCloud]. 231 234 232 235 == MPI programs - compilation with !ParaStation MPI ==