Skip to content
Snippets Groups Projects
Commit 922d0749 authored by Matthieu Hautreux's avatar Matthieu Hautreux Committed by Morris Jette
Browse files

slurmd: build node hash table before the topology data to speed up the process

parent 9f4ef925
No related branches found
No related tags found
No related merge requests found
...@@ -1228,7 +1228,9 @@ _slurmd_init(void) ...@@ -1228,7 +1228,9 @@ _slurmd_init(void)
/* /*
* Get and set slurmd topology information * Get and set slurmd topology information
* Build node hash table first to speed up the topo build
*/ */
rehash_node();
slurm_topo_build_config(); slurm_topo_build_config();
_set_topo_info(); _set_topo_info();
......
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