1
1

Remove the orte_finalize_event variable - no longer needed

This commit was SVN r27722.
Этот коммит содержится в:
Ralph Castain 2012-12-25 19:33:20 +00:00
родитель cada035f38
Коммит 64da742d5f
2 изменённых файлов: 0 добавлений и 2 удалений

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

@ -196,7 +196,6 @@ int orte_max_vm_size = -1;
/* progress thread */
#if ORTE_ENABLE_PROGRESS_THREADS
opal_thread_t orte_progress_thread;
opal_event_t orte_finalize_event;
#endif
/* 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
ORTE_DECLSPEC extern opal_thread_t orte_progress_thread;
ORTE_DECLSPEC extern opal_event_t orte_finalize_event;
#endif
#define ORTE_GLOBAL_ARRAY_BLOCK_SIZE 64