All the ROMIO fixes have been committed to the v1.0 and v1.1 branches.
> -----Original Message----- > From: devel-boun...@open-mpi.org > [mailto:devel-boun...@open-mpi.org] On Behalf Of Brian Barrett > Sent: Tuesday, May 09, 2006 5:37 AM > To: Open MPI Developers > Subject: Re: [OMPI devel] another small ROMIO fix... > > On May 8, 2006, at 11:17 PM, Dries Kimpe wrote: > > > In ompi/mca/io/romio/romio/adio/Makefile.am there is an > entry missing > > for PVFS2. > > > > Index: Makefile.am > > =================================================================== > > --- Makefile.am (revision 9851) > > +++ Makefile.am (working copy) > > @@ -139,7 +139,7 @@ > > libadio_la_LIBADD = \ > > common/libadio_common.la \ > > $(HFS_LIB) $(NFS_LIB) $(NTFS_LIB) $(PFS_LIB) $(PIOFS_LIB) \ > > - $(PVFS_LIB) $(SFS_LIB) $(TESTFS_LIB) $(UFS_LIB) $(XFS_LIB) > > + $(PVFS_LIB) $(PVFS2_LIB) $(SFS_LIB) $(TESTFS_LIB) > $(UFS_LIB) > > $(XFS_LIB) > > libadio_la_DEPENDENCIES = \ > > $(libadio_la_LIBADD) > > > > > > Greetings, > > Dries > > > > > > PS. This should be the last one, I finally have the combo Open MPI, > > ROMIO & PVFS2 over native IB up and running :-) > > Thanks. Fixed on the trunk, and hopefully moving into the release > branches soon. > > Brian > > -- > Brian Barrett > Open MPI developer > http://www.open-mpi.org/ > > > _______________________________________________ > devel mailing list > de...@open-mpi.org > http://www.open-mpi.org/mailman/listinfo.cgi/devel >