[mpich-commits] [mpich] MPICH primary repository branch, master, updated. v3.1.3-223-g8d26112

Service Account noreply at mpich.org
Fri Nov 14 09:49:50 CST 2014


This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "MPICH primary repository".

The branch, master has been updated
       via  8d26112786e9314c21716ede6bdb6633e7da7620 (commit)
      from  9f608cfefa435e1e17d3f00e2d17b39cb81c1bc2 (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
http://git.mpich.org/mpich.git/commitdiff/8d26112786e9314c21716ede6bdb6633e7da7620

commit 8d26112786e9314c21716ede6bdb6633e7da7620
Author: Ken Raffenetti <raffenet at mcs.anl.gov>
Date:   Fri Nov 14 09:48:49 2014 -0600

    fix typo in function argument
    
    No reviewer

diff --git a/src/mpi/romio/mpi-io/iread_atall.c b/src/mpi/romio/mpi-io/iread_atall.c
index ec70b2d..1a9d718 100644
--- a/src/mpi/romio/mpi-io/iread_atall.c
+++ b/src/mpi/romio/mpi-io/iread_atall.c
@@ -17,7 +17,7 @@
 /* end of weak pragmas */
 #elif defined(HAVE_WEAK_ATTRIBUTE)
 int MPIX_File_iread_at_all(MPI_File fh, MPI_Offset offset, void * buf, int count,
-                          MPI_Datatype datatype, MPI_Rquest *request)
+                          MPI_Datatype datatype, MPI_Request *request)
     __attribute__((weak,alias("PMPIX_File_iread_at_all")));
 #endif
 

-----------------------------------------------------------------------

Summary of changes:
 src/mpi/romio/mpi-io/iread_atall.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)


hooks/post-receive
-- 
MPICH primary repository


More information about the commits mailing list