Make sure the function returns NULL when no elan adapter is available instead of a random value.
This commit was SVN r18136.
Этот коммит содержится в:
родитель
20592cbcbf
Коммит
0f311ed824
@ -165,7 +165,7 @@ mca_btl_elan_component_init( int *num_btl_modules,
|
||||
bool enable_mpi_threads )
|
||||
{
|
||||
|
||||
mca_btl_base_module_t** btls;
|
||||
mca_btl_base_module_t** btls = NULL;
|
||||
|
||||
*num_btl_modules = 0;
|
||||
|
||||
|
Загрузка…
x
Ссылка в новой задаче
Block a user