I'm running some simulations using Task Parallel Library on .net 4. These simulations run well as parallel on my i7 cpu machine.
If i want to utilize other idle PCs too, then what kind of tool or library should I use? Can TPL use other machines' resources if i properly set up? Or should I use something like MPI?