Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
S
Slurm
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
tud-zih-energy
Slurm
Commits
0dc60c7f
Commit
0dc60c7f
authored
18 years ago
by
Moe Jette
Browse files
Options
Downloads
Patches
Plain Diff
Enable unloading of jobacct plugin (now that it works).
parent
804af2e2
No related branches found
Branches containing commit
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
src/slurmctld/controller.c
+3
-1
3 additions, 1 deletion
src/slurmctld/controller.c
with
3 additions
and
1 deletion
src/slurmctld/controller.c
+
3
−
1
View file @
0dc60c7f
...
@@ -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
();
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment