Ticket 1951

Summary: fair share consumption at job start
Product: Slurm Reporter: Moe Jette <jette>
Component: AccountingAssignee: Unassigned Developer <dev-unassigned>
Status: OPEN --- QA Contact:
Severity: 5 - Enhancement    
Priority: --- CC: pedmon, ryan_cox, sts, tim
Version: 16.05.x   
Hardware: Linux   
OS: Linux   
Site: George Washington University, The Alineos Sites: ---
Atos/Eviden Sites: --- Confidential Site: ---
Coreweave sites: --- Cray Sites: ---
DS9 clusters: --- HPCnow Sites: ---
HPE Sites: --- IBM Sites: ---
NOAA SIte: --- NoveTech Sites: ---
Nvidia HWinf-CS Sites: --- OCF Sites: ---
Recursion Pharma Sites: --- SFW Sites: ---
SNIC sites: --- Tzag Elita Sites: ---
Linux Distro: --- Machine Name:
CLE Version: Version Fixed:
Target Release: --- DevPrio: ---
Emory-Cloud Sites: ---

Description Moe Jette 2015-09-16 07:49:49 MDT
Account for the full value of active allocations in fairshare immediately, refund unused cycles at job end
Comment 1 Moe Jette 2015-09-16 07:51:25 MDT
Requested by BYU, GWU and Harvard
Comment 2 Danny Auble 2015-09-18 08:50:45 MDT
The current idea would be to add the time of the association's grp_used_cpu_run_secs to it's usage_efctv to determine how much time has been used for fairshare.  usage_efctv will grow over time as the grp_used_cpu_run_secs shrinks.  Combining them only when dealing with fairshare should give us the total number of decayed time (usage_efctv) with the number of allocated time (grp_used_cpu_run_secs).

This idea is open for alteration.