From 07cb54995b85bc654ea83540ad069e5d72b45eac Mon Sep 17 00:00:00 2001 From: George Bosilca Date: Wed, 2 Jul 2008 01:46:58 +0000 Subject: [PATCH] Reactivate the daemon spin from the command line. This commit was SVN r18794. --- orte/orted/orted_main.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/orte/orted/orted_main.c b/orte/orted/orted_main.c index ad5a2058b3..a8b3ab807e 100644 --- a/orte/orted/orted_main.c +++ b/orte/orted/orted_main.c @@ -123,8 +123,8 @@ opal_cmd_line_init_t orte_cmd_line_opts[] = { &orted_globals.help, OPAL_CMD_LINE_TYPE_BOOL, "This help message" }, - { "orted", "spin", NULL, 'd', NULL, "spin", 0, - NULL, OPAL_CMD_LINE_TYPE_BOOL, + { NULL, NULL, NULL, 's', NULL, "spin", 0, + &orted_spin_flag, OPAL_CMD_LINE_TYPE_BOOL, "Have the orted spin until we can connect a debugger to it" }, { NULL, NULL, NULL, '\0', NULL, "debug-failure", 1,