Author: dinan Date: 2012-12-19 17:31:43 -0600 (Wed, 19 Dec 2012) New Revision: 10776 Modified: mpich2/trunk/src/pm/hydra/ui/mpich/utils.c Log: Added -h argument to mpiexec Added -h as another argument to access hydra's help message. Reviewer: balaji Modified: mpich2/trunk/src/pm/hydra/ui/mpich/utils.c =================================================================== --- mpich2/trunk/src/pm/hydra/ui/mpich/utils.c 2012-12-19 22:24:42 UTC (rev 10775) +++ mpich2/trunk/src/pm/hydra/ui/mpich/utils.c 2012-12-19 23:31:43 UTC (rev 10776) @@ -1772,6 +1772,7 @@ static struct HYD_arg_match_table match_table[] = { /* help options */ {"help", help_fn, help_help_fn}, + {"h", help_fn, help_help_fn}, /* Global environment options */ {"genv", genv_fn, genv_help_fn},
participants (1)
-
dinan@mcs.anl.gov