Skip to content

Commit

Permalink
Changing README a bit because of issues in installing Rmpi on differe…
Browse files Browse the repository at this point in the history
…nt platforms
  • Loading branch information
jwbowers committed Jan 4, 2016
1 parent 4bfad46 commit 2a698c6
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.

0 comments on commit 2a698c6

Please sign in to comment.