Skip to content
Snippets Groups Projects
Commit e535cf94 authored by Lluis Alonso's avatar Lluis Alonso
Browse files

Added missing default pstates computing when reloading EARDs

parent f6f45244
No related branches found
No related tags found
No related merge requests found
......@@ -906,6 +906,7 @@ void signal_handler(int sig) {
error(" Error reading cluster configuration\n");
} else {
verbose(VCONF, "Loading EAR configuration");
compute_default_pstates_per_policy(my_cluster_conf.num_policies, my_cluster_conf.power_policies);
print_cluster_conf(&my_cluster_conf);
free(my_node_conf);
my_node_conf = get_my_node_conf(&my_cluster_conf, nodename);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment