[
Home
]
[ Index:
by date
|
by threads
]
[ Message by date: previous | next ] [ Message in thread: previous | next ] [ Thread: previous | next ]
[ Message by date: previous | next ] [ Message in thread: previous | next ] [ Thread: previous | next ]
| Date: | -- (:) |
| From: | Sylvain Le Gall <sylvain@l...> |
| Subject: | Re: Possible ocamlmpi finalization error? |
On 08-09-2010, Eray Ozkural <examachine@gmail.com> wrote: > --===============0522474025== > Content-Type: multipart/alternative; boundary=0016369204e79d9601048fb8ae36 > > --0016369204e79d9601048fb8ae36 > Content-Type: text/plain; charset=ISO-8859-1 > > I'm recently getting errors that are past MPI_Finalize. Since both > init/final and communicator allocation is managed by ocamlmpi, is it > possible this is a bug with the library? Have you ever seen something like > this? > > Using openmpi on OS X. Here is the log message: > > *** An error occurred in MPI_Comm_free > *** after MPI was finalized > *** MPI_ERRORS_ARE_FATAL (goodbye) > > In the code I'm using both point-to-point and collective communication, and > as far as I know the code is correct. Could this be due to memory > corruption, or should this never happen? > Maybe, you can give a minimal code to reproduce this error? Regards, Sylvain Le Gall