Newsgroups: comp.parallel
From: gropp@mcs.anl.gov (William Gropp)
Subject: Re: bug in Configure file: MPICH??
Organization: Math and Computer Science, Argonne National Laboratory
Date: Thu, 3 Aug 1995 13:03:59 GMT
Message-ID: <80745503917953@godzilla.mcs.anl.gov>

The line

    trap 'action' 0

is supposed to cause 'action' to occur on exit.  Some versions of bash, 
particularly the one often shipped with Linux, do not handle this 
correctly.  There isn't too much we can do about malfunctioning shells.

In general, bugs about particular software should be sent to the authors.
Bugs or questions in MPICH should be sent to mpi-bugs@mcs.anl.gov .
Bill




