No recent books on MPI: is it dying?

Posted by Jono on Stack Overflow See other posts from Stack Overflow or by Jono
Published on 2010-06-01T11:44:21Z Indexed on 2010/06/01 12:03 UTC
Read the original article Hit count: 198

I've never used Message Passing Interface (MPI), but I've heard its name thrown about, most recently with Windows HPC Server. I had a quick look on amazon to see if there were any books on it, but they're all dated around 7 or more years ago. Is MPI still a valid technology choice for new applications, or has it been largely superceded by other distributed programming alternatives (e.g. DataSynapse GridServer)?

As it's not really an implementation, but rather a standard, what is the likelihood (assuming it's not dead) that learning it will result in better design of distributed programming systems? Is there something else I should be looking at instead?

© Stack Overflow or respective owner

Related posts about distributed

Related posts about cluster-computing