Remove the orte_finalize_event variable - no longer needed
This commit was SVN r27722.
Этот коммит содержится в:
родитель
cada035f38
Коммит
64da742d5f
@ -196,7 +196,6 @@ int orte_max_vm_size = -1;
|
|||||||
/* progress thread */
|
/* progress thread */
|
||||||
#if ORTE_ENABLE_PROGRESS_THREADS
|
#if ORTE_ENABLE_PROGRESS_THREADS
|
||||||
opal_thread_t orte_progress_thread;
|
opal_thread_t orte_progress_thread;
|
||||||
opal_event_t orte_finalize_event;
|
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
/* global nidmap/pidmap for daemons to give to apps */
|
/* global nidmap/pidmap for daemons to give to apps */
|
||||||
|
@ -142,7 +142,6 @@ typedef struct orte_app_context_t orte_app_context_t;
|
|||||||
|
|
||||||
#if ORTE_ENABLE_PROGRESS_THREADS
|
#if ORTE_ENABLE_PROGRESS_THREADS
|
||||||
ORTE_DECLSPEC extern opal_thread_t orte_progress_thread;
|
ORTE_DECLSPEC extern opal_thread_t orte_progress_thread;
|
||||||
ORTE_DECLSPEC extern opal_event_t orte_finalize_event;
|
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#define ORTE_GLOBAL_ARRAY_BLOCK_SIZE 64
|
#define ORTE_GLOBAL_ARRAY_BLOCK_SIZE 64
|
||||||
|
Загрузка…
x
Ссылка в новой задаче
Block a user