<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
</head>
<body text="#000000" bgcolor="#FFFFFF">
Hi Francois,<br>
<br>
Thanks for submitting this patch! I've just committed this to our master branch and we'll include it in our next release.<br>
<br>
--Shane<br>
<br>
<div class="moz-cite-prefix">On 12/16/19 3:35 AM, François Trahay wrote:<br>
</div>
<blockquote type="cite" cite="mid:e9446383-4faf-784d-ea35-6548b3c615f8@telecom-sudparis.eu">
Hi, <br>
<br>
(Apologies if you have received multiples copies, my previous email was marked as spam on this mailing list)
<br>
<br>
<br>
I am currently using darshan on a single machine and I configured darshan-runtime  with the "--with-jobid-env=NONE" option. When running dxt_analyzer.py on a darshan file generated with this setup, the script crashes because there's no jobid field in the trace:
<br>
<br>
$ ../install/bin/dxt_analyzer.py -i ftrahay_bt.W.9.mpi_io_full_id7207_12-12-58557-3741856262788818305_1.darshan<br>
Traceback (most recent call last): <br>
  File "../install/bin/dxt_analyzer.py", line 287, in <module> <br>
    title = str(jobid)+'_'+action+'_activity' <br>
NameError: name 'jobid' is not defined <br>
<br>
<br>
Applying the attached patch fixes the problem. <br>
<br>
François <br>
<br>
<br>
<br>
<br>
<fieldset class="mimeAttachmentHeader"></fieldset>
<pre class="moz-quote-pre" wrap="">_______________________________________________
Darshan-users mailing list
<a class="moz-txt-link-abbreviated" href="mailto:Darshan-users@lists.mcs.anl.gov">Darshan-users@lists.mcs.anl.gov</a>
<a class="moz-txt-link-freetext" href="https://lists.mcs.anl.gov/mailman/listinfo/darshan-users">https://lists.mcs.anl.gov/mailman/listinfo/darshan-users</a>
</pre>
</blockquote>
<br>
</body>
</html>