Newsgroups: comp.parallel.mpi
From: Fumiaki Kamiya <kamiya@cse.ucsc.edu>
Subject: signal handling in MPICH-1.0.13
Organization: CE/CS Board, UC Santa Cruz.
Date: 14 Aug 1996 19:44:45 -0700
Message-ID: <a2ivalgyci.fsf@arapaho.cse.ucsc.edu>


I'm trying to install a signal handler into my MPI program.
The idea is that when SIGTERM is received, the program will
output partial results to the screen and quit.  However,
when I run the program and send SIGTERM to the program, it
appears that the signal handler is invoked but cut short
because of some other reasons.  (I only get part of the
output that's supposed to be output.)

Could someone explain to me what's going on, and hopefully,
how to get around this??

Thanks,

-- 
Fumiaki Kamiya

