| Summary: | qsub wrapper doesn't parse -m in job script | ||
|---|---|---|---|
| Product: | Slurm | Reporter: | peter.ruprecht |
| Component: | Other | Assignee: | Moe Jette <jette> |
| Status: | RESOLVED FIXED | QA Contact: | |
| Severity: | 4 - Minor Issue | ||
| Priority: | --- | CC: | da |
| Version: | 14.03.0 | ||
| Hardware: | Linux | ||
| OS: | Linux | ||
| Site: | University of Colorado | Alineos Sites: | --- |
| Atos/Eviden Sites: | --- | Confidential Site: | --- |
| Coreweave sites: | --- | Cray Sites: | --- |
| DS9 clusters: | --- | HPCnow Sites: | --- |
| HPE Sites: | --- | IBM Sites: | --- |
| NOAA SIte: | --- | OCF Sites: | --- |
| Recursion Pharma Sites: | --- | SFW Sites: | --- |
| SNIC sites: | --- | Linux Distro: | --- |
| Machine Name: | CLE Version: | ||
| Version Fixed: | 14.03.2 | Target Release: | --- |
| DevPrio: | --- | Emory-Cloud Sites: | --- |
| Attachments: | fix parsing | ||
|
Description
peter.ruprecht
2014-04-23 05:13:13 MDT
Created attachment 790 [details]
fix parsing
Fix will be in v14.03.2
For some reason the logic was looking for specific values, no good. "abe" and "aeb" were not checked for. Also something like "bebe" would fail. The new logic just search letter by letter, which is more flexible. The commit is here: https://github.com/SchedMD/slurm/commit/c24efd21386d5de714c27ccd5a8bef038bda06d9 |