1
1

Sigh - I promised to remove these deprecation warnings back in June. My apologies to Dave Goodell and others who requested it.

cmr=v1.8.2:reviewer=dgoodell:subject=remove deprecation warnings for pernode, npernode, and npersocket

This commit was SVN r32552.
Этот коммит содержится в:
Ralph Castain 2014-08-19 19:40:20 +00:00
родитель 2df0ede613
Коммит 024572cb6c

Просмотреть файл

@ -429,10 +429,6 @@ static int orte_rmaps_base_open(mca_base_open_flag_t flags)
}
if (orte_rmaps_base_pernode) {
orte_show_help("help-orte-rmaps-base.txt", "deprecated", true,
"--pernode, -pernode", "--map-by ppr:1:node",
"rmaps_base_pernode, rmaps_ppr_pernode",
"rmaps_base_mapping_policy=ppr:1:node");
/* there is no way to resolve this conflict, so if something else was
* given, we have no choice but to error out
*/
@ -449,10 +445,6 @@ static int orte_rmaps_base_open(mca_base_open_flag_t flags)
}
if (0 < orte_rmaps_base_n_pernode) {
orte_show_help("help-orte-rmaps-base.txt", "deprecated", true,
"--npernode, -npernode", "--map-by ppr:N:node",
"rmaps_base_n_pernode, rmaps_ppr_n_pernode",
"rmaps_base_mapping_policy=ppr:N:node");
/* there is no way to resolve this conflict, so if something else was
* given, we have no choice but to error out
*/
@ -469,10 +461,6 @@ static int orte_rmaps_base_open(mca_base_open_flag_t flags)
}
if (0 < orte_rmaps_base_n_persocket) {
orte_show_help("help-orte-rmaps-base.txt", "deprecated", true,
"--npersocket, -npersocket", "--map-by ppr:N:socket",
"rmaps_base_n_persocket, rmaps_ppr_n_persocket",
"rmaps_base_mapping_policy=ppr:N:socket");
/* there is no way to resolve this conflict, so if something else was
* given, we have no choice but to error out
*/