Skip to content

Commit

Permalink
Changing default bind mode to balanced
Browse files Browse the repository at this point in the history
This fixes #2015
  • Loading branch information
Thomas Heller committed May 25, 2016
1 parent 00289e7 commit ddd1295
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/util/command_line_handling.cpp
Expand Up @@ -679,7 +679,7 @@ namespace hpx { namespace util
affinity_domain_ = detail::handle_affinity(cfgmap, vm, "pu");
ini_config += "hpx.affinity=" + affinity_domain_;

affinity_bind_ = detail::handle_affinity_bind(cfgmap, vm, "");
affinity_bind_ = detail::handle_affinity_bind(cfgmap, vm, "balanced");
if (!affinity_bind_.empty())
ini_config += "hpx.bind!=" + affinity_bind_;

Expand Down

0 comments on commit ddd1295

Please sign in to comment.