From ee708d702dbba5c82602b822e9e326e39ba8e632 Mon Sep 17 00:00:00 2001 From: Aurelien Bouteiller Date: Thu, 16 Aug 2007 05:46:11 +0000 Subject: [PATCH] Slight modification to register the name of the selected pml (from the pml framework) instead of the generic mca name. This might be a different name when enabling FT features. This name modification in the modex allows the PMLS to detect a FT protocol mismatch among hosts. This commit was SVN r15877. --- ompi/mca/pml/base/pml_base_select.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ompi/mca/pml/base/pml_base_select.c b/ompi/mca/pml/base/pml_base_select.c index 64abbc9238..e5181efe30 100644 --- a/ompi/mca/pml/base/pml_base_select.c +++ b/ompi/mca/pml/base/pml_base_select.c @@ -230,7 +230,7 @@ int mca_pml_base_select(bool enable_progress_threads, mca_pml = *best_module; opal_output_verbose( 10, mca_pml_base_output, "select: component %s selected", - best_component->pmlm_version.mca_component_name ); + mca_pml_base_selected_component.pmlm_version.mca_component_name ); /* This base function closes, unloads, and removes from the available list all unselected components. The available list will