MPI is message passing interface for parallel computing I described in the previous post. MPI is usually written in C or Fortran. Fortunately, you don't need to know these programing language to use MPI. In this post, I am going to show step-by-step how to install MPI to use in R. Installing Rmpi on Mac…