Changes between Version 1 and Version 2 of Public/User_Guide/Information_on_software
- Timestamp:
- Jan 23, 2018, 11:55:52 AM (7 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Public/User_Guide/Information_on_software
v1 v2 3 3 == Modules == 4 4 5 Based on the requirements by the DEEP applications several software tools have already been installed on the DEEP system. To see which modules are available use5 Based on the requirements by the DEEP-EST applications several software tools have already been installed on the DEEP system/DEEP-ER SDV. To see which modules are available use 6 6 7 7 ''module avail'' … … 13 13 14 14 ------------------------------------------------------------------------------ /usr/local/modulefiles/COMPILER -------------------------------- 15 intel/13.0.4 intel/14.0.3 intel/15.0 intel/15.2.164 intel/16.0 intel/16.2(default) intel/16.3 15 intel/13.0.4 intel/15.0 intel/16.0 intel/16.3 intel/17.1 intel/18.0 16 intel/14.0.3 intel/15.2.164 intel/16.2(default) intel/17.0 intel/17.2 intel/18.1 16 17 }}} 17 18 … … 34 35 == Profiling and analysis tools == 35 36 36 VTune: module load VTune\\ 37 Extrae: module load UNITE extrae\\ 38 Scalasca: module load UNITE scalasca 37 * Intel VTune: module load VTune 38 * Intel Advisor: module load Advisor 39 * Intel Inspector: module load Inspector 40 * ScoreP: module load scorep 41 * Darshan: module load darshan 42 * Extrae: module load UNITE extrae 43 * Scalasca: module load UNITE scalasca 39 44 40 45 == MPI programs == 41 It is recommended to start parallel MPI Jobs on the DEEP Cluster using the mpiexec from the ParaStation MPI installation. Generally all MPI implementations using PMI are supposed to work with the ParaStation mpiexec. For instance you can compile your application using Intel MPI and launch your job with mpiexec from Parastation. The Intel mpirun will not work.46 It is recommended to use the ParaStation MPI installation.