documentclass | title | author |
---|---|---|
physycomen |
tools-piccante |
Fedeli, Sgattoni, Sinigardi |
These tools have been written in order to analyse input and output of the piccante
code.
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.
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.