Changes between Version 9 and Version 10 of Public/User_Guide/Information_on_software
- Timestamp:
- Sep 18, 2019, 1:19:10 PM (6 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Public/User_Guide/Information_on_software
v9 v10 182 182 183 183 184 == Information on compilation with !ParaStation MPI wrappers == 185 186 When compiling software using the !ParaStation MPI compiler wrappers, by default the Intel compiler will be used: 187 188 {{{ 189 $ mpicc --version 190 icc (ICC) 19.0.3.199 20190206 191 Copyright (C) 1985-2019 Intel Corporation. All rights reserved. 192 }}} 193 194 In order to use GCC rather than the Intel compiler, this must be done: 195 196 {{{ 197 $ mpicc -cc=gcc --version 198 gcc (GCC) 8.3.0 199 Copyright (C) 2018 Free Software Foundation, Inc. 200 This is free software; see the source for copying conditions. There is NO 201 warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. 202 203 $ MPICH_CC=gcc mpicc --version 204 gcc (GCC) 8.3.0 205 Copyright (C) 2018 Free Software Foundation, Inc. 206 This is free software; see the source for copying conditions. There is NO 207 warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. 208 }}} 209 210 184 211 == Machine Learning Software == 185 212 … … 199 226 200 227 201 == Using the old stack ==228 == Using the old stacks == 202 229 203 230 As of July 2019, a new software stack compiled for Skylake is loaded by default on the DEEP-EST system. … … 216 243 }}} 217 244 218 The very oldstack installed before the transition to Easybuild is still available on the system with the command:245 The legacy stack installed before the transition to Easybuild is still available on the system with the command: 219 246 220 247 `enable_legacy_stack` … … 222 249 As with the old Easybuild stack, the lines reported above must be included in your batch script to run the `enable_legacy_stack` command in a batch job. 223 250 224 === Compilers (relevant for legacy stack only!)=== 251 252 === Information relative to the legacy stack only === 253 254 ==== Compilers ==== 225 255 226 256 There are several compilers available, but as it is highly recommended to use the Intel compiler on the KNC system it might be best to also use it on the DEEP system.\\ … … 231 261 232 262 233 === Profiling and analysis tools (relevant for legacy stack only!)===263 ==== Profiling and analysis tools ==== 234 264 235 265 * Intel VTune: module load VTune