Friday 9 November 2007

ParSol - C++ library for semiautomatic parallelization

First of all: it's been a looOoong time since my last post. But I'm in a last days of finishing my PhD paper, so I believe I can be excused. People of all the Earth, pray for me :)

Now to the topic - finally, the result of my 4 year effort of doctoral studies went online. This is a C++ library for semiautomatic parallelization of data parallel algorithms, also suitable for parallelizing of iterative solvers of systems of linear equations. The efficient sequential code may also be produced using this library.

The library itself may be found here. Welcome to check it out!!!