[O-MPI devel] 1.0.1rc2 now available

2005-11-22 Thread Jeff Squyres
Anthony Chan found another issue this morning that was worth fixing for 1.0.1 -- this is now rolled into rc2: http://www.open-mpi.org/software/v1.0/downloads/openmpi-1.0.1rc2.tar.gz http://www.open-mpi.org/software/v1.0/downloads/openmpi-1.0.1rc2.tar.bz2 On Nov 21, 2005, at 10:32 PM, Jeff Squ

[O-MPI devel] mvapi change

2005-11-22 Thread Jeff Squyres
George/Tim/Galen -- Does this need to come over to v1.0? On Nov 22, 2005, at 4:51 PM, bosi...@osl.iu.edu wrote: Author: bosilca Date: 2005-11-22 16:51:04 -0500 (Tue, 22 Nov 2005) New Revision: 8237 Modified: trunk/ompi/mca/btl/mvapi/btl_mvapi.c Log: Update the correct sended size. Modi

Re: [O-MPI devel] mvapi change

2005-11-22 Thread Galen M. Shipman
While this change is technically correct and should remain in the trunk, in both of these cases we are only using the convertor to get the address of the users buffer. The data is contiguous in both these cases so the size should not be changed by the convertor, as far as I know. The short