fix summary-per-file for default stdio streams
The stdio module stores names for the default streams (stdin, stderr, stdout) in the following format: <STDERR>. The '<' and '>' symbols require proper escape characters in order to be properly interpretated by the darshan-job-summary (perl) script.
Please register or sign in to comment