Skip to content
Snippets Groups Projects
Commit 0dc60c7f authored by Moe Jette's avatar Moe Jette
Browse files

Enable unloading of jobacct plugin (now that it works).

parent 804af2e2
No related branches found
No related tags found
No related merge requests found
...@@ -100,6 +100,8 @@ ...@@ -100,6 +100,8 @@
* The list functions will report memory "possibly lost". The memory is * The list functions will report memory "possibly lost". The memory is
* used for a cache, which is really OK. Set MEM_LEAK_TEST to 1 in * used for a cache, which is really OK. Set MEM_LEAK_TEST to 1 in
* src/common/list.c to disable the cache. * src/common/list.c to disable the cache.
* It may be necessary to increase SLURM_MESSAGE_TIMEOUT_MSEC_STATIC as
* defined in src/common/slurm_protocol_interface.h.
* Otherwise the report should be free of errors. Remember to reset * Otherwise the report should be free of errors. Remember to reset
* MEM_LEAK_TEST to 0 afterwards for best system response (non-seamless * MEM_LEAK_TEST to 0 afterwards for best system response (non-seamless
* backup controller use). * backup controller use).
...@@ -353,7 +355,7 @@ int main(int argc, char *argv[]) ...@@ -353,7 +355,7 @@ int main(int argc, char *argv[])
/* Plugins are needed to purge job/node data structures, /* Plugins are needed to purge job/node data structures,
* unplug after other data structures are purged */ * unplug after other data structures are purged */
g_slurm_jobcomp_fini(); g_slurm_jobcomp_fini();
//jobacct_g_fini_slurmctld(); jobacct_g_fini_slurmctld();
slurm_sched_fini(); slurm_sched_fini();
slurm_select_fini(); slurm_select_fini();
checkpoint_fini(); checkpoint_fini();
......
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