[mpich2-commits] r7690 - mpich2/trunk/src/pm/hydra/ui/mpich
balaji at mcs.anl.gov
balaji at mcs.anl.gov
Wed Jan 12 03:08:40 CST 2011
Author: balaji
Date: 2011-01-12 03:08:40 -0600 (Wed, 12 Jan 2011)
New Revision: 7690
Modified:
mpich2/trunk/src/pm/hydra/ui/mpich/utils.c
Log:
Allow the user to use -outfile and -errfile instead of
-outfile-pattern and -errfile-pattern.
Modified: mpich2/trunk/src/pm/hydra/ui/mpich/utils.c
===================================================================
--- mpich2/trunk/src/pm/hydra/ui/mpich/utils.c 2011-01-11 23:46:14 UTC (rev 7689)
+++ mpich2/trunk/src/pm/hydra/ui/mpich/utils.c 2011-01-12 09:08:40 UTC (rev 7690)
@@ -964,6 +964,8 @@
{"prepend-pattern", prepend_pattern_fn, prepend_pattern_help_fn},
{"outfile-pattern", outfile_pattern_fn, outfile_pattern_help_fn},
{"errfile-pattern", errfile_pattern_fn, errfile_pattern_help_fn},
+ {"outfile", outfile_pattern_fn, outfile_pattern_help_fn},
+ {"errfile", errfile_pattern_fn, errfile_pattern_help_fn},
{"wdir", wdir_fn, wdir_help_fn},
{"configfile", config_fn, config_help_fn},
More information about the mpich2-commits
mailing list