I want to install lam-mpi on a cluster using "emerge".
I have choosen gentoo as the OS since I have been using it and am comfortable with it. At present I am already running lam-mpi successfully but have installed it manually. This is what I have done.
- 1. Installed lam-mpi (using ./configure --prefix=/usr/local/lam-mpi, make, make install).
2. Exported the direcotry /home and /usr/local to all other nodes and have configured necessary services for it to run smoothly.
But, is it possible (and if yes how) that I install lam-mpi using the emerge script in a particular directory (of my choice) on my master node only such that all the stuff resides in that particular directory and I simply export it to other nodes. It will reduce my job and more importantly I would be able to use the features provided by emerge.
I tried doing:
Code: Select all
env ROOT=/usr/local/lam-mpi emerge -v lam-mpi
The problem is how do I get to run it from such an installation.
What is the procedure to unmerge it. (I can simply delete the entire directory though).
Code: Select all
env ROOT=/usr/local/lam-mpi emerge search lam-mpiAny suggestion will be highly appreciated.
--
Tiwaris

