This application was my contribution to the FastMPJ Summer of Code 2012. It has been awarded with a Special Mention for Undergraduate Students.
Using Java & FastMPJ java library, this application offers a quick way to sort a huge number of elements using more than one core/computer.
- Install ant in your system.
ant compile
- Install FastMPJ in your system
cd bin/
fmpjrun -np <numberofprocesses> -class es.udc.parallelmerge.ParallelSorter <numberofelements>
Do whatever you want with this code.
Feel free to send any pull-request :)