1
1

Fix the verbosity of yet another framework...sigh.

This commit was SVN r28481.
Этот коммит содержится в:
Ralph Castain 2013-05-13 14:36:32 +00:00
родитель 3717307fb6
Коммит 427b6b0b47

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

@ -238,11 +238,6 @@ static int orte_rmaps_base_open(mca_base_open_flag_t flags)
orte_rmaps_base.mapping = 0;
orte_rmaps_base.ranking = 0;
/* Debugging / verbose output. Always have stream open, with
verbose set by the mca open system... */
orte_rmaps_base_framework.framework_output = opal_output_open(NULL);
if (NULL == rmaps_base_mapping_policy) {
ORTE_SET_MAPPING_POLICY(orte_rmaps_base.mapping, ORTE_MAPPING_BYSLOT);
ORTE_UNSET_MAPPING_DIRECTIVE(orte_rmaps_base.mapping, ORTE_MAPPING_GIVEN);