Skip to content
Snippets Groups Projects
Commit 5ca0aedf authored by Morris Jette's avatar Morris Jette
Browse files

Correct function name in node_features/knl_cray

This was a new function added to support knl_generic and it was
  originally assigned the wrong name.
parent 2f5756f6
No related branches found
No related tags found
No related merge requests found
......@@ -2503,7 +2503,7 @@ extern bool node_features_p_node_power(void)
* NOTE: Not applicable for knl_cray plugin, reconfiguration done by slurmctld
* IN active_features - New active features
* RET error code */
extern int node_features_g_node_set(char *active_features)
extern int node_features_p_node_set(char *active_features)
{
return SLURM_SUCCESS;
}
......
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