Re: [OMPI users] MPI_Barrier, again

2012-02-15 Thread Evgeniy Shapiro
P.P.S. I ran the same test with OpenMPI 1.5.4, the behaviour is the same. Evgeniy Message: 10 List-Post: users@lists.open-mpi.org Date: Sat, 28 Jan 2012 08:24:39 -0500 From: Jeff Squyres Subject: Re: [OMPI users] MPI_Barrier, again To: Open MPI Users Message-ID: <1859c141-813d-46ba-9

Re: [OMPI users] MPI_Barrier, again

2012-02-06 Thread Evgeniy Shapiro
P.S. I have tested with OpenMPI 1.4.5rc4 and the problem is still there. Evgeniy

Re: [OMPI users] MPI_Barrier, again

2012-01-30 Thread Evgeniy Shapiro
./mpibarriertest.f90 OpenMPI: 1.4.3 hangs with 15 processes randomly as described. Evgeniy Message: 10 List-Post: users@lists.open-mpi.org Date: Sat, 28 Jan 2012 08:24:39 -0500 From: Jeff Squyres Subject: Re: [OMPI users] MPI_Barrier, again To: Open MPI Users Message-ID: <1859c141-813d-46ba-97bc-4b0290

Re: [OMPI users] MPI_Barrier, again

2012-01-28 Thread Jeff Squyres
Is there any chance you can make a small-ish reproducer of the issue that we can run? On Jan 27, 2012, at 10:45 AM, Evgeniy Shapiro wrote: > Hi > > I have a strange problem with MPI_Barrier occurring when writing to a > file. The output subroutine (the code is in FORTRAN) is called from > the m

[OMPI users] MPI_Barrier, again

2012-01-27 Thread Evgeniy Shapiro
Hi I have a strange problem with MPI_Barrier occurring when writing to a file. The output subroutine (the code is in FORTRAN) is called from the main program and there is an MPI_Barrier just before the call. In the subroutine 1. Process 0 checks whether the first file exists and, if not, - creat