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
d9bd45db
Commit
d9bd45db
authored
12 years ago
by
Morris Jette
Browse files
Options
Downloads
Plain Diff
Merge branch 'slurm-2.5'
parents
5157a780
eb3c1046
No related branches found
No related tags found
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
NEWS
+1
-0
1 addition, 0 deletions
NEWS
src/plugins/select/cons_res/select_cons_res.c
+1
-7
1 addition, 7 deletions
src/plugins/select/cons_res/select_cons_res.c
with
2 additions
and
7 deletions
NEWS
+
1
−
0
View file @
d9bd45db
...
...
@@ -57,6 +57,7 @@ documents those changes that are of interest to users and admins.
-- Fix topology/tree logic when nodes defined in slurm.conf get re-ordered.
-- In select/cons_res, correct logic to allocate whole sockets to jobs. Work
by Magnus Jonsson, Umea University.
-- In select/cons_res, correct logic when job removed from only some nodes.
* Changes in SLURM 2.5.1
========================
...
...
This diff is collapsed.
Click to expand it.
src/plugins/select/cons_res/select_cons_res.c
+
1
−
7
View file @
d9bd45db
...
...
@@ -580,14 +580,8 @@ static void _build_row_bitmaps(struct part_res_record *p_ptr,
size
=
bit_size
(
this_row
->
row_bitmap
);
bit_nclear
(
this_row
->
row_bitmap
,
0
,
size
-
1
);
}
}
else
{
xassert
(
job_ptr
);
xassert
(
job_ptr
->
job_resrcs
);
remove_job_from_cores
(
job_ptr
->
job_resrcs
,
&
this_row
->
row_bitmap
,
cr_node_num_cores
);
return
;
}
return
;
}
/* gather data */
...
...
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