Re: [OMPI users] MPI Finalize hangs!

2013-06-21 Thread Mohamad Ali Rostami
Hi I tested by valgrind and the problem was  stack size and memory size, it works now. Thanks From: Matthieu Brucher To: Mohamad Ali Rostami ; Open MPI Users Sent: Friday, June 21, 2013 11:31 AM Subject: Re: [OMPI users] MPI Finalize hangs! Hi, I

Re: [OMPI users] MPI Finalize hangs!

2013-06-21 Thread Matthieu Brucher
Hi, I guess you have another problem in your application, surely a memory error somewhere else. Cheers, 2013/6/21 Mohamad Ali Rostami > Hi there > > My MPI program works completely without any problem in the interactive > mode, i.e. before submitting to HPC. However when I submit it with "bsu

Re: [OMPI users] MPI Finalize

2008-09-20 Thread Gabriele Fatigati
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

Re: [OMPI users] MPI Finalize

2008-09-19 Thread 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 C code under OpenMPI 1.2.5 with parallel I/O by MPI-2. > I have a strange problem in the