From 6a60aa3c2c78ce64ba22c8a134315cd1d626ce12 Mon Sep 17 00:00:00 2001 From: George Bosilca Date: Sat, 9 Apr 2005 06:12:49 +0000 Subject: [PATCH] Use the GM version as detected on the configure.stub ... This commit was SVN r5240. --- src/mca/ptl/gm/src/ptl_gm_component.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/mca/ptl/gm/src/ptl_gm_component.c b/src/mca/ptl/gm/src/ptl_gm_component.c index 817d789140..937b7eaafa 100644 --- a/src/mca/ptl/gm/src/ptl_gm_component.c +++ b/src/mca/ptl/gm/src/ptl_gm_component.c @@ -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; } }