Dries Kimpe wrote:
>
>
> The problem is that the OpenMPI group takes ROMIO as-is from an older
> release. Then they pass
> MPI_COMBINER_SUBARRAY as-is to ROMIO, which in that release it does not
> understand. Then ROMIO blows up.
>
>
> I'll try recompiling Open MPI with a newer version of ROM
Hi there,
A very minor nit in OpenMPI, concerning autotools: I think it's
better to specify the arguments to AC_CONFIG_AUX_DIR and _MACRO_DIR
without leading "./", since if those name end up in Makefile targets,
BSD make won't have problems with VPATH lookup. (Maybe this should be
noted in the Au