From 02c25b86a55be453aebccbce48f7fd959618424f Mon Sep 17 00:00:00 2001 From: Danny Auble <da@schedmd.com> Date: Thu, 4 Dec 2014 14:23:04 -0800 Subject: [PATCH] Remove vestigial code that was removed in commit cdf679d0 --- src/plugins/select/cons_res/dist_tasks.c | 8 -------- 1 file changed, 8 deletions(-) diff --git a/src/plugins/select/cons_res/dist_tasks.c b/src/plugins/select/cons_res/dist_tasks.c index 4274f5a6964..56c265b8521 100644 --- a/src/plugins/select/cons_res/dist_tasks.c +++ b/src/plugins/select/cons_res/dist_tasks.c @@ -41,14 +41,6 @@ #include "select_cons_res.h" #include "dist_tasks.h" -#if (0) -/* Using CR_SOCKET or CR_SOCKET_MEMORY will not allocate a socket to more - * than one job at a time, but it also will not grant a job access to more - * CPUs on the socket than requested. If ALLOCATE_FULL_SOCKET is defined, - * then a job will be given access to every cores on each allocated socket. - */ -#define ALLOCATE_FULL_SOCKET 1 -#endif /* Max boards supported for best-fit across boards */ /* Larger board configurations may require new algorithm */ -- GitLab