[Jan 25, 2016]

paralution-1.1.0.tar.gz  Linux/Mac

paralution-1.1.0.zip  Linux/Mac/Windows

paralution-1.1.0.exe  Windows

GNU GENERAL PUBLIC LICENSE V3

(See also License)

Easy Start

1) Unpack

$ tar zxvf paralution-x.y.z.tar.gz

where x.y.z is the version number

2) Compile

$ cd paralution-x.y.x
$ mkdir build
$ cd build
$ cmake ..
$ make

3) You are ready!

Try it – download a matrix from the Matrix Market or the University of Florida Sparse Matrix Collection and run a CG solver

$ cd bin
$ ./cg my_matrix.mtx