- poti (automatically managed by git clone --recursive)
- Boost
$ git clone --recursive https://github.com/bsc-performance-tools/prvreader.git
$ cd prvreader
##Generate makefile##
$ mkdir build
$ cd build
$ cmake ..
You may want to install prvreader in a custom location:
$ cmake -DCMAKE_INSTALL_PREFIX=/your/installation/directory/ ..
$ make
$ make install
This tools converts a paraver trace to a Pajé trace file
$ prv2paje [options] input.prv
Options:
- -o --output [output-trace]: output Pajé trace
- -f --filter [filter-file]: filtering configuration file
- --old-header: old Pajé header
- --basic-header: basic Pajé header
- -s --strict: check more strictly the trace integrity (increases computation duration and memory consumption)