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: ran intrinsic bug?


On Sat, Feb 26, 2005 at 02:49:10PM -0800, Jerry DeLisle wrote:
> Steve Kargl wrote:
> >
> >I would need to see haow you're trying link the program
> >
> See attched program as it came from netlib with EXTERNAL RAN added to 
> calling subroutine at line 89.  I am using just gfortran 1000d.f -o 
> 1000d.  All the routines are stuffed into the one file.
> 

kargl[211] gfc -o z 1000d.f
kargl[212] ./z
 Please send the results of this run to:

 Jack J. Dongarra
 Computer Science Department
 University of Tennessee
 Knoxville, Tennessee 37996-1300

 Fax: 615-974-8296

 Internet: dongarra@cs.utk.edu

     norm. resid      resid           machep         x(1)          x(n)
  6.49150133E+00  7.20701276E-13  2.22044605E-16  1.00000000E+00  1.00000000E+00


    times are reported for matrices of order  1000
      factor     solve      total     mflops       unit      ratio
 times for array with leading dimension of1001
  1.215E+01  2.953E-02  1.218E+01  5.489E+01  3.643E-02  2.175E+02
  end of tests -- this version dated 10/12/92
STOP 0

Is this what you're expecting?

-- 
Steve


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