Fix invalid MCA 'base' names so they appear in ompi_info.
A subset of this patch needs to be applied to v1.2 Refs trac:928 This commit was SVN r15918. The following Trac tickets were found above: Ticket 928 --> https://svn.open-mpi.org/trac/ompi/ticket/928
Этот коммит содержится в:
родитель
797078115d
Коммит
729c63cf9d
@ -48,8 +48,8 @@ int ompi_crcp_base_open(void)
|
||||
char *str_value = NULL;
|
||||
|
||||
/* Debugging/Verbose output */
|
||||
mca_base_param_reg_int_name("crcp_base",
|
||||
"verbose",
|
||||
mca_base_param_reg_int_name("crcp",
|
||||
"base_verbose",
|
||||
"Verbosity level of the CRCP framework",
|
||||
false, false,
|
||||
0, &value);
|
||||
|
@ -93,8 +93,8 @@ int mca_pml_base_open(void)
|
||||
* Register some MCA parameters
|
||||
*/
|
||||
/* Debugging/Verbose output */
|
||||
mca_base_param_reg_int_name("pml_base",
|
||||
"verbose",
|
||||
mca_base_param_reg_int_name("pml",
|
||||
"base_verbose",
|
||||
"Verbosity level of the PML framework",
|
||||
false, false,
|
||||
0, &value);
|
||||
|
@ -51,8 +51,8 @@ int opal_crs_base_open(void)
|
||||
char *str_value = NULL;
|
||||
|
||||
/* Debugging/Verbose output */
|
||||
mca_base_param_reg_int_name("crs_base",
|
||||
"verbose",
|
||||
mca_base_param_reg_int_name("crs",
|
||||
"base_verbose",
|
||||
"Verbosity level of the CRS framework",
|
||||
false, false,
|
||||
0, &value);
|
||||
@ -64,8 +64,8 @@ int opal_crs_base_open(void)
|
||||
opal_output_set_verbosity(opal_crs_base_output, value);
|
||||
|
||||
/* Base snapshot directory */
|
||||
mca_base_param_reg_string_name("crs_base",
|
||||
"snapshot_dir",
|
||||
mca_base_param_reg_string_name("crs",
|
||||
"base_snapshot_dir",
|
||||
"The base directory to use when storing snapshots",
|
||||
true, false,
|
||||
strdup("/tmp"),
|
||||
|
@ -103,8 +103,8 @@ int opal_crs_base_select(void)
|
||||
* know which one until later. It will set the MCA parameter 'crs'
|
||||
* before calling this function.
|
||||
*/
|
||||
mca_base_param_reg_int_name("crs_base",
|
||||
"do_not_select",
|
||||
mca_base_param_reg_int_name("crs",
|
||||
"base_do_not_select",
|
||||
"Do not do the selection of the CRS component",
|
||||
true, false,
|
||||
false,
|
||||
|
@ -54,7 +54,7 @@ int opal_maffinity_base_open(void)
|
||||
|
||||
/* Debugging / verbose output */
|
||||
|
||||
mca_base_param_reg_int_name("maffinity_base", "verbose",
|
||||
mca_base_param_reg_int_name("maffinity", "base_verbose",
|
||||
"Verbosity level of the maffinity framework",
|
||||
false, false,
|
||||
0, &value);
|
||||
|
@ -54,7 +54,7 @@ int opal_paffinity_base_open(void)
|
||||
|
||||
/* Debugging / verbose output */
|
||||
|
||||
mca_base_param_reg_int_name("paffinity_base", "verbose",
|
||||
mca_base_param_reg_int_name("paffinity", "base_verbose",
|
||||
"Verbosity level of the paffinity framework",
|
||||
false, false,
|
||||
0, &value);
|
||||
|
@ -81,7 +81,7 @@ int orte_errmgr_base_open(void)
|
||||
|
||||
/* Debugging / verbose output */
|
||||
|
||||
param = mca_base_param_reg_int_name("errmgr_base", "verbose",
|
||||
param = mca_base_param_reg_int_name("errmgr", "base_verbose",
|
||||
"Verbosity level for the errmgr framework",
|
||||
false, false, 0, &value);
|
||||
if (value != 0) {
|
||||
|
@ -311,7 +311,7 @@ int orte_gpr_base_open(void)
|
||||
kill_prefix.lds_want_stderr = true;
|
||||
kill_prefix.lds_prefix = NULL;
|
||||
|
||||
param = mca_base_param_reg_int_name("gpr_base", "verbose",
|
||||
param = mca_base_param_reg_int_name("gpr", "base_verbose",
|
||||
"Verbosity level for the gpr framework",
|
||||
false, false, 0, &value);
|
||||
if (value != 0) {
|
||||
|
@ -56,7 +56,7 @@ int orte_grpcomm_base_open(void)
|
||||
int value;
|
||||
|
||||
/* Debugging / verbose output */
|
||||
mca_base_param_reg_int_name("grpcomm_base", "verbose",
|
||||
mca_base_param_reg_int_name("grpcomm", "base_verbose",
|
||||
"Verbosity level for the grpcomm framework",
|
||||
false, false, 0, &value);
|
||||
if (value != 0) {
|
||||
|
@ -76,7 +76,7 @@ int orte_iof_base_open(void)
|
||||
|
||||
/* Debugging / verbose output */
|
||||
|
||||
id = mca_base_param_reg_int_name("iof_base", "verbose",
|
||||
id = mca_base_param_reg_int_name("iof", "base_verbose",
|
||||
"Verbosity level for the iof framework",
|
||||
false, false, 0, &int_value);
|
||||
if (int_value != 0) {
|
||||
|
@ -142,7 +142,7 @@ int orte_ns_base_open(void)
|
||||
kill_prefix.lds_want_stderr = true;
|
||||
kill_prefix.lds_prefix = NULL;
|
||||
|
||||
param = mca_base_param_reg_int_name("ns_base", "verbose",
|
||||
param = mca_base_param_reg_int_name("ns", "base_verbose",
|
||||
"Verbosity level for the ns framework",
|
||||
false, false, 0, &value);
|
||||
if (value != 0) {
|
||||
|
@ -90,7 +90,7 @@ int orte_odls_base_open(void)
|
||||
|
||||
/* Debugging / verbose output */
|
||||
|
||||
param = mca_base_param_reg_int_name("odls_base", "verbose",
|
||||
param = mca_base_param_reg_int_name("odls", "base_verbose",
|
||||
"Verbosity level for the odls framework",
|
||||
false, false, 0, &value);
|
||||
if (value != 0) {
|
||||
@ -99,7 +99,7 @@ int orte_odls_base_open(void)
|
||||
orte_odls_globals.output = -1;
|
||||
}
|
||||
|
||||
mca_base_param_reg_int_name("odls_base", "sigkill_timeout",
|
||||
mca_base_param_reg_int_name("odls", "base_sigkill_timeout",
|
||||
"Time to wait for a process to die after issuing a kill signal to it",
|
||||
false, false, 1, &orte_odls_globals.timeout_before_sigkill);
|
||||
|
||||
|
@ -83,7 +83,7 @@ int orte_ras_base_open(void)
|
||||
/* Debugging / verbose output */
|
||||
|
||||
orte_ras_base.ras_output = opal_output_open(NULL);
|
||||
mca_base_param_reg_int_name("ras_base", "verbose",
|
||||
mca_base_param_reg_int_name("ras", "base_verbose",
|
||||
"Enable debugging for the RAS framework (nonzero = enabled)",
|
||||
false, false, 0, &value);
|
||||
if (value != 0) {
|
||||
|
@ -71,7 +71,7 @@ int orte_rds_base_open(void)
|
||||
|
||||
/* Debugging / verbose output */
|
||||
|
||||
param = mca_base_param_reg_int_name("rds_base", "verbose",
|
||||
param = mca_base_param_reg_int_name("rds", "base_verbose",
|
||||
"Verbosity level for the rds framework",
|
||||
false, false, 0, &value);
|
||||
if (value != 0) {
|
||||
|
@ -142,7 +142,7 @@ int orte_rmaps_base_open(void)
|
||||
}
|
||||
|
||||
/* should we display the map after determining it? */
|
||||
mca_base_param_reg_int_name("rmaps_base", "display_map",
|
||||
mca_base_param_reg_int_name("rmaps", "base_display_map",
|
||||
"Whether to display the process map after it is computed",
|
||||
false, false, (int)false, &value);
|
||||
if ((int)false == value) {
|
||||
|
@ -204,7 +204,7 @@ int orte_rmgr_base_open(void)
|
||||
/* Debugging / verbose output */
|
||||
|
||||
orte_rmgr_base.rmgr_output = opal_output_open(NULL);
|
||||
param = mca_base_param_reg_int_name("rmgr_base", "verbose",
|
||||
param = mca_base_param_reg_int_name("rmgr", "base_verbose",
|
||||
"Verbosity level for the rmgr framework",
|
||||
false, false, 0, &value);
|
||||
if (value != 0) {
|
||||
|
@ -72,7 +72,7 @@ int orte_schema_base_open(void)
|
||||
if (!orte_schema_initialized) {
|
||||
/* Debugging / verbose output */
|
||||
|
||||
param = mca_base_param_reg_int_name("schema_base", "verbose",
|
||||
param = mca_base_param_reg_int_name("schema", "base_verbose",
|
||||
"Verbosity level for the schema framework",
|
||||
false, false, 0, &value);
|
||||
if (value != 0) {
|
||||
|
@ -100,7 +100,7 @@ int orte_smr_base_open(void)
|
||||
/* setup output for debug messages */
|
||||
|
||||
orte_smr_base.smr_output = opal_output_open(NULL);
|
||||
param = mca_base_param_reg_int_name("smr_base", "verbose",
|
||||
param = mca_base_param_reg_int_name("smr", "base_verbose",
|
||||
"Verbosity level for the smr framework",
|
||||
false, false, 0, &value);
|
||||
if (value != 0) {
|
||||
|
@ -56,8 +56,8 @@ int orte_snapc_base_open(void)
|
||||
char * str_value = NULL;
|
||||
|
||||
/* Debugging/Verbose output */
|
||||
mca_base_param_reg_int_name("snapc_base",
|
||||
"verbose",
|
||||
mca_base_param_reg_int_name("snapc",
|
||||
"base_verbose",
|
||||
"Verbosity level of the SNAPC framework",
|
||||
false, false,
|
||||
0, &value);
|
||||
@ -69,8 +69,8 @@ int orte_snapc_base_open(void)
|
||||
opal_output_set_verbosity(orte_snapc_base_output, value);
|
||||
|
||||
/* Global Snapshot directory */
|
||||
mca_base_param_reg_string_name("snapc_base",
|
||||
"global_snapshot_dir",
|
||||
mca_base_param_reg_string_name("snapc",
|
||||
"base_global_snapshot_dir",
|
||||
"The base directory to use when storing global snapshots",
|
||||
false, false,
|
||||
strdup("/tmp"),
|
||||
@ -82,8 +82,8 @@ int orte_snapc_base_open(void)
|
||||
* system that all nodes can access uniformly.
|
||||
* Default = enabled
|
||||
*/
|
||||
mca_base_param_reg_int_name("snapc_base",
|
||||
"store_in_place",
|
||||
mca_base_param_reg_int_name("snapc",
|
||||
"base_store_in_place",
|
||||
"If global_snapshot_dir is on a shared file system all nodes can access, "
|
||||
"then the checkpoint files can be stored in place instead of incurring a "
|
||||
"remote copy. [Default = enabled]",
|
||||
|
Загрузка…
x
Ссылка в новой задаче
Block a user