Re: [O-MPI users] MPI_F_STATUS(ES)_IGNORE

2005-11-22 Thread Jeff Squyres
Yes. I actually announced last night on the devel list that 1.0.1 will be forthcoming shortly. During the release process, I goofed and accidentally left out a shared memory bug fix (it's on the trunk; it didn't make it to the v1.0 branch before release). The bug only shows up on specific pl

Re: [O-MPI users] MPI_F_STATUS(ES)_IGNORE

2005-11-22 Thread Anthony Chan
Thanks for fixing this. Will there be a patched release of openmpi that will contain this fix anytime soon ? (In the meantime, I could do a anonymous read on the svn repository.) A.Chan On Tue, 22 Nov 2005, Jeff Squyres wrote: > Whoops! We forgot to instantiate these -- thanks for catching t

Re: [O-MPI users] MPI_F_STATUS(ES)_IGNORE

2005-11-22 Thread Jeff Squyres
Whoops! We forgot to instantiate these -- thanks for catching that. I have just committed fixes to both the trunk and the v1.0 branch. This also prompted the addition of the following text in the README file: - - Open MPI will build bindings suitable for all common forms of Fortran 77