| Summary: | nice to have array variables | ||
|---|---|---|---|
| Product: | Slurm | Reporter: | Chris <chris.harwell> |
| Component: | Scheduling | Assignee: | Moe Jette <jette> |
| Status: | RESOLVED FIXED | QA Contact: | |
| Severity: | 5 - Enhancement | ||
| Priority: | --- | CC: | brian, da, john.hanks |
| Version: | 14.11.5 | ||
| Hardware: | Linux | ||
| OS: | Linux | ||
| Site: | D E Shaw Research | Slinky Site: | --- |
| Alineos Sites: | --- | Atos/Eviden Sites: | --- |
| Confidential Site: | --- | Coreweave sites: | --- |
| Cray Sites: | --- | DS9 clusters: | --- |
| Google sites: | --- | 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: | 15.08.0 | |
| Target Release: | --- | DevPrio: | --- |
| Emory-Cloud Sites: | --- | ||
|
Description
Chris
2015-04-15 09:09:18 MDT
Jason Bacon volunteered to do this about a month ago. I'll ask him if he has any update. Sweet! Nice to know I'm not the only person thinking they'd be nice to have:> On 04/15/2015 05:20 PM, bugs@schedmd.com wrote: > *Comment # 1 <http://bugs.schedmd.com/show_bug.cgi?id=1600#c1> on bug 1600 <http://bugs.schedmd.com/show_bug.cgi?id=1600> from Moe Jette <mailto:jette@schedmd.com> * > > Jason Bacon volunteered to do this about a month ago. I'll ask him if he has > any update. > > ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- -- > You are receiving this mail because: > > * You reported the bug. > I'd like to add a "me too" to this. We recently had a need for a job script to know when it was the last array element and had to parse that out of scontrol rather crudely. Done: https://github.com/SchedMD/slurm/commit/a15b8bd8fc3d0e50b0f479964f6cdd5d38d3a66c This patch will likely apply cleanly to version 14.11 if you want to use that. Does ./src/slurmctld/job_mgr.c need this: :%s/SLURM_TASK_ARRAY/SLURM_ARRAY_TASK/gc to match the release notes and man page? On 08/27/2015 02:34 PM, bugs@schedmd.com wrote: > Moe Jette <mailto:jette@schedmd.com> changed bug 1600 > <http://bugs.schedmd.com/show_bug.cgi?id=1600> > What Removed Added > Status UNCONFIRMED RESOLVED > Version Fixed 15.08.0 > Resolution --- FIXED > Assignee brian@schedmd.com jette@schedmd.com > > *Comment # 4 <http://bugs.schedmd.com/show_bug.cgi?id=1600#c4> on bug > 1600 <http://bugs.schedmd.com/show_bug.cgi?id=1600> from Moe Jette > <mailto:jette@schedmd.com> * > Done: > https://github.com/SchedMD/slurm/commit/a15b8bd8fc3d0e50b0f479964f6cdd5d38d3a66c > > This patch will likely apply cleanly to version 14.11 if you want to use that. > ------------------------------------------------------------------------ > You are receiving this mail because: > > * You reported the bug. > The inconsistency corrected in commit later on that day: https://github.com/SchedMD/slurm/commit/6a8c31bc61d16f220899c51d257511bfa9825223 Sorry for the confusion. |