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
2cb3f9c1
Commit
2cb3f9c1
authored
17 years ago
by
Moe Jette
Browse files
Options
Downloads
Patches
Plain Diff
Fix bug that caused slurmd to hang when using select/linear with
task/affinity.
parent
ebcbf29e
No related branches found
Branches containing commit
No related tags found
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
NEWS
+2
-0
2 additions, 0 deletions
NEWS
src/common/slurm_resource_info.c
+2
-0
2 additions, 0 deletions
src/common/slurm_resource_info.c
with
4 additions
and
0 deletions
NEWS
+
2
−
0
View file @
2cb3f9c1
...
...
@@ -28,6 +28,8 @@ documents those changes that are of interest to users and admins.
-- BLUEGENE: Reorganized bluegene plugin for maintainability sake.
-- Major restructuring of data structures in select/cons_res.
-- Support job, node and partition names of arbitrary size.
-- Fix bug that caused slurmd to hang when using select/linear with
task/affinity.
* Changes in SLURM 1.3.0-pre7
=============================
...
...
This diff is collapsed.
Click to expand it.
src/common/slurm_resource_info.c
+
2
−
0
View file @
2cb3f9c1
...
...
@@ -132,6 +132,8 @@ int slurm_get_avail_procs(const uint16_t max_sockets,
switch
(
cr_type
)
{
/* For the following CR types, nodes have no notion of socket, core,
and thread. Only one level of logical processors */
case
SELECT_TYPE_INFO_NONE
:
/* Default for select/linear */
case
CR_CPU
:
case
CR_CPU_MEMORY
:
...
...
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