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: gfortran47, pgf90 work - ifort segfaults


Hi Anton,


2012/2/10 Anton Shterenlikht <mexas@bristol.ac.uk>:

> What is "explicit allocation"?
>

Sorry for the confusion, I simply meant: via the allocate statement.
That is: use variables with the allocatable or pointer attribute and
use the allocate statement to allocate the memory needed for these
variables. (Automatic variables get their memory automatically - hence
my use of "explicit")

Regards,

Arjen


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