From fab001b65749e128d2f6d19ca84dca2d22fa8b4e Mon Sep 17 00:00:00 2001 From: Moe Jette <jette1@llnl.gov> Date: Tue, 23 Aug 2005 17:28:01 +0000 Subject: [PATCH] Remove vestigial comments describing node selection algorithm for shared nodes and explicit node specification. --- src/slurmctld/node_scheduler.c | 6 ------ 1 file changed, 6 deletions(-) diff --git a/src/slurmctld/node_scheduler.c b/src/slurmctld/node_scheduler.c index f710c047660..ba8b765049c 100644 --- a/src/slurmctld/node_scheduler.c +++ b/src/slurmctld/node_scheduler.c @@ -273,12 +273,6 @@ _pick_best_load(struct job_record *job_ptr, bitstr_t * bitmap, bitstr_t *no_load_bit, *light_load_bit, *heavy_load_bit; int error_code; - /* Can we satisfy the allocation with req_nodes? */ -/* if (select_g_job_test(job_ptr, bitmap, min_nodes, max_nodes)== */ -/* SLURM_SUCCESS) */ -/* return SLURM_SUCCESS; */ - - _node_load_bitmaps(bitmap, &no_load_bit, &light_load_bit, &heavy_load_bit); -- GitLab