1
1
This commit was SVN r1595.
Этот коммит содержится в:
Ralph Castain 2004-07-08 15:00:30 +00:00
родитель 9efff93831
Коммит 82d984c3f7
2 изменённых файлов: 6 добавлений и 1 удалений

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

@ -26,6 +26,11 @@ mca_ns_t ompi_name_server;
ompi_list_t mca_ns_base_modules_available; ompi_list_t mca_ns_base_modules_available;
mca_ns_base_module_t mca_ns_base_selected_module; mca_ns_base_module_t mca_ns_base_selected_module;
OBJ_CLASS_INSTANCE(
ompi_process_name_t, /* type name */
ompi_object_t, /* parent "class" */
NULL, /* no constructor */
NULL); /* no destructor */
/** /**
* Function for finding and opening either all MCA modules, or the one * Function for finding and opening either all MCA modules, or the one

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

@ -32,7 +32,7 @@ OBJ_CLASS_DECLARATION(ompi_name_tracker_t);
*/ */
extern ompi_process_id_t max_used_cellid; extern ompi_process_id_t max_used_cellid;
extern ompi_process_id_t max_used_jobid; extern ompi_process_id_t max_used_jobid;
extern ompi_name_tracker_t ompi_name_tracker;
/* /*
* Module open / close * Module open / close