Changes between Version 52 and Version 53 of Public/User_Guide/OmpSs-2


Ignore:
Timestamp:
Nov 13, 2020, 9:10:01 AM (3 years ago)
Author:
Pedro Martinez-Ferror
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Public/User_Guide/OmpSs-2

    v52 v53  
    5858!OmpSs-2 has already been installed on DEEP and can be used by simply executing the following commands:
    5959
    60 `modulepath="/usr/local/software/skylake/Stages/2018b/modules/all/Core:$modulepath"`
    61 
    62 `modulepath="/usr/local/software/skylake/Stages/2018b/modules/all/Compiler/mpi/intel/2019.0.117-GCC-7.3.0:$modulepath"`
    63 
    64 `modulepath="/usr/local/software/skylake/Stages/2018b/modules/all/MPI/intel/2019.0.117-GCC-7.3.0/psmpi/5.2.1-1-mt:$modulepath"`
    65 
    66 `export MODULEPATH="$modulepath:$MODULEPATH"`
     60`module load Intel/2019.5.281-GCC-8.3.0  ParaStationMPI/5.4.6-1-mt`
    6761
    6862`module load OmpSs-2`
     
    197191Load the !OmpSs-2 module via the following commands:
    198192
    199 `modulepath="/usr/local/software/skylake/Stages/2018b/modules/all/Core:$modulepath"`
    200 
    201 `modulepath="/usr/local/software/skylake/Stages/2018b/modules/all/Compiler/mpi/intel/2019.0.117-GCC-7.3.0:$modulepath"`
    202 
    203 `modulepath="/usr/local/software/skylake/Stages/2018b/modules/all/MPI/intel/2019.0.117-GCC-7.3.0/psmpi/5.2.1-1-mt:$modulepath"`
    204 
    205 `export MODULEPATH="$modulepath:$MODULEPATH"`
     193`module load Intel/2019.5.281-GCC-8.3.0  ParaStationMPI/5.4.6-1-mt`
    206194
    207195`module load OmpSs-2`
     
    382370Additionally, you can get information related to hardware counters via PAPI. For this, firstly load the PAPI module:
    383371
    384 `module load PAPI/5.6.0`
     372`module load PAPI/5.7.0`
    385373
    386374and then execute:
     
    515503To get traces of this benchmark using Extrae firstly load the corresponding module:
    516504
    517 `module load Extrae/3.6.1`
     505`module load Extrae/3.7.1`
    518506
    519507and charge the Extrae environment in your active session:
    520508
    521 `source /usr/local/software/skylake/Stages/2018b/software/Extrae/3.6.1-ipsmpi-2018b-mt/etc/extrae.sh`
     509`source /usr/local/software/skylake/Stages/2019a/software/Extrae/3.7.1-ipsmpi-2019a-mt/etc/extrae.sh`
    522510
    523511Then copy a preconfigured ''extrae.xml'' file to instrument !OmpSs-2 to your current working directory ''multisaxpy/'':
    524512
    525 `cp /usr/local/software/skylake/Stages/2018b/software/Extrae/3.6.1-ipsmpi-2018b-mt/share/example/OMPSS/extrae.xml .`
     513`cp /usr/local/software/skylake/Stages/2019a/software/Extrae/3.7.1-ipsmpi-2019a-mt/share/example/OMPSS/extrae.xml .`
    526514
    527515The next step is to create a new file ''trace.sh'':