There are ways to create a parallel-computing cluster with Linux. Most supercomputers these days are built that way. The thing is, your applications need to be written to take advantage of it by using a library like MPI to distribute the work. Most off-the-shelf software can't take advantage of...