[Octopus-notify] svn commit: r2454 - trunk/src by acastro

octopus-notify at tddft.org octopus-notify at tddft.org
Tue Oct 3 18:59:14 WEST 2006


      Author: acastro
        Date: Tue Oct  3 18:59:08 2006
New Revision: 2454
   Changeset: http://www.tddft.org/trac/octopus/changeset/2454

Modified:
   trunk/src/atomic.F90
   trunk/src/geometry.F90
   trunk/src/out_inc.F90

Log:
Bugs fixed.

Some out-of-bounds  detected by gfortran compiler on 64 bits.

In fact, the ones in atomic.F90 are in fact most likely a compiler
bug; it is probably a bad implementation of the assumed-shape array
arguments. I have removed all assumed-shape arrays anyways, since
they are unnecessary and probably not a good practice.

In any case, a lot of test still fail with gfortran on 64 bits. But the
failures seem to be compiler bugs, at least some of them. And they
have nothing to do with atomic.F90 any more.




More information about the Octopus-notify mailing list