From 946b7c1b83d305836d16988f3336b96e8148d828 Mon Sep 17 00:00:00 2001 From: Danny Auble <da@schedmd.com> Date: Wed, 22 Jan 2014 11:23:35 -0800 Subject: [PATCH] CRAY - fix call to incorrect function --- src/plugins/select/cray/select_cray.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/plugins/select/cray/select_cray.c b/src/plugins/select/cray/select_cray.c index 1e3b63776a8..1da6b0024e6 100644 --- a/src/plugins/select/cray/select_cray.c +++ b/src/plugins/select/cray/select_cray.c @@ -1778,7 +1778,7 @@ extern int select_p_step_start(struct step_record *step_ptr) } bit_or(jobinfo->used_blades, step_jobinfo->blade_map); } - return other_step_finish(step_ptr); + return other_step_start(step_ptr); } -- GitLab