Newsgroups: comp.lang.fortran
From: Gordon Sande <Gordon.Sa...@gmail.com>
Date: Wed, 29 Aug 2012 16:50:02 -0300
Local: Wed, Aug 29 2012 3:50 pm
Subject: Re: gfortran write performance
On 2012-08-29 16:34:46 -0300, tho...@antispam.ham said:
> I have a program that was originally developed on a 32-bit Windows XP
There is often a major performance difference between
> machine using CVF 6.6c. Fairly simple. Works fine. > More recently, I ported that program to 64-bit Windows 7 using
> Yesterday, it became necessary to run that program on a
> Now that I'm aware of it, slow write performance is being seen
> Any ideas what could be causing such slow write performance?
real :: x(100000)
write ( 11 ) ( x(i), i = 1, 100000 )
and just
write ( 11 ) x
as the intereaction with the runtime library is very different
The same sort of issues could be going on internally in Win/XP
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
| ||||||||||||||