<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
<style type="text/css" style="display:none;"><!-- P {margin-top:0;margin-bottom:0;} --></style>
</head>
<body dir="ltr">
<div id="divtagdefaultwrapper" style="font-size:12pt;color:#000000;font-family:Calibri,Helvetica,sans-serif;" dir="ltr">
<div>Hi all,<br>
<br>
I have tried the following command both on Ubuntu 16.04 (python 3.5) and on SUSE Linux Enterprise Server 15 SP1 (python 3.6) and got the same error:<br>
```<br>
$ python3 /usr/local/bin/dxt_analyzer.py -i omlins_a.out_id1174947_10-9-40448-1694713884344482404_1602235659.darshan<br>
Traceback (most recent call last):<br>
File "/usr/local/bin/dxt_analyzer.py", line 264, in <module><br>
for line in infile:<br>
File "/usr/lib/python3.5/codecs.py", line 321, in decode<br>
(result, consumed) = self._buffer_decode(data, self.errors, final)<br>
UnicodeDecodeError: 'utf-8' codec can't decode byte 0xe6 in position 24: invalid continuation byte<br>
```<br>
<br>
With python 2.7.12 (on Ubuntu), I did not get the error, but the generated plot was empty.<br>
<br>
Note that the input file does contain values generated by DXT:<br>
```<br>
$ darshan-dxt-parser omlins_a.out_id1174947_10-9-40448-1694713884344482404_1602235659.darshan | tail -3<br>
X_POSIX 7 read 197 211527180650 1073741824 804.8381 806.1340 [ 0]<br>
X_POSIX 7 read 198 212600922683 1073741824 806.4404 807.7277 [ 0]<br>
X_POSIX 7 read 199 213674664716 1073741824 808.0719 809.3472 [ 0]<br>
```<br>
<br>
Can you fix this / help me to get this working?<br>
<br>
Thanks!!<br>
<br>
Sam<br>
<br>
<br>
<br>
</div>
<br>
</div>
</body>
</html>