Skip to content
Prev 799 / 2152 Next

trouble installing Rmpi

On 18 November 2010 at 14:48, John Joseph wrote:
| I am new to Linux and parallel processing, and am having trouble installing Rmpi.
[...]
| I am using Ubuntu 10.04.
| 
| I would greatly appreciate any help you can give.

Try

	sudo apt-get install r-cran-rmpi

which should also install Open MPI. LAM is deprecated in favour of Open MPI.

Dirk