<div class="gmail_quote">On Fri, Jun 8, 2012 at 4:30 AM, Reuti <span dir="ltr"><<a href="mailto:reuti@staff.uni-marburg.de" target="_blank">reuti@staff.uni-marburg.de</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
<div id=":2dp">Aha, I thought the supported data types were meant.<br>
<br>
For a Fortran integer 64 interface I had to compile a special version for an application called Dirac:<br>
<br>
<a href="http://wiki.chem.vu.nl/dirac/index.php/How_to_build_MPI_libraries_for_64-bit_integers" target="_blank">http://wiki.chem.vu.nl/dirac/index.php/How_to_build_MPI_libraries_for_64-bit_integers</a><br></div></blockquote>
</div><br><div>But this only changes the size of Fortran integer. It doesn't change C int and in practice, the Fortran bindings call C bindings that use C int, so larger values would be truncated. So you can get 8-byte integers in Fortran if you're determined, but it doesn't circumvent the 2^31 limit.</div>
<div><br></div><div>"Do these permit values greater than what is representable in a 4-byte integer or does the lower level implementation in C preclude the use of arguments greater than 2^31?"</div>