From: Georg Weissenbacher <georg.weissenbacher@altavista.net>
Newsgroups: comp.parallel.mpi
Subject: How to kill mpi processes?
Date: Fri, 28 Aug 1998 11:10:55 +0200
Organization: Graz University of Technology, Austria
Message-Id: <35E6741F.15A408CF@altavista.net>
Reply-To: georg.weissenbacher@altavista.net
Mime-Version: 1.0
Content-Type: text/plain; charset=us-ascii
Content-Transfer-Encoding: 7bit


How can I kill mpi-programs in a C-program
(UNIX, I'm using mpich 1.1) when the only thing
I know is the process ID of the associated
mpirun? I tried to kill mpirun with SIGKILL or
SIGINT, but the mpi-processes keep running..

cu,
Georg

