Re: [OMPI devel] 1.7 Branch Head Link Failure

2012-09-26 Thread Jeff Squyres
Sam -- I'm seeing a different failure, but only on machines with XRC. Here's what I see (with a "make -j 4", so there's a little out-of-order stuff below). I'll file a bug for ORNL/Mellanox. In file included from bcol_iboffload_mca.c:24: ../../../../ompi/mca/common/ofacm/base.h:27:1: warn

Re: [OMPI devel] 1.7 Branch Head Link Failure

2012-09-26 Thread Gutierrez, Samuel K
Thanks, Jeff. Sam On Sep 26, 2012, at 12:03 AM, Jeff Squyres wrote: > Sam -- > > I'm seeing a different failure, but only on machines with XRC. Here's what I > see (with a "make -j 4", so there's a little out-of-order stuff below). > > I'll file a bug for ORNL/Mellanox. > > > In file i

[OMPI devel] making Fortran MPI_Status components public

2012-09-26 Thread Eugene Loh
The ibm tests aren't building for me. One of the issues is mprobe_usempif08.f90 trying to access status%MPI_SOURCE and status%MPI_TAG. I assume this is supposed to work, but it doesn't. E.g., trunk with Oracle Studio compilers: % cat a.f90 use mpi_f08 type(MPI_Status) status write(6,*