Skip to content

Latest commit

 

History

History
28 lines (23 loc) · 1.16 KB

README.md

File metadata and controls

28 lines (23 loc) · 1.16 KB
documentclass title author
physycomen
tools-piccante
Fedeli, Sgattoni, Sinigardi

Build Status Master Build status

Purpose

These tools have been written in order to analyse input and output of the piccante code.

Installation

CMake and a C++11 compatible compiler are required. To build the executable, clone the repository and then type

mkdir build ; cd build ; cmake .. ; cmake --build . --target install

With CMake you can also deploy projects for the most common IDEs.
Uses MPI, please install a compatible library on your system. There is also a makefile, which is now deprecated.

Synopsis

As an example, you can run one of the tools in this way

./newReader input_file [-cutx $value -integratex]

where input_file must be an existing and valid binary file produced by piccante and the parameters inside the [] are not mandatory but useful to get a specific insight.