Skip to content
Snippets Groups Projects
Commit 23e2ee3b authored by Danny Auble's avatar Danny Auble
Browse files

note to look at in the future

parent 1c7009f5
No related branches found
No related tags found
No related merge requests found
...@@ -1251,6 +1251,10 @@ extern int submit_job(struct job_record *job_ptr, bitstr_t *slurm_block_bitmap, ...@@ -1251,6 +1251,10 @@ extern int submit_job(struct job_record *job_ptr, bitstr_t *slurm_block_bitmap,
if(rc == SLURM_SUCCESS) { if(rc == SLURM_SUCCESS) {
if(bg_record) { if(bg_record) {
/* we should check to see if the time is in
the past and if there is a job that finished
in the past here
*/
if(bg_record->job_ptr && bg_record->job_ptr->end_time) if(bg_record->job_ptr && bg_record->job_ptr->end_time)
starttime = bg_record->job_ptr->end_time; starttime = bg_record->job_ptr->end_time;
......
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