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

If a job's time limit is unset, report its value as "Partition_Limit".

A job time limit of NO_VAL is valid while the job is queued, set its
value to the partition's limit only when the job is allocated resources.
Srun reports when a queued job is finally allocated resources.
parent 326b5408
No related branches found
No related tags found
No related merge requests found
...@@ -162,6 +162,7 @@ _wait_for_resources(resource_allocation_response_msg_t **resp) ...@@ -162,6 +162,7 @@ _wait_for_resources(resource_allocation_response_msg_t **resp)
} }
} }
info ("job %u has been allocated resources", r->job_id);
xsignal(SIGINT, SIG_IGN); xsignal(SIGINT, SIG_IGN);
} }
......
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