[mpich-commits] [mpich] MPICH primary repository branch, master, updated. v3.2a2-82-gb05a26f
Service Account
noreply at mpich.org
Wed Dec 17 14:34:51 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 b05a26f93ea15d1c538ae2db760df3c0f55dc0e5 (commit)
from 666e270d9d3d530f1d28110f146b468bc14fb8ba (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/b05a26f93ea15d1c538ae2db760df3c0f55dc0e5
commit b05a26f93ea15d1c538ae2db760df3c0f55dc0e5
Author: Junchao Zhang <jczhang at mcs.anl.gov>
Date: Wed Dec 17 13:46:16 2014 -0600
Fix a typo in mpivar.c
Signed-off-by: Rob Latham <robl at mcs.anl.gov>
diff --git a/src/env/mpivars.c b/src/env/mpivars.c
index 91e21aa..35b0ed5 100644
--- a/src/env/mpivars.c
+++ b/src/env/mpivars.c
@@ -78,7 +78,7 @@ int main( int argc, char *argv[] )
for (i=1; i<argc; i++) {
/* Check for "no descriptions" */
if (strcmp( argv[i], "--nodesc" ) == 0 ||
- strcmp( argv[i], "-nodex" ) == 0) showDesc = 0;
+ strcmp( argv[i], "-nodesc" ) == 0) showDesc = 0;
else {
if (wrank == 0) {
fprintf( stderr, "Unrecognized command line argument %s\n",
-----------------------------------------------------------------------
Summary of changes:
src/env/mpivars.c | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
hooks/post-receive
--
MPICH primary repository
More information about the commits
mailing list