On Tue, 25 Jan 2005, Jeff Squyres wrote:
> You can probably just uninstall the LAM RPM that was installed by
> Fedora ("rpm -e lam").
Duh! I should have thought of that. Guess I got spoiled having other
people to do sysadmin stuff :-)
> 2. In OSCAR clusters, we use environment modules to distinguish between
> different MPI installations. Hence, you can do stuff like:
>
> module unload mpi
> module load mpi/lam-blah
>
> (modules are really handy, IMHO)
LAM can run as a module? Neat!
I was thinking more along the lines of "Now I'm working on project X,
they use MPICH... oops, gotta do a quick bug fix for project Y that uses
LAM with Intel compiler..." so if I had something in the run scripts for
each that could tell all the machines to set themselves up appropriately,
I wouldn't have to waste my limited brain cells on remembering that stuff
:-)
|