[OMPI users] OMPI 1.8.1 and hcoll support

2014-04-24 Thread Jamil Appa
Hi Is there a way of getting hold of hcoll-v3 required for OMPI 1.8.1? Thanks Jamil

[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 (

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 > > The follo