Changes between Version 1 and Version 2 of Public/User_Guide/Information_on_software


Ignore:
Timestamp:
Jan 23, 2018, 11:55:52 AM (6 years ago)
Author:
Anke Kreuzer
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Public/User_Guide/Information_on_software

    v1 v2  
    33== Modules ==
    44
    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 use
     5Based 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
    66
    77''module avail''
     
    1313
    1414------------------------------------------------------------------------------ /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
     15intel/13.0.4     intel/15.0         intel/16.0              intel/16.3     intel/17.1     intel/18.0
     16intel/14.0.3     intel/15.2.164     intel/16.2(default)     intel/17.0     intel/17.2     intel/18.1
    1617}}}
    1718
     
    3435== Profiling and analysis tools ==
    3536
    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
    3944
    4045== 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.
     46It is recommended to use the ParaStation MPI installation.