
Installation
============

Required software:
1. gcc-3.x
2. any MPI implementation

For developers
---------------

Required software:
1. Subversion
2. GNU autotools

$ svn log -v > ChangeLog
$ svn co https://hcl.ucd.ie/repos/HeteroMPI/trunk HeteroMPI
$ cd HeteroMPI
$ svn log -v > ChangeLog
$ svn co https://hcl.ucd.ie/repos/mpC/trunk mpC
$ cd mpC
$ svn log -v > ChangeLog
$ cd ../..
$ autoreconf --install
$ mkdir build
$ cd build
$ ../configure --prefix=DIR --enable-debug
$ make all install

To create a package:
$ make dist

For users
---------

Download and untar the latest package from http://hcl.ucd.ie/project/HeteroScaLAPACK

$ mkdir build
$ cd build
$ ../configure --prefix=DIR
$ make all install

Configuration
-------------

Check configure options:
$ ../configure -h

