joaoBordalo / CPAR

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

CPAR

A repository to Parallel Computation

##First Assignment Report Excel

Setup PAPI

  • Download tar.gz from http://icl.cs.utk.edu/papi/software/

  • Extract the folder where you want, so choose a practical place for that

  • Go to source (src) directory in PAPI folder : cd yourPath/PAPI/src

  • Run the following commands:

    • ./configure
    • make
    • sudo make install
    • make test
    • sudo ldconfig
  • Install PAPI tools:

    • sudo apt-get install papi-tools
  • Compile matrixProd.cpp

    • g++ -o nomeDoExecutável -fopenmp "source.cpp" -lpapi
    • run ./nomeDoExecutével.out and introduce the matrix size values

##Second Assignement report Excel

Developers João Bordalo João Soares

About


Languages

Language:C++ 84.7%Language:Java 15.3%