Bugzilla – Bug 6062
Wrong parsing of NEW_REQS and NEW_RANK from stdout.wrapper
Last modified: 2008-07-24 06:20:02
You need to log in before you can comment on or make changes to this bug.
The parsing now disregards the fact that REQUIREMENTS can contain "=" symbol, thus the parsing gets it totally wrong E.g: For NEW_REQS=(LRMS_TYPE=pbs), it gets (LRMS_TYPE instead of (LRMS_TYPE=pbs). The relevant file that does the parsing is src/common/gw_file_parser.c.
Fix commited to gw_5_4_branch
...and also to the TRUNK.