From c4b307d57e34857e3f07c381cf7af2fd5417eb3f Mon Sep 17 00:00:00 2001 From: Jeff Squyres Date: Tue, 21 Apr 2009 13:38:43 +0000 Subject: [PATCH] Fix an incorrect comment. This commit was SVN r21045. --- ompi/mca/btl/openib/connect/btl_openib_connect_ibcm.c | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/ompi/mca/btl/openib/connect/btl_openib_connect_ibcm.c b/ompi/mca/btl/openib/connect/btl_openib_connect_ibcm.c index 8eaca70d69..84c237efa0 100644 --- a/ompi/mca/btl/openib/connect/btl_openib_connect_ibcm.c +++ b/ompi/mca/btl/openib/connect/btl_openib_connect_ibcm.c @@ -1002,8 +1002,9 @@ static int qp_create_all(mca_btl_base_endpoint_t* endpoint, /* - * Fill in a path record for a peer. For the moment, use the RDMA CM, - * but someday we might just fill in the values ourselves. + * Fill in a path record for a peer. This could be replaced with + * calls to rdma_resolve_addr() / rdma_resolve_route(), but for now, + * we fill it in with data we got from the modex, etc. */ static int fill_path_record(ibcm_module_t *m, mca_btl_base_endpoint_t *endpoint,