Giter Site home page Giter Site logo

julianmorillo / extrae Goto Github PK

View Code? Open in Web Editor NEW

This project forked from bsc-performance-tools/extrae

0.0 0.0 0.0 18.97 MB

Instrumentation framework to generate execution traces of the most used parallel runtimes.

Home Page: https://tools.bsc.es/extrae

License: GNU Lesser General Public License v2.1

Shell 1.55% C++ 5.56% Python 0.49% C 87.04% Java 0.24% Fortran 0.43% Assembly 0.03% Cuda 0.08% Makefile 1.81% LLVM 0.01% M4 2.77%

extrae's Introduction

Extrae

A dynamic instrumentation package to trace programs compiled and run with the shared memory model (like OpenMP and pthreads), the message passing (MPI) programming model or both programming models (different MPI processes using OpenMP or pthreads within each MPI process). Extrae generates trace files that can be later visualized with Paraver.

Optional dependencies

Please, make sure to install the development versions of all packages (-dev, -devel) when available.

  • libunwind (>=1.0)
    Used to access the callstack within Extrae. This lets the analyst gather MPI call-sites and emit information on manually added events. Required for Intel x86_64 and ia64 architectures.
  • PAPI
    Used to access the HW counters of the microprocessor. This increases the richness of the gathered traces. It is highly recommended to install and use PAPI with extrae, altough on some old kernels this may require patching.
  • libiberty and libbfd (from the binutils package)
    These two libraries are required to translate gathered application addresses into source code information (file name, address line and function name). Highly recommended.
  • libxml2 (>=2.5.0)
    Used to parse the configuration of the instrumentation package instead of using environment variables. Highly recommended.
  • Dyninst Support is in experimental status. It is known to work on Linux PPC32/64 systems and on Linux x86/x86_64 systems.
  • libz
    libiberty and libbfd may require libz. Also libz may be used to generate compressed traces directly.
  • MPI
    Execute MPI jobs. Tested with MPICH, MPICH2 and OpenMPI. Others may work.
  • OpenMP runtime (gcc, ibm or icc)
    Execute OpenMP jobs.
  • CUDA / CUPTI
    Execute CUDA-based applications.
  • OpenCL
    Execute OpenCL-based applications.

Installation instructions

If installing from Git, you will need to generate a configure file by running:

$ ./boostrap

then continue with installation as if from a release.

Refer to the INSTALL file for general installation instructions.
Refer to the INSTALL-examples file for examples of specific installation instructions.

extrae's People

Contributors

gllort avatar emercadal avatar julianmorillo avatar metbosch avatar dosimont avatar ergus avatar devreal avatar dareg avatar kingshuk00 avatar exaexa avatar rodarima avatar vlopezh avatar wheest avatar pierlauro avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.