show/hide this revision's text 2 Clarify question

I have many unused computers at home. What would be the easiest way for me to utilize them to parallelize my C# program with little or no code changes?

The task I'm trying to do involves looping through lots of english sentences, the dataset can be easily broken into smaller chunks, processed in different machines concurrently.

show/hide this revision's text 1

What is the easiest way to parallelize my C# program across multiple PCs

I have many unused computers at home. What would be the easiest way for me to utilize them to parallelize my C# program with little or no code changes?