File: README

package info (click to toggle)
opari2 2.0.9-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 5,808 kB
  • sloc: cpp: 8,533; sh: 5,755; ansic: 5,129; f90: 530; fortran: 341; makefile: 227; awk: 179
file content (19 lines) | stat: -rw-r--r-- 451 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
OPARI2
------
OPARI2 is a source-to-source instrumentation tool for directive based
programming models, such as OpenMP.

To build OPARI2 you usually just need to do

  ./configure
  make
  make install

Please have a look at INSTALL for further configure and build options.

After make install you will find html and pdf documentation as well as
usage examples under $(prefix)/share/doc/opari.

Have fun!

Please report bugs to <support@score-p.org>.