[mpich-commits] [mpich] MPICH primary repository branch, master, updated. v3.1b1-167-g0746bdd

mysql vizuser noreply at mpich.org
Thu Oct 31 16:08:21 CDT 2013


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  0746bdd3f136cf132f8598a67e7ea444f6aab178 (commit)
      from  b232ae18c131d09d6727393d8b274f32cd9404e4 (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/0746bdd3f136cf132f8598a67e7ea444f6aab178

commit 0746bdd3f136cf132f8598a67e7ea444f6aab178
Author: Wesley Bland <wbland at mcs.anl.gov>
Date:   Thu Oct 31 16:07:18 2013 -0500

    Fix bad quote character in the last commit.
    
    Apparently my copy/paste was insufficient and I missed this. Sorry about the
    multi-commit.

diff --git a/src/pm/hydra/ui/mpich/utils.c b/src/pm/hydra/ui/mpich/utils.c
index 3d6772c..cf6c797 100644
--- a/src/pm/hydra/ui/mpich/utils.c
+++ b/src/pm/hydra/ui/mpich/utils.c
@@ -48,7 +48,7 @@ static HYD_status get_current_exec(struct HYD_exec **exec)
 static void help_help_fn(void)
 {
     printf("\n");
-    printf("Usage: ./mpiexec [global opts] [local opts for exec1] [exec1] [exec1 args] : [local opts for exec2] [exec2] [exec2 args] : ...\n\n”);
+    printf("Usage: ./mpiexec [global opts] [local opts for exec1] [exec1] [exec1 args] : [local opts for exec2] [exec2] [exec2 args] : ...\n\n");
 
     printf("Global options (passed to all executables):\n");
 

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

Summary of changes:
 src/pm/hydra/ui/mpich/utils.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)


hooks/post-receive
-- 
MPICH primary repository


More information about the commits mailing list