On Feb 28, 2014, at 9:17 AM, Paul Johnson <paul54729 at gmail.com> wrote:
I have had success in installing Rmpi on Mavericks, and it may be helpful
to others:
I first installed *gfortran* and *open-mpi*:
brew install gfortran
brew install open-mpi
Then in R I installed Rmpi using this command:
*install.packages("Rmpi", type="source",
configure.args="with-mpi=/usr/local/opt/open-mpi")*
(The *configure.args* parameter got around the following error: "Cannot
find mpi.h header file".)
[[alternative HTML version deleted]]