Re: [OMPI users] OMPI 1.8.1 Deadlock in mpi_finalize with mpi_init_thread

2014-10-13 Thread Jamil Appa
Hi Jeff Just came across your post against this ticket. Here are the request files generated against 1.8.3 that exhibits the same problem. I am compiling on RHEL 6.4 using gcc 4.4.7 Thanks Jamil On 25 April 2014 21:27, Jamil Appa wrote: > > Hi > >

Re: [OMPI users] OMPI 1.8.1 Deadlock in mpi_finalize with mpi_init_thread

2014-04-29 Thread Dave Goodell (dgoodell)
I don't know of any workaround. I've created a ticket to track this, but it probably won't be very high priority in the short term: https://svn.open-mpi.org/trac/ompi/ticket/4575 -Dave On Apr 25, 2014, at 3:27 PM, Jamil Appa wrote: > > Hi > > The following

[OMPI users] OMPI 1.8.1 Deadlock in mpi_finalize with mpi_init_thread

2014-04-25 Thread Jamil Appa
Hi The following program deadlocks in mpi_finalize with OMPI 1.8.1 but works correctly with OMPI 1.6.5 Is there a work around? Thanks Jamil program mpiio use mpi implicit none integer(kind=4) :: iprov, fh, ierr call mpi_init_thread(MPI_THREAD_SERIALIZED, iprov, ierr) if