From 509d5d82b01ce1a5d2eb82d0dd4abdda2e8113e2 Mon Sep 17 00:00:00 2001 From: Ralph Castain Date: Sat, 15 Feb 2014 15:11:05 +0000 Subject: [PATCH] Add some verbage requested by Jeff, change the param level to something...? Refs trac:4275 This commit was SVN r30736. The following Trac tickets were found above: Ticket 4275 --> https://svn.open-mpi.org/trac/ompi/ticket/4275 --- orte/runtime/orte_mca_params.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/orte/runtime/orte_mca_params.c b/orte/runtime/orte_mca_params.c index 099a00c5c0..fb45e2c9eb 100644 --- a/orte/runtime/orte_mca_params.c +++ b/orte/runtime/orte_mca_params.c @@ -756,9 +756,9 @@ int orte_register_params(void) /* allow specification of the cores to be used by daemons */ orte_daemon_cores = NULL; (void) mca_base_var_register ("orte", "orte", NULL, "daemon_cores", - "Restrict the ORTE daemons (including mpirun) to operate on the specified cores", + "Restrict the ORTE daemons (including mpirun) to operate on the specified cores (comma-separated list of ranges)", MCA_BASE_VAR_TYPE_STRING, NULL, 0, 0, - OPAL_INFO_LVL_9, MCA_BASE_VAR_SCOPE_READONLY, + OPAL_INFO_LVL_5, MCA_BASE_VAR_SCOPE_READONLY, &orte_daemon_cores);