The following extremely brief information is a rough quickstart for doing LAM/MPI work on the CTIE pizzeria cluster.
-
I boot LAM like this:
`lamboot -ssi boot-rsh-agent ssh lamhosts`
with ssh keys installed, and lamhosts file looking something like this:
marinara
supersupreme
...
hotnspicy
-
I run stuff with mpirun.
-
I stop LAM like this:
`lamclean -v`
`lamhalt`
If anything breaks, you didn't learn the above from me ;-)
Enjoy!