[OMPI devel] [PATCH] MPI_FILE_SEEK_SHARED is wrong in Fortran

2012-01-25 Thread Y.MATSUMOTO
Dear All, Next is about "MPI_FILE_SEEK_SHARED" in Fortran. When MPI_FILE_SEEK_SHARED is called in Fortran Program, the shared file pointer is not updated. Incorrent function call is the following part: ompi/mpi/f77/file_seek_shared_f.c--- 60 void mpi_file_seek_shared_f(MPI_Fint *fh

[OMPI devel] [PATCH]Some typos in error code, func_name and man

2012-01-25 Thread Y.MATSUMOTO
Dear All, We found some typos in error code/func_name/man. Attached three patches fix them(Patch is for in V1.4x). Best regards, Yuki MATSUMOTO MPI development team, Fujitsu Index: ompi/errhandler/errcode-internal.c === --- ompi/err

Re: [OMPI devel] [PATCH] MPI_FILE_SEEK_SHARED is wrong in Fortran

2012-01-25 Thread George Bosilca
Thanks Yuki, All the submitted patches have been pushed into the trunk (https://svn.open-mpi.org/trac/ompi/changeset/25781) and are pending on the queue for 1.4 and 1.5. Thanks, george. On Jan 25, 2012, at 05:25 , Y.MATSUMOTO wrote: > Dear All, > > Next is about "MPI_FILE_SEEK_SHARED"