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

Fix bug that caused slurmd to hang when using select/linear with

    task/affinity.
parent ebcbf29e
No related branches found
No related tags found
No related merge requests found
......@@ -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
=============================
......
......@@ -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:
......
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