[OMPI users] OpenMPI 1.8 and PGI compilers

2014-04-25 Thread Andrus, Brian Contractor
All, I have been unable to compile OpenMPI 1.8 using PGI compilers (13.6, 13.10 or 14.3) EVERY time, I get the error: PGC-S-0094-Illegal type conversion required (btl_scif_component.c: 215) PGC/x86-64 Linux 14.3-0: compilation completed with severe errors make[2]: *** [btl_scif_component.lo] Er

Re: [OMPI users] OpenMPI 1.8 and PGI compilers

2014-04-25 Thread Ralph Castain
Hmmmwe haven't heard a problem like that, but if you don't have Xeon Phi devices on your machine, one simple workaround would be to add --enable-mca-no-build=btl-scif to your configure line On Apr 25, 2014, at 10:22 AM, Andrus, Brian Contractor wrote: > All, > > I have been unable to com

[OMPI users] Connection timed out on TCP

2014-04-25 Thread Vince Grimes
There is no firewall on this subnet as it is the internal Ethernet for the cluster. However, I double-checked the offending IPs and discovered they are Infiniband IPoIB addresses! I'm now trying to exclude the ib0 interface as in https://www.open-mpi.org/faq/?category=tcp#tcp-selection T. Vi

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

[OMPI users] Deadlocks and warnings from libevent when using MPI_THREAD_MULTIPLE

2014-04-25 Thread Markus Wittmann
Hi everyone, I'm using the current Open MPI 1.8.1 release and observe non-deterministic deadlocks and warnings from libevent when using MPI_THREAD_MULTIPLE. Open MPI has been configured with --enable-mpi-thread-multiple --with-tm --with-verbs (see attached config.log) Attached is a sample applic

Re: [OMPI users] Deadlocks and warnings from libevent when using MPI_THREAD_MULTIPLE

2014-04-25 Thread Ralph Castain
We don't fully support THREAD_MULTIPLE, and most definitely not when using IB. We are planning on extending that coverage in the 1.9 series On Apr 25, 2014, at 2:22 PM, Markus Wittmann wrote: > Hi everyone, > > I'm using the current Open MPI 1.8.1 release and observe > non-deterministic deadl