From f7015abb926a6cf1835be6730b9f732c3c3d65ff Mon Sep 17 00:00:00 2001 From: Galen Shipman Date: Tue, 8 Aug 2006 17:24:12 +0000 Subject: [PATCH] set the inline_max to something.. doh.. This commit was SVN r11133. --- ompi/mca/btl/openib/btl_openib_endpoint.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ompi/mca/btl/openib/btl_openib_endpoint.c b/ompi/mca/btl/openib/btl_openib_endpoint.c index 71cc38f290..d20ab803cd 100644 --- a/ompi/mca/btl/openib/btl_openib_endpoint.c +++ b/ompi/mca/btl/openib/btl_openib_endpoint.c @@ -945,7 +945,7 @@ int mca_btl_openib_endpoint_create_qp( return OMPI_ERROR; } (*qp) = my_qp; - + openib_btl->ib_inline_max = qp_init_attr.cap.max_inline_data; } {