From 2cafa5d640a0b68712e6829af203eeba2b185397 Mon Sep 17 00:00:00 2001 From: Jeff Squyres Date: Fri, 30 Jan 2009 11:36:14 +0000 Subject: [PATCH] Re-add missing assignment of component variable from MCA param that somehow must have gotten deleted along the way... This commit was SVN r20386. --- 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 4b68cb8f67..d994c6eede 100644 --- a/ompi/mca/btl/openib/btl_openib_mca.c +++ b/ompi/mca/btl/openib/btl_openib_mca.c @@ -152,7 +152,7 @@ int btl_openib_register_mca_params(void) "warn_no_hca_params_found", "Warn when no device-specific parameters are found in the INI file specified by the btl_openib_device_param_files MCA parameter (0 = do not warn; any other value = warn)", 1, &ival, 0)); - + mca_btl_openib_component.warn_no_device_params_found = (0 != ival); CHECK(reg_int("warn_default_gid_prefix", NULL, "Warn when there is more than one active ports and at least one of them connected to the network with only default GID prefix configured (0 = do not warn; any other value = warn)", 1, &ival, 0));