This package contains the performance modeling tool EXTRA-P.

Prerequisites:
- QT 4.8 or 5
- CUBE 4.3
- Python 3
- PyQt
- Matplotlib

********************************************************************
EXTRA-P & CUBE-PLUGINS INSTALLATION                                *
                                                                   *
mkdir vpath                                                        *
cd vpath                                                           *
../configure                                                       *
        --prefix=<install dir>                                     *
	--with-cube=<cube installation dir>                        *
        CPPFLAGS=-I<path to Python.h>				   * 
make                                                               *
make install                                                       *
********************************************************************


HOW TO USE

For a quick test and simple execute 
<install-dir>/bin/extrap 

Go to file->Open text input
In the dialog select the input.txt file from the share directory of the installation.

The test data should now be loaded and it can be analysed. By selecting a line in the tree view the plot of the function can be analyzed.
By changing the x-max field, the function can be observed over different intervals.

For more details, please refer to our tutorial documentation.

MacOS X
-------

On some configurations adding the following to the CPPFLAGS is necessary to prevent different stdlibs from being used:
-mmacosx-version-min=10.6

Get support
-----------
If you encounter any problems, have any suggestions or want to report a bug,
please write to:
extrap-support@parallel.informatik.tu-darmstadt.de
