From 2a698c6eab8d5c195ddcd2f6700e45221dea7a33 Mon Sep 17 00:00:00 2001 From: jwbowers Date: Mon, 4 Jan 2016 11:52:57 -0500 Subject: [PATCH] Changing README a bit because of issues in installing Rmpi on different platforms --- README.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index aea49d9..1a02fb9 100644 --- a/README.md +++ b/README.md @@ -13,6 +13,7 @@ git submodule init git submodule update ``` -Then use the Makefile to build the paper. +Then use the Makefile to build the paper. One R library that we use to paralleize the code, `Rmpi`, assumes either that you are using our local linux cluster (keeling) or you have installed the openmpi libraries via `brew install openmpi` on an OS X machine. We hope that the R package, `Rmpi`, becomes less system dependent to install in the future. -Some of the simulations take a very long time (more than 24 hours) on a cluster with 36 cores. We save the products of these runs in a Dropbox directory. +Some of the simulations take a very long time (more than 24 hours) on a cluster +with 36 cores. We save the products of these runs in a Dropbox directory.