The recent addition of direct support for parallel computing in R2.14 sparked a question in my mind. There are numerous options for creating clusters in R. I use snow
SOCK clusters on a regular basis, but I know that there are other ways such as MPI. I use SOCK snow
clusters because I do not need to install any additional software (I use Fedora 13).
So, my concrete questions:
- Is there a gain in performance when using non-SOCK clusters?
- Is it easier to create clusters on multiple computers using non-SOCK clusters?