From 3719b6c68b05abc44954972fa066a32c9c4c02a9 Mon Sep 17 00:00:00 2001 From: Jeff Squyres Date: Thu, 9 Aug 2012 20:56:01 +0000 Subject: [PATCH] After some further discussion between Jeff, Ralph, and Josh, rever r26951. The feeling is that fixing the actual problem of the command line parser not always identifying when invalid command line options were specified (i.e., r26953) was a better solution. This commit was SVN r26979. The following SVN revision numbers were found above: r26951 --> open-mpi/ompi@1f8df92c3c597b2e261f39be60f1425c87283cdb r26953 --> open-mpi/ompi@0b7b3feba980432ce9e70a6fea9a0ad3dca89866 --- orte/tools/orterun/orterun.c | 9 --------- 1 file changed, 9 deletions(-) diff --git a/orte/tools/orterun/orterun.c b/orte/tools/orterun/orterun.c index 70a98ca1c0..f8ac3fd895 100644 --- a/orte/tools/orterun/orterun.c +++ b/orte/tools/orterun/orterun.c @@ -370,25 +370,16 @@ static opal_cmd_line_init_t cmd_line_init[] = { { "rmaps", "base", "mapping_policy", '\0', NULL, "map-by", 1, NULL, OPAL_CMD_LINE_TYPE_STRING, "Mapping Policy [slot (default) | hwthread | core | socket | numa | board | node]" }, - { "rmaps", "base", "mapping_policy", '\0', NULL, "map-to", 1, - NULL, OPAL_CMD_LINE_TYPE_STRING, - "Synonym for map-by" }, /* Ranking options */ { "rmaps", "base", "ranking_policy", '\0', NULL, "rank-by", 1, NULL, OPAL_CMD_LINE_TYPE_STRING, "Ranking Policy [slot (default) | hwthread | core | socket | numa | board | node]" }, - { "rmaps", "base", "ranking_policy", '\0', NULL, "rank-to", 1, - NULL, OPAL_CMD_LINE_TYPE_STRING, - "Synonym for rank-by" }, /* Binding options */ { "hwloc", "base", "binding_policy", '\0', NULL, "bind-to", 1, NULL, OPAL_CMD_LINE_TYPE_STRING, "Policy for binding processes [none (default) | hwthread | core | socket | numa | board] (supported qualifiers: overload-allowed,if-supported)" }, - { "hwloc", "base", "binding_policy", '\0', NULL, "bind-by", 1, - NULL, OPAL_CMD_LINE_TYPE_STRING, - "Synonym for bind-to" }, /* backward compatiblity */ { "hwloc", "base", "bind_to_core", '\0', "bind-to-core", "bind-to-core", 0,