1
1

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.
Этот коммит содержится в:
Aurelien Bouteiller 2008-07-15 22:05:40 +00:00
родитель 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,