I'm trying to find out how feasible it would be to create a compute grid using Windows XP, Vista and 7 machines. I know that there is already Windows HPC Server 2008 out there, but when looking into the cost it was basically a situation of if you have to ask, you can't afford it.
I did find MPI.NET, however this looks like it hasn't been updated in nearly two years, so I'm a little skeptical .
Ideally, I would love to have something that just integrates with the .NET 4.0 parallel library so I could just configure it to know that it has a grid available and it would handle it... but I would imagine that is a bit of a pipe dream.
Is there anything out there, even if it wasn't free but not crazy expensive, that will allow me to use modern C# code in a grid environment?