Fix the annoying message from showing up when not using PML V. The underlying bug is not fixed though, but at least people not involved in FT dev should not see it anymore.
Fix ticket https://svn.open-mpi.org/trac/ompi/ticket/1328 Aurelien This commit was SVN r18917.
Этот коммит содержится в:
родитель
dabe6defb3
Коммит
66463cb258
@ -27,6 +27,7 @@ int mca_vprotocol_base_open(char *vprotocol_include_list)
|
||||
{
|
||||
OBJ_CONSTRUCT(&mca_vprotocol_base_components_available, opal_list_t);
|
||||
mca_vprotocol_base_include_list = vprotocol_include_list;
|
||||
if(mca_vprotocol_base_include_list[0] == 0) return OMPI_SUCCESS;
|
||||
return mca_base_components_open("vprotocol", 0,
|
||||
mca_vprotocol_base_static_components,
|
||||
&mca_vprotocol_base_components_available,
|
||||
|
Загрузка…
x
Ссылка в новой задаче
Block a user