Dienstag, 14. August 2007

Parallel computing made easy

Yo, back I am.... Just discovered how easy parallel computing is nowadays. Excuses for lazy programmers get sparse! :)

I stumbled upon Ipython 1, an ingenious solution to do parallel computing with python. The developers have set up a nice tutorial which got me started in no time. Check it out!

Further, I found a nice tutorial on the MPI Api. Very well written, with clear and concise language.

So, armed with those, I'm looking forward to make our shiny new 8-core Xeon crunch numbers in parallel. :)