[Darshan-commits] [Git][darshan/darshan][master] bug fix in dxt_analyzer if no jobid given

Shane Snyder xgitlab at cels.anl.gov
Fri Dec 20 09:50:40 CST 2019



Shane Snyder pushed to branch master at darshan / darshan


Commits:
538bb069 by Shane Snyder at 2019-12-20T15:50:15Z
bug fix in dxt_analyzer if no jobid given

reported by Francois Trahay

- - - - -


1 changed file:

- darshan-util/dxt_analyzer.py


Changes:

=====================================
darshan-util/dxt_analyzer.py
=====================================
@@ -260,6 +260,7 @@ with open(dxt_logname) as infile:
     finfo_dict = {}
     curr_fname = ''
     logdata = []
+    jobid="NO_JOBID"
     for line in infile:
         curr_fname, data, flag = parse_dxt_log_line(line, curr_fname, finfo_dict)
         if flag == -11:



View it on GitLab: https://xgitlab.cels.anl.gov/darshan/darshan/commit/538bb0698ff79248c96bf8cade7259efc85a10c2

-- 
View it on GitLab: https://xgitlab.cels.anl.gov/darshan/darshan/commit/538bb0698ff79248c96bf8cade7259efc85a10c2
You're receiving this email because of your account on xgitlab.cels.anl.gov.


-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.mcs.anl.gov/pipermail/darshan-commits/attachments/20191220/36b1eb58/attachment-0001.html>


More information about the Darshan-commits mailing list