From 40aadab85f8fe397ae1b140886d5e53f1ffa8c79 Mon Sep 17 00:00:00 2001 From: Mike Dubman Date: Sat, 4 Jan 2014 20:44:41 +0000 Subject: [PATCH] re-enable map-by dist after last refactoring in rmaps, map-by dist:hca was disabled. reverting it back found/fixed by Elena, reviewed by miked cmr=v1.7.4:reviewer=ompi-rm1.7 This commit was SVN r30118. --- orte/mca/rmaps/base/rmaps_base_frame.c | 1 + 1 file changed, 1 insertion(+) diff --git a/orte/mca/rmaps/base/rmaps_base_frame.c b/orte/mca/rmaps/base/rmaps_base_frame.c index 922e6167d0..bdee416640 100644 --- a/orte/mca/rmaps/base/rmaps_base_frame.c +++ b/orte/mca/rmaps/base/rmaps_base_frame.c @@ -451,6 +451,7 @@ int orte_rmaps_base_set_mapping_policy(orte_mapping_policy_t *policy, } } } + ORTE_SET_MAPPING_DIRECTIVE(tmp, ORTE_MAPPING_GIVEN); opal_argv_free(ck2); goto setpolicy; }