Ensure to not do the found_files stuff is --disable-dlopen is selected.
This commit was SVN r20320.
Этот коммит содержится в:
родитель
47740d1e87
Коммит
6d805eb0dd
@ -207,10 +207,12 @@ int mca_base_component_find(const char *directory, const char *type,
|
|||||||
|
|
||||||
int mca_base_component_find_finalize(void)
|
int mca_base_component_find_finalize(void)
|
||||||
{
|
{
|
||||||
|
#if OMPI_WANT_LIBLTDL
|
||||||
if (NULL != found_filenames) {
|
if (NULL != found_filenames) {
|
||||||
opal_argv_free(found_filenames);
|
opal_argv_free(found_filenames);
|
||||||
found_filenames = NULL;
|
found_filenames = NULL;
|
||||||
}
|
}
|
||||||
|
#endif
|
||||||
return OPAL_SUCCESS;
|
return OPAL_SUCCESS;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Загрузка…
x
Ссылка в новой задаче
Block a user