Missed a symbol that needs to exist in non-full RTE case
This commit was SVN r19482.
Этот коммит содержится в:
родитель
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;
|
||||
|
||||
|
Загрузка…
x
Ссылка в новой задаче
Block a user