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
8be58d0e
Commit
8be58d0e
authored
15 years ago
by
Moe Jette
Browse files
Options
Downloads
Patches
Plain Diff
add timers to function load_part_uid_allow_list,
which gets group members
parent
df527316
No related branches found
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
src/slurmctld/partition_mgr.c
+3
-0
3 additions, 0 deletions
src/slurmctld/partition_mgr.c
with
3 additions
and
0 deletions
src/slurmctld/partition_mgr.c
+
3
−
0
View file @
8be58d0e
...
...
@@ -1241,7 +1241,9 @@ void load_part_uid_allow_list(int force)
time_t
temp_time
;
ListIterator
part_iterator
;
struct
part_record
*
part_ptr
;
DEF_TIMERS
;
START_TIMER
;
temp_time
=
_get_group_tlm
();
if
((
force
==
0
)
&&
(
temp_time
==
last_update_time
))
return
;
...
...
@@ -1257,6 +1259,7 @@ void load_part_uid_allow_list(int force)
}
clear_group_cache
();
list_iterator_destroy
(
part_iterator
);
END_TIMER2
(
"load_part_uid_allow_list"
);
}
...
...
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