Re: [OMPI users] pnetcdf & Open MPI

2006-05-06 Thread Dries Kimpe
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

Re: [OMPI users] pnetcdf & Open MPI

2006-05-05 Thread Dries Kimpe
Dries Kimpe wrote: > > It looks as if the problem is not really due to Open MPI, but to the > included ROM-IO: > In the end it turned out to be a combination of a newer Open MPI with an older ROMIO ... Quoting Rob Ross (on the pnetcdf mailing list): The problem is that the OpenMPI group takes

Re: [OMPI users] pnetcdf & Open MPI

2006-05-03 Thread Robert Latham
On Tue, May 02, 2006 at 10:32:56PM +0200, Dries Kimpe wrote: > It looks as if the problem is not really due to Open MPI, but to the > included ROM-IO: > > All tests fail with the same error message: > > For example, test/test_double/test_write shows: > > Testing write ... Error: Unsupported data

[OMPI users] pnetcdf & Open MPI

2006-05-02 Thread Dries Kimpe
Hi, are there any known problems with Open MPI (SVN rev. 9792) and Parallel NetCDF (version 1.0.1)? I'm unable to make this combination work. The tests distributed with the source of pnetcdf fail when building with Open MPI. It looks as if the problem is not really due to Open MPI, but to the