Hi, I'm using ifort 11.0 64 bits to compile espresso-4.0.4 and I get the same "<span class="il">wrong</span> <span class="il">record</span> <span class="il">length</span>"... Which is the equivalent "-qintsize=8" 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"><<a href="mailto:vormar@gmail.com" target="_blank">vormar@gmail.com</a>></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't work (just outcommenting the test for negative<br>
unf_recl) and declaring unf_recl as integer*8 didn't help either.<br>
However on this specific system with XL fortran compiler adding<br>
"-qintsize=8" to FFLAGS solved my problem.<br>
<br>
Yours,<br>
Marton<br>
<br>
2009/3/3 Paolo Giannozzi <<a href="mailto:giannozz@democritos.it" target="_blank">giannozz@democritos.it</a>>:<br>
<div><div></div><div>> Axel Kohlmeyer wrote:<br>
><br>
>> the interesting question is now, how to work around this problem.<br>
>> you could try and declare unf_recl as integer*8 and try to recompile.<br>
><br>
> once upon a time there were limitations on the maximum length of<br>
> direct access records on some machines. I remember I modified the<br>
> two routines that open and read/write in such a way that each<br>
> record was split into more records with the maximum allowed<br>
> length. Anyway, for very big jobs, integers that don't fit<br>
> into 32 bits will show up somewhere else, so the ultimate<br>
> solution is to compile with default 64-bit integers, I guess<br>
><br>
> Paolo<br>
> --<br>
> Paolo Giannozzi, Democritos and University of Udine, Italy<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>
><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>