testing of linuxPMI is done using the 'migtorture' program examples, in the SVN tree.
for example, once you have them checked out, type "make" to compile them, then run the 'eatcpu' program.
open up another terminal, and fire up top. you should see the eatcpu program running.
now, find its process ID (ps ax | grep eatcpu), and as root, cd into /proc/$PID/hpc or /proc/$PID/pms (depending if you're running 2.6.17 or 2.6.28.7).
find the IP of your remote machine runing linuxPMI, and echo it to the 'where' file in the control directory to move the process.
echo "remote_node_ip" >> where
echoing "home" instead of an IP will return it to the local node.
at this point, you should have one or two dead kernels. debug, debug, debug! :)
