I have an embarrassingly parallel problem I want to scale across multiple computers using .Net.
I’m currently using the Task Parallel Library to scale across multiple cores on a single computer but I want to scale further.
How can I do this?
I have an embarrassingly parallel problem I want to scale across multiple computers using .Net.
I’m currently using the Task Parallel Library to scale across multiple cores on a single computer but I want to scale further.
How can I do this?
Check this out: http://research.microsoft.com/en-us/projects/Dryad/
UPDATED: If you need data intensive parallel processing, check out HDInsight. If the work is more compute intensive, check out the Microsoft HPC Pack (currently v2012 SP1).
http://research.microsoft.com/en-us/projects/azure/high-perf-computing-on-windows-azure.pdf