This is the mail archive of the fortran@gcc.gnu.org mailing list for the GNU Fortran project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: Reversion when compiling Molcas


--- Craig Powers <enigma@hal-pc.org> wrote:

> I have no idea whether this is related to the non-bounds-checked
> crash, 
> but... the error combined with the code (which I've cut out) looks
> like 
> something that was brought up on comp.lang.fortran in the last couple
> of 
> days, where a C malloc is used as a pre-F90 way of doing allocated 
> memory, and this memory is then accessed as an offset from a single 
> "work" array of dimension 1 that only serves as a dummy to provide a 
> reference location for subsequent allocations.

It makes sense. Molcas is using GA (global arrays,
http://www.emsl.pnl.gov/docs/global/), which is bundled with the source
(version 3.3, it seems). Maybe the "problem" is there.


      ___________________________________________________________ 
Want ideas for reducing your carbon footprint? Visit Yahoo! For Good  http://uk.promotions.yahoo.com/forgood/environment.html


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]