The following extremely brief information is a rough quickstart for doing LAM/MPI work on the CTIE pizzeria cluster.
  1. 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
  2. I run stuff with mpirun.
  3. I stop LAM like this:
    `lamclean -v`
    `lamhalt`
If anything breaks, you didn't learn the above from me ;-)

Enjoy!