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

Respond to batch job launch prior to prolog if HAVE_BGL not HAVE_BGL_FILES,

which is not set on FEN.
parent cbc24c3e
No related branches found
No related tags found
No related merge requests found
......@@ -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);
......
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