- the use_component function is always present independent of OMPI_WANT_LIBLTDL
This commit was SVN r15480.
Этот коммит содержится в:
родитель
45fcb45e31
Коммит
92fce998fe
@ -96,10 +96,6 @@ static int check_dependency(char *line, component_file_item_t *target_file,
|
||||
opal_list_t *found_components);
|
||||
static void free_dependency_list(opal_list_t *dependencies);
|
||||
|
||||
static bool use_component(const bool include_mode,
|
||||
const char **requested_component_names,
|
||||
const char *component_name);
|
||||
|
||||
/*
|
||||
* Private variables
|
||||
*/
|
||||
@ -109,6 +105,11 @@ static const char component_template[] = "mca_%s_";
|
||||
static opal_list_t found_files;
|
||||
#endif /* OMPI_WANT_LIBLTDL */
|
||||
|
||||
static bool use_component(const bool include_mode,
|
||||
const char **requested_component_names,
|
||||
const char *component_name);
|
||||
|
||||
|
||||
/*
|
||||
* Function to find as many components of a given type as possible. This
|
||||
* includes statically-linked in components as well as opening up a
|
||||
|
Загрузка…
x
Ссылка в новой задаче
Block a user