/parallelsorter

Using Java & FastMPJ java library, this application offers a quick way to sort a huge number of elements using more than one core/computer.

Primary LanguageJava

Motivation

This application was my contribution to the FastMPJ Summer of Code 2012. It has been awarded with a Special Mention for Undergraduate Students.

Description

Using Java & FastMPJ java library, this application offers a quick way to sort a huge number of elements using more than one core/computer.

Compilation

  • Install ant in your system.
  • ant compile

Execution

  • Install FastMPJ in your system
  • cd bin/
  • fmpjrun -np <numberofprocesses> -class es.udc.parallelmerge.ParallelSorter <numberofelements>

License

Do whatever you want with this code.

Contributing

Feel free to send any pull-request :)