[Beowulf] Fortran Array size question
Many of your questions may have already been answered in earlier discussions or in the FAQ. The search results page will indicate current discussions as well as past list serves, articles, and papers.
Prentice Bisbal prentice at ias.eduTue Nov 3 10:17:02 PST 2009
- Previous message: [Beowulf] Fortran Array size question
- Next message: [Beowulf] Fortran Array size question
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Mikhail Kuzminsky wrote: > In message from Prentice Bisbal <prentice at ias.edu> (Tue, 03 Nov 2009 > 12:09:07 -0500): >> This question is a bit off-topic, but since it involves Fortran minutia, >> I figured this would be the best place to ask. This code may eventually >> run on my cluster, so it's not completely off topic! >> >> Question: What is the maximum number of elements you can have in a >> double-precision array in Fortran? I have someone creating a >> 4-dimensional double-precision array. When they increase the dimenions >> of the array to ~200 million elements, they get this error: >> >> compilation aborted (code 1). >> >> I'm sure they're hitting a Fortran limit, but I need to prove it. I >> haven't been able to find anything using The Google. > > It is not Fortran restriction. It may be some compiler restriction. > 64-bit ifort for EM64t allow you to use, for example, 400 millions > elements. > That's exactly the compiler I'm using, and it's failing at ~200 million elements. I'm digging through the Intel documentation. Haven't found an answer yet. -- Prentice
- Previous message: [Beowulf] Fortran Array size question
- Next message: [Beowulf] Fortran Array size question
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
More information about the Beowulf mailing list
