[mpich-commits] [mpich] MPICH primary repository branch, master, updated. v3.2b4-206-gf6e6848
Service Account
noreply at mpich.org
Wed Sep 2 16:23:56 CDT 2015
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 f6e68486df44e222a6f50ec2b513f4532aa7ea29 (commit)
from 2470e846446a7f565f4bee8f2fe2d227ce464155 (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/f6e68486df44e222a6f50ec2b513f4532aa7ea29
commit f6e68486df44e222a6f50ec2b513f4532aa7ea29
Author: Rob Latham <robl at mcs.anl.gov>
Date: Wed Sep 2 15:54:12 2015 -0500
fixup: misspelled variable
only found this once trying to compile for gpfs
No Reviewer
diff --git a/src/mpi/romio/adio/ad_gpfs/ad_gpfs_wrcoll.c b/src/mpi/romio/adio/ad_gpfs/ad_gpfs_wrcoll.c
index e374b59..d3ba25d 100644
--- a/src/mpi/romio/adio/ad_gpfs/ad_gpfs_wrcoll.c
+++ b/src/mpi/romio/adio/ad_gpfs/ad_gpfs_wrcoll.c
@@ -750,7 +750,7 @@ static void ADIOI_Exch_and_write(ADIO_File fd, const void *buf, MPI_Datatype
ADIOI_Datatype_iscontig(datatype, &buftype_is_contig);
if (!buftype_is_contig) {
- flat_buf = ADIOI_Flatten_and_find(dataype);
+ flat_buf = ADIOI_Flatten_and_find(datatype);
}
MPI_Type_extent(datatype, &buftype_extent);
-----------------------------------------------------------------------
Summary of changes:
src/mpi/romio/adio/ad_gpfs/ad_gpfs_wrcoll.c | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
hooks/post-receive
--
MPICH primary repository
More information about the commits
mailing list