This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug fortran/30285] gfortran excessive memory usage with COMMON blocks in modules
- From: "anlauf at gmx dot de" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: 22 Oct 2007 07:35:32 -0000
- Subject: [Bug fortran/30285] gfortran excessive memory usage with COMMON blocks in modules
- References: <bug-30285-6318@http.gcc.gnu.org/bugzilla/>
- Reply-to: gcc-bugzilla at gcc dot gnu dot org
------- Comment #13 from anlauf at gmx dot de 2007-10-22 07:35 -------
I've adjusted the title slightly to refer to the use of
COMMON blocks (in MPICH, OpenMPI) because the problem of
.mod size excursion depends only on the "nesting depth",
not on the actual size of the modules. I hope this bug
will be fixed someday when somebody has a look either at
the module writing routines or at the way the structures
containing module information are held internally.
I am unable to compile a reasonably large project (just in
terms of the number of files, not total source code size!)
using MPI.
The problem appears even worse with OpenMPI than with MPICH.
--
anlauf at gmx dot de changed:
What |Removed |Added
----------------------------------------------------------------------------
Summary|gfortran excessive memory |gfortran excessive memory
|usage with large modules |usage with COMMON blocks in
| |modules
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=30285