Instance the ompi_name_class.
This commit was SVN r1595.
Этот коммит содержится в:
родитель
9efff93831
Коммит
82d984c3f7
@ -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
|
||||||
|
Загрузка…
x
Ссылка в новой задаче
Block a user