Newsgroups: comp.parallel.mpi
From: eddemain@PROBLEM_WITH_YOUR_MAIL_GATEWAY_FILE.uwaterloo.ca (Erik Demaine)
Subject: Re: MPI_finalize crashes program
Organization: University of Waterloo
Date: Wed, 18 Dec 1996 13:17:16 GMT
Message-ID: <E2M28t.2Dr@undergrad.math.uwaterloo.ca>

Andre Fachat (fachat@physik.tu-chemnitz.de) wrote:
: I upgraded to a new version of mpich, and the problem
: went away [...]

If this is not your problem, make sure the call to Finalize is right.  This is
right:

        integer ierr
        call mpi_finalize (ierr)

This is not and will surely cause a bus error:

        call mpi finalize

: Jorge Paloschi (j.paloschi@ic.ac.uk) wrote:
: : When calling MPI_finalize (from a fortran code), sometimes the program
: : crashes. 
: : The error is:p7_12605:  p4_error: interrupt SIGBUS: 10

Good luck,
Erik
-- 
Erik Demaine                 ()  e-mail: eddemain@neumann.uwaterloo.ca
Dept. of Computer Science    \/  URL: http://barrow.uwaterloo.ca/~eddemain/
University of Waterloo       /\  PGP key: finger me.  "Maturity is switching
Waterloo, ON Canada N2L 3G1  ()  from passive voice to active voice" -P. Alder

