From f57be9425ba58ac6803b7982ba2235ccebe0191c Mon Sep 17 00:00:00 2001 From: Jeff Squyres Date: Fri, 15 Jul 2005 13:40:21 +0000 Subject: [PATCH] Fix some comments to be more accurate. This commit was SVN r6517. --- ompi/mca/coll/basic/coll_basic_module.c | 3 ++- ompi/mca/coll/demo/coll_demo_module.c | 3 ++- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/ompi/mca/coll/basic/coll_basic_module.c b/ompi/mca/coll/basic/coll_basic_module.c index 74dcd0bb8c..63b1f7ff0f 100644 --- a/ompi/mca/coll/basic/coll_basic_module.c +++ b/ompi/mca/coll/basic/coll_basic_module.c @@ -124,7 +124,8 @@ static const mca_coll_base_module_1_0_0_t inter_linear = { /* * Initial query function that is invoked during MPI_INIT, allowing - * this module to indicate what level of thread support it provides. + * this component to disqualify itself if it doesn't support the + * required level of thread support. */ int mca_coll_basic_init_query(bool enable_progress_threads, bool enable_mpi_threads) diff --git a/ompi/mca/coll/demo/coll_demo_module.c b/ompi/mca/coll/demo/coll_demo_module.c index 1529f4a6bb..16a101fb5a 100644 --- a/ompi/mca/coll/demo/coll_demo_module.c +++ b/ompi/mca/coll/demo/coll_demo_module.c @@ -90,7 +90,8 @@ static const mca_coll_base_module_1_0_0_t inter = { /* * Initial query function that is invoked during MPI_INIT, allowing - * this module to indicate what level of thread support it provides. + * this component to disqualify itself if it doesn't support the + * required level of thread support. */ int mca_coll_demo_init_query(bool enable_progress_threads, bool enable_mpi_threads)