kill

kill all processes spawned by parent with `ssh -x -n` on other hosts

Hi A software named G09 works in parallel using Linda. It spawns its parallel child processes on other nodes (hosts) as /usr/bin/ssh -x compute-0-127.local -n /usr/local/g09l/g09/linda-exe/l1002.exel ...other_opts... However, when the master node kills this process, the corresponding child process on other node, namely compute-0-127 do...