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

Disable gateway routing in front-end mode

without this change, slurmd would abort on reconfiguration
parent 2db6a250
No related branches found
No related tags found
No related merge requests found
...@@ -999,7 +999,9 @@ _reconfigure(void) ...@@ -999,7 +999,9 @@ _reconfigure(void)
*/ */
slurm_topo_build_config(); slurm_topo_build_config();
_set_topo_info(); _set_topo_info();
#if !defined(HAVE_FRONT_END)
route_g_reconfigure(); route_g_reconfigure();
#endif
/* /*
* In case the administrator changed the cpu frequency set capabilities * In case the administrator changed the cpu frequency set capabilities
......
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