<html>
<head>
<meta content="text/html; charset=ISO-8859-1"
http-equiv="Content-Type">
</head>
<body bgcolor="#FFFFFF" text="#000000">
<div class="moz-cite-prefix">I apologize for taking so long to look
at this, but I'd like to integrate this fix (or something similar
to it) in the upcoming 2.2.2 release of Darshan. Do you have a
specific example to trigger the problem that you could share? You
can send it directly to me off list. If not, do you happen to
know which portion of the latex file ended up with an underscore?<br>
<br>
The reason that I am curious about the details is because
darshan-job-summary already includes another package (TeX::Encode)
that should be able to account for underscores in file names. I
suspect that we might have missed an instance where we should have
encoded a string using that package. I would like to try to
address that issue rather than use the underscore package if
possible because it can protect file names against other special
characters as well.<br>
<br>
I will look closer at the perl code and see if I can find any
places where we missed the encoding. I tried a couple of examples
on a development box using underscores but I haven't found the
right combination to trigger the problem yet.<br>
<br>
many thanks!<br>
-Phil<br>
<br>
<br>
On 06/26/2012 09:22 AM, <a class="moz-txt-link-abbreviated" href="mailto:mouhamed.gueye@bull.net">mouhamed.gueye@bull.net</a> wrote:<br>
</div>
<blockquote
cite="mid:OFFC0DAB2B.E10DC8E6-ONC1257A29.0048103B-C1257A29.004943EF@bull.net"
type="cite"><font face="sans-serif" size="2">Hello,</font>
<br>
<br>
<font face="sans-serif" size="2">With darshan 2.2.0,
darshan-job-summary.pl
hangs when used on data generated from an application doing I/O
operations
on a filesystem that has the underscore character in its name
(/home_nfs
for example). Actually, pdflatex is the one hanging because of
that underscore
character.</font>
<br>
<br>
<font face="sans-serif" size="2">To solve this issue, just add
"usepackage{underscore}"
into darshan-job-summary/share/summary.tex.</font>
<br>
<br>
<font face="sans-serif" size="2">=============================================</font>
<br>
<font face="sans-serif" size="2">---
darshan-job-summary/share/summary.tex
2012-06-26 15:03:46.000000000 +0200</font>
<br>
<font face="sans-serif" size="2">+++
darshan-job-summary/share/summary.tex.patched
2012-06-26 15:03:33.000000000 +0200</font>
<br>
<font face="sans-serif" size="2">@@ -6,6 +6,7 @@</font>
<br>
<font face="sans-serif" size="2"> \usepackage{lastpage}</font>
<br>
<font face="sans-serif" size="2"> \usepackage{subfigure}</font>
<br>
<font face="sans-serif" size="2"> \usepackage{multirow}</font>
<br>
<font face="sans-serif" size="2">+\usepackage{underscore}</font>
<br>
<font face="sans-serif" size="2"> %</font>
<br>
<font face="sans-serif" size="2"> % GET THE MARGINS RIGHT, THE
UGLY
WAY</font>
<br>
<font face="sans-serif" size="2"> %</font>
<br>
<font face="sans-serif" size="2">=============================================</font>
<br>
<br>
<font face="sans-serif" size="2">Thanks,</font>
<br>
<br>
<font face="sans-serif" size="2">Mouhamed GUEYE<br>
HPC Engineer<br>
Phone +33 (0)4 76 29 74 91<br>
<br>
Bull, Architect of an Open World<br>
</font><a moz-do-not-send="true" href="http://www.bull.com/"><font
face="sans-serif" size="2">http://www.bull.com</font></a><font
face="sans-serif" size="2"><br>
Bull World Web TV -> </font><a moz-do-not-send="true"
href="http://www.bull-world.com/"><font face="sans-serif"
size="2">http://www.bull-world.com/</font></a><font
face="sans-serif" size="2">
</font>
<br>
<fieldset class="mimeAttachmentHeader"></fieldset>
<br>
<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>