Hi,
I have a question which is especially addressed to the authors of the "BiocParallel" package: In the vignette "Introduction to BiocParallel", you state (at the top of page 13):
Create a SnowParam instance with the number of nodes equal to the size of the MPI universe minus 1 (let one node dispatch jobs to workers) [...]
The corresponding code starts with:
param <- SnowParam(mpi.universe.size() - 1, "MPI")
My question is: Do you have a reference for the rule that one has to take minus 1 instead of just the whole MPI universe? When I just use the whole MPI universe, I don't run into any problems.
Thanks and best regards!
Perfect, thank you for your answer!