1
1

Missed a symbol that needs to exist in non-full RTE case

This commit was SVN r19482.
Этот коммит содержится в:
Brian Barrett 2008-09-02 15:07:48 +00:00
родитель 79cf946bce
Коммит c2c5a34cb1

Просмотреть файл

@ -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;