Fixed warning.
This commit was SVN r17454.
Этот коммит содержится в:
родитель
6420db7088
Коммит
3ffe845187
@ -13,7 +13,7 @@
|
|||||||
|
|
||||||
int mca_vprotocol_pessimist_progress(void)
|
int mca_vprotocol_pessimist_progress(void)
|
||||||
{
|
{
|
||||||
int ret;
|
int ret = OMPI_ERR_NOT_IMPLEMENTED;
|
||||||
#if 0
|
#if 0
|
||||||
/* First let the real progress take place */
|
/* First let the real progress take place */
|
||||||
ret = mca_pml_v.host_pml.pml_progress();
|
ret = mca_pml_v.host_pml.pml_progress();
|
||||||
|
Загрузка…
x
Ссылка в новой задаче
Block a user