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: compilation time of block data


On Fri, Mar 31, 2006 at 03:10:45PM -0800, Jerry DeLisle wrote:
> I must be missing something.
> 
> Compile time with intel is less then 1 second.
> 
> Compile time with gfortran is less ten 1 second
> 
> Thats for the a.f you attached.
> 
> Yikes, am I understanding this?
> 

gfortran -o a a.f  <-- This takes less than a second.
a > b.f
gfortran -c b.f    <-- This will take a long time


In other words, a.f is a program to produce a file with
a BLOCK DATA construct with 250000 elements.

-- 
Steve


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