From b98970ac5cbd2ca07325073fe7d183a3a1c2c15e Mon Sep 17 00:00:00 2001 From: Moe Jette <jette1@llnl.gov> Date: Wed, 15 Dec 2004 01:36:51 +0000 Subject: [PATCH] Respond to batch job launch prior to prolog if HAVE_BGL not HAVE_BGL_FILES, which is not set on FEN. --- src/slurmd/req.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/slurmd/req.c b/src/slurmd/req.c index 7a2c92c6217..757ef643e77 100644 --- a/src/slurmd/req.c +++ b/src/slurmd/req.c @@ -522,7 +522,7 @@ _rpc_batch_job(slurm_msg_t *msg, slurm_addr *cli) select_g_get_jobinfo(req->select_jobinfo, SELECT_DATA_PART_ID, &bgl_part_id); -#ifdef HAVE_BGL_FILES +#ifdef HAVE_BGL /* BlueGene prolog waits for partition boot and is very slow, * just reply now */ slurm_send_rc_msg(msg, rc); -- GitLab