Hi, I&#39;m using ifort 11.0 64 bits to compile espresso-4.0.4 and I get the same &quot;<span class="il">wrong</span> <span class="il">record</span> <span class="il">length</span>&quot;... Which is the equivalent &quot;-qintsize=8&quot; option for ifort compiler?<br>
<br>Thank you very much!<br><br><div class="gmail_quote">On Mon, Mar 9, 2009 at 8:03 PM, Marci <span dir="ltr">&lt;<a href="mailto:vormar@gmail.com" target="_blank">vormar@gmail.com</a>&gt;</span> wrote:<br><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">

Dear Axel, Lex and Paolo,<br>
<br>
Sorry for the late answer. Thanks again for all your help. If someone<br>
meets the same problem, here is the solution. Unfortunately the<br>
easiest way didn&#39;t work (just outcommenting the test for negative<br>
unf_recl) and declaring unf_recl as integer*8 didn&#39;t help either.<br>
However on this specific system with XL fortran compiler adding<br>
&quot;-qintsize=8&quot; to FFLAGS solved my problem.<br>
<br>
Yours,<br>
Marton<br>
<br>
2009/3/3 Paolo Giannozzi &lt;<a href="mailto:giannozz@democritos.it" target="_blank">giannozz@democritos.it</a>&gt;:<br>
<div><div></div><div>&gt; Axel Kohlmeyer wrote:<br>
&gt;<br>
&gt;&gt; the interesting question is now, how to work around this problem.<br>
&gt;&gt; you could try and declare unf_recl as integer*8 and try to recompile.<br>
&gt;<br>
&gt; once upon a time there were limitations on the maximum length of<br>
&gt; direct access records on some machines. I remember I modified the<br>
&gt; two routines that open and read/write in such a way that each<br>
&gt; record was split into more records with the maximum allowed<br>
&gt; length. Anyway, for very big jobs, integers that don&#39;t fit<br>
&gt; into 32 bits will show up somewhere else, so the ultimate<br>
&gt; solution is to compile with default 64-bit integers, I guess<br>
&gt;<br>
&gt; Paolo<br>
&gt; --<br>
&gt; Paolo Giannozzi, Democritos and University of Udine, Italy<br>
&gt; _______________________________________________<br>
&gt; Pw_forum mailing list<br>
&gt; <a href="mailto:Pw_forum@pwscf.org" target="_blank">Pw_forum@pwscf.org</a><br>
&gt; <a href="http://www.democritos.it/mailman/listinfo/pw_forum" target="_blank">http://www.democritos.it/mailman/listinfo/pw_forum</a><br>
&gt;<br>
_______________________________________________<br>
Pw_forum mailing list<br>
<a href="mailto:Pw_forum@pwscf.org" target="_blank">Pw_forum@pwscf.org</a><br>
<a href="http://www.democritos.it/mailman/listinfo/pw_forum" target="_blank">http://www.democritos.it/mailman/listinfo/pw_forum</a><br>
</div></div></blockquote></div><br>