From 9e2fdc7d5616f279d1c44d7a701b18db2b952e69 Mon Sep 17 00:00:00 2001 From: Alex Mikheev Date: Thu, 2 May 2013 12:52:58 +0000 Subject: [PATCH] - correction of r28440 This commit was SVN r28441. The following SVN revision numbers were found above: r28440 --> open-mpi/ompi@93ce2335300a69bd8d9288f37ba1f37af0d55550 --- ompi/mca/btl/openib/btl_openib_mca.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ompi/mca/btl/openib/btl_openib_mca.c b/ompi/mca/btl/openib/btl_openib_mca.c index 0ecdb0d605..bbfbcf5c63 100644 --- a/ompi/mca/btl/openib/btl_openib_mca.c +++ b/ompi/mca/btl/openib/btl_openib_mca.c @@ -581,7 +581,7 @@ int btl_openib_register_mca_params(void) } snprintf(default_qps, 100, - "P,128,256,192,128:S,%u,1024,1008,64:S,%u,1024,1008,32:S,%u,1024,1008,64", + "P,128,256,192,128:S,%u,1024,1008,64:S,%u,1024,1008,64:S,%u,1024,1008,64", mid_qp_size, (uint32_t)mca_btl_openib_module.super.btl_eager_limit, (uint32_t)mca_btl_openib_module.super.btl_max_send_size);