The thing is that my code runs perfectly when I use MPICH, this problem occurs
only when i switch to openMPI. :(
--- On Sat, 9/20/08, Aurélien Bouteiller wrote:
From: Aurélien Bouteiller
Subject: Re: [OMPI users] Segmentation Fault--libc.so.6(__libc_start_main...
To: "Open MPI Users"
List-Pos
Shafagh,
You have a segfault in your own code. Because Open MPI detects it, it
forwards the error to you and pretty print it but Open MPI is not the
source of the bug. From the stack trace, I suggest you gdb debug the
PhysicalGetID function.
Aurelien
Le 19 sept. 08 à 22:22, Shafagh Jafer
Yes,
problem solved. There was opened file. Thanks !
2008/9/20 Tim Mattox
> This sounds like you have left a file open when using the MPI-2 I/O.
> You need to MPI_File_close() any files you have opened.
>
> On Fri, Sep 19, 2008 at 6:10 PM, Gabriele Fatigati
> wrote:
> > Hi,
> > i'm developing a