From c2c5a34cb17da84481b0d4c6f6f5396c13431c0c Mon Sep 17 00:00:00 2001 From: Brian Barrett Date: Tue, 2 Sep 2008 15:07:48 +0000 Subject: [PATCH] Missed a symbol that needs to exist in non-full RTE case This commit was SVN r19482. --- orte/runtime/orte_globals.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/orte/runtime/orte_globals.c b/orte/runtime/orte_globals.c index 49d027f881..f6ef148519 100644 --- a/orte/runtime/orte_globals.c +++ b/orte/runtime/orte_globals.c @@ -59,7 +59,6 @@ bool orte_hetero_apps = false; bool orte_never_launched = false; int32_t orte_contiguous_nodes; -int orte_debug_output = -1; char **orte_launch_environ; opal_pointer_array_t orte_daemonmap; @@ -93,6 +92,7 @@ opal_pointer_array_t *orte_node_pool; #endif /* !ORTE_DISABLE_FULL_RTE */ +int orte_debug_output = -1; bool orte_debug_daemons_flag = false; bool orte_xml_output = false;