#!/bin/csh
foreach x (13 14 15 16)
	rsh node${x}-n killall -9  mdp
end
