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

Remove vestigial BGL-specific code from testing.

parent 400bc908
No related branches found
No related tags found
No related merge requests found
...@@ -388,10 +388,6 @@ extern int select_p_job_test(struct job_record *job_ptr, bitstr_t *bitmap, ...@@ -388,10 +388,6 @@ extern int select_p_job_test(struct job_record *job_ptr, bitstr_t *bitmap,
extern int select_p_job_init(struct job_record *job_ptr) extern int select_p_job_init(struct job_record *job_ptr)
{ {
/* FIXME: Remove this statement after Blue Gene testing is complete */
select_g_set_jobinfo(job_ptr->select_jobinfo, SELECT_DATA_PART_ID,
"TESTING");
return SLURM_SUCCESS; return SLURM_SUCCESS;
} }
......
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