Windows Azure: Parallelization of the code

Posted by veda on Stack Overflow See other posts from Stack Overflow or by veda
Published on 2010-06-16T19:43:47Z Indexed on 2010/06/17 2:42 UTC
Read the original article Hit count: 224

I have some matrix multiplication operation. I want to parallelize the execution of those operations through multiple processors.. This can be done on high performance computing cluster using MPI (Message Passing Interface).

Like wise, can I do some parallelization in the cloud using multiple worker roles. Is there any means for doing that.

© Stack Overflow or respective owner

Related posts about parallel-processing

Related posts about windows-azure