From 0546cb23c71c3c870a4a2b14d8a7b35b5f2d40c3 Mon Sep 17 00:00:00 2001
From: Moe Jette <jette1@llnl.gov>
Date: Mon, 10 Mar 2003 18:52:11 +0000
Subject: [PATCH] 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.

---
 src/srun/allocate.c | 1 +
 1 file changed, 1 insertion(+)

diff --git a/src/srun/allocate.c b/src/srun/allocate.c
index ad66d6ee09a..c372dd1e186 100644
--- a/src/srun/allocate.c
+++ b/src/srun/allocate.c
@@ -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);
 }
-- 
GitLab