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
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
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,*