On Thu, Nov 24, 2011 at 9:59 PM, Vengadanathan <[email protected]> wrote: > Thanks pahnin sd and Sharad Birmiwal for your reply , im actualy > somewhat noob in this concept , i am supposed to do some projects on > HPC - Parallel computing , can any one suggest some materials to learn > these concepts and which language/tools to use and implement them (I > though of Python will it be helpful )?
Can't think of anything in particular. Sorry. If you are comfortable with python, then I would imagine python to be as good a starting place as any. One exercise that I can suggest is try to implement matrix multiplication in the traditional (single-thread) and multi-thread ways and see if you can get a performance improvement. I think you might find interesting problems for matrices (matrix inversion, decomposition, etc). Sharad -- Mailing list guidelines and other related articles: http://lug-iitd.org/Footer
