1
1

Use the GM version as detected on the configure.stub ...

This commit was SVN r5240.
Этот коммит содержится в:
George Bosilca 2005-04-09 06:12:49 +00:00
родитель 6b052f54c0
Коммит 6a60aa3c2c

Просмотреть файл

@ -265,7 +265,7 @@ mca_ptl_gm_discover_boards( mca_ptl_gm_module_t** pptl,
} else if (GM_SUCCESS ==
gm_open(&gm_port, board_no, port_no,
mca_ptl_gm_component.gm_port_name,
GM_API_VERSION_2_0) ) {
OMPI_MCA_PTL_GM_API_VERSION) ) {
break;
}
}