Jeff Squyres
0b7b3feba9
Minor fix for the command line parser: we didn't previously
...
distinguish between unknown ''options'' (i.e., command line options
that are registered and have some meaning) and unknown ''tokens''
(i.e., strings that do not begin with "-"). Hence, if you did:
mpirun --fo my_mpi_program
(when perhaps you meant to type "--foo", mpirun would complain that no
such executable "--fo" existed. That is ''correct,'' but perhaps not
completely useful. It is more accurate for mpirun to report that
there is no such "--fo" option.
This change to cmd_line.c makes it so that we will ''always'' report
errors regarding tokens that begin with "-".
This commit was SVN r26953.
2012-08-06 17:13:08 +00:00
..
2011-10-10 18:13:04 +00:00
2009-06-01 19:02:34 +00:00
2009-04-29 01:32:14 +00:00
2012-02-20 22:12:43 +00:00
2012-02-20 22:12:43 +00:00
2009-04-29 01:32:14 +00:00
2009-05-14 00:20:07 +00:00
2011-10-11 22:49:01 +00:00
2012-08-06 17:13:08 +00:00
2012-08-06 17:13:08 +00:00
2009-05-06 20:11:28 +00:00
2007-07-01 17:51:34 +00:00
2009-05-06 20:11:28 +00:00
2009-08-20 11:42:18 +00:00
2006-02-12 01:33:29 +00:00
2009-08-20 11:42:18 +00:00
2012-04-06 14:23:13 +00:00
2011-05-08 14:45:16 +00:00
2010-08-24 19:07:04 +00:00
2010-08-24 19:07:04 +00:00
2006-08-25 23:22:35 +00:00
2009-08-20 11:42:18 +00:00
2011-06-07 02:09:11 +00:00
2011-06-07 11:33:22 +00:00
2011-06-07 02:09:11 +00:00
2006-08-22 20:07:42 +00:00
2009-08-20 11:42:18 +00:00
2012-04-06 14:23:13 +00:00
2011-11-03 23:57:26 +00:00
2009-08-20 11:42:18 +00:00
2011-06-06 03:08:02 +00:00
2009-03-04 15:35:54 +00:00
2006-02-12 01:33:29 +00:00
2007-03-29 01:00:33 +00:00
2008-03-31 21:42:59 +00:00
2009-03-04 15:35:54 +00:00
2009-05-06 20:11:28 +00:00
2009-03-17 01:45:19 +00:00
2011-02-08 04:06:52 +00:00
2009-08-20 11:42:18 +00:00
2011-04-29 14:42:07 +00:00
2007-07-01 17:51:34 +00:00
2009-05-06 20:11:28 +00:00
2009-08-20 11:42:18 +00:00
2011-11-29 23:24:52 +00:00
2011-11-29 20:39:53 +00:00
2012-01-31 20:27:33 +00:00
2010-02-10 23:18:29 +00:00
2009-05-06 20:11:28 +00:00
2009-03-03 12:50:46 +00:00
2009-05-06 20:11:28 +00:00
2009-08-20 11:42:18 +00:00
2009-08-20 11:42:18 +00:00
2012-02-21 13:29:58 +00:00
2011-06-27 16:35:19 +00:00
2011-04-22 12:14:20 +00:00
2012-04-06 14:23:13 +00:00
2010-05-17 22:57:42 +00:00
2006-02-12 01:33:29 +00:00
2009-08-20 11:42:18 +00:00
2011-05-17 03:27:43 +00:00
2009-08-20 11:42:18 +00:00
2006-02-12 01:33:29 +00:00
2009-08-20 11:42:18 +00:00