|
|
|
|   |
|
|
| Last week most active authors |
| No posts for a week |
|
|
|
  |
|
|
|
|   |
| Last active threads |
Praise for Gfortran (finally)
Started Al Greynolds · Date: Sep 17, 2008 16:14 ·
46 post(s) |
BLOCK WAS VECTORIZED.
Started Fatemeh · Date: Sep 20, 2008 00:22 ·
4 post(s) |
Run rules before Jujnk mail filter
Started Glen Harness · Date: Sep 19, 2008 17:31 ·
4 post(s) |
Passing module procedures to external procedures -- type issues
Started Rich Townsend · Date: Sep 19, 2008 18:52 ·
13 post(s) |
DATA statement to initialise arrays
Started bru · Date: Sep 19, 2008 06:18 ·
9 post(s) |
random ints on symmetric interval
Started Ron Ford · Date: Sep 16, 2008 18:42 ·
16 post(s) |
Wankers Amateur Adult Verificated real sexy girls
Started sjfds89ewkekj · Date: Sep 18, 2008 19:33 ·
1 post(s) |
Reading external variables from a library (BIND)
Started RaГєl · Date: Sep 16, 2008 02:08 ·
16 post(s) |
OT: Determining the size of plotting area
Started Robert Singer · Date: Sep 16, 2008 19:28 ·
14 post(s) |
traverse linked list (Fortran 90)
Started e p chandler · Date: Sep 16, 2008 11:30 ·
8 post(s) |
|
| Last week hot threads |
| No posts for a week |
|
|
|
|
  |
| Latest posts |
Re: Praise for Gfortran (finally)
Group: comp.lang.fortran · Group Profile · Search for glen in comp.lang.fortran
Author: glen herrmannsfeldt
Date: Sep 20, 2008 13:07
... systems have different floating point formats. Also, even on the same system some do constant arithmetic in software. When the pentium FDIV bug came out, some test programs failed to detect it, doing the constant division expression as software emulation. I could imagine more differences in the results of compile time and run time intrinsic functions. Another reason not to do equality testing of floating point values. -- glen
Show full article (0.92Kb) |
Re: Praise for Gfortran (finally)
Group: comp.lang.fortran · Group Profile · Search for glen in comp.lang.fortran
Author: glen herrmannsfeldt
Date: Sep 20, 2008 12:58
... run out of compiler resources much earlier. There are gfortran builds for 64-bit Windows that run on 32-bit Windows, Cygwin, or even LINUX. I think they are all built on LINUX because the build environment assumes some kind of UNIX command shell, so the versions that don't run under LINUX or 64-bit Windows are triple crosses. There are versions of unix-like command shells, that run on cygwin and on Win-32. -- glen
Show full article (1.17Kb) |
Re: Praise for Gfortran (finally)
Group: comp.lang.fortran · Group Profile · Search for glen in comp.lang.fortran
Author: nospam
Date: Sep 20, 2008 12:21
glen herrmannsfeldt <gah@ugcs.caltech.edu> wrote: I could imagine more differences in the results of compile time and run time intrinsic functions. Another reason not to do equality testing of floating point values. Yes, and I think the current thinking is more along exactly those lines - that this is a case of the reasons to avoid dependence on exact equality of floating point things in general, as opposed to a reason to limit ...
Show full article (0.72Kb) |
Re: BLOCK WAS VECTORIZED.
Group: comp.lang.fortran · Group Profile · Search for glen in comp.lang.fortran
Author: glen herrmannsfeldt
Date: Sep 20, 2008 09:28
...:ia32 on Windows.) SSE2 instead of x87, or something else? If you compare to x87 code with intermediate results in the 80 bit registers (64 bit significand) then the results might be different. There is a discussion on another list on the advantages of extra precision in floating point products. It would be nice to have a high-level language allowing for extra precision in multiply/add, such as generated by the x87. -- glen
Show full article (1.13Kb) |
Re: Run rules before Jujnk mail filter
Group: microsoft.public.outlook · Group Profile · Search for glen in microsoft.public.outlook
Author: Michael Bauer [MVP - Outlook]
Date: Sep 20, 2008 01:03
...Fri, 19 Sep 2008 21:24:21 -0500 schrieb Glen Harness: I still need to manually go through the ... still don't want to get rid of them. Glen "Diane Poremsky [MVP]" <outlookmvp@msn.com> wrote in ... point your newsreader to msnews.microsoft.com. "Glen Harness" <glen@harness.us> wrote in message news:#..., but Microsoft's documentation is less than adequate. Anyone have any ideas? Glen
Show full article (2.97Kb) |
Re: Passing module procedures to external procedures -- type issues
Group: comp.lang.fortran · Group Profile · Search for glen in comp.lang.fortran
Author: nospam
Date: Sep 19, 2008 23:25
...> subroutine other_sub () end subroutine other_sub end module foo ---CUT--- Is my code standard conforming or not? It is not standard conforming code. As Glen Hermannsfeldt suggests, you need to either provide an explicit interface for other_sub or declare it in an EXTERNAL statement. My guess is that Intel Fortran will report the error to you if you use the right compiler option....
Show full article (2.90Kb) |
Re: Passing module procedures to external procedures -- type issues
Group: comp.lang.fortran · Group Profile · Search for glen in comp.lang.fortran
Author: robert.corbett
Date: Sep 19, 2008 22:16
... what this error message means; surely, the other_sub name uniquely identifies a subroutine throughout the whole module? Is my code standard conforming or not? It is not standard conforming code. As Glen Hermannsfeldt suggests, you need to either provide an explicit interface for other_sub or declare it in an EXTERNAL statement. My guess is that Intel Fortran will report the error to you if you use the right compiler...
Show full article (1.64Kb) |
Re: Passing module procedures to external procedures -- type issues
Group: comp.lang.fortran · Group Profile · Search for glen in comp.lang.fortran
Author: robert.corbett
Date: Sep 19, 2008 22:14
... what this error message means; surely, the other_sub name uniquely identifies a subroutine throughout the whole module? Is my code standard conforming or not? It is not standard conforming code. As Glen Hermannsfeldt suggests, you need to either provide an explicit interface for other_sub or declare it in an EXTERNAL statement. My guess is that Intel Fortran will report the error to you if you use the right compiler...
Show full article (1.52Kb) |
Re: Passing module procedures to external procedures -- type issues
Group: comp.lang.fortran · Group Profile · Search for glen in comp.lang.fortran
Author: robert.corbett
Date: Sep 19, 2008 22:06
...don't really understand what this error message means; surely, the other_sub name uniquely identifies a subroutine throughout the whole module? Is my code standard conforming or not? It is not standard conforming code. As Glen Hermannsfeldt suggests, you need to either provide an explicit interface for other_sub or declare it in an EXTERNAL statement. My guess is that Intel Fortran will report the error to you if you use the right ...
Show full article (1.38Kb) |
Re: Passing module procedures to external procedures -- type issues
Group: comp.lang.fortran · Group Profile · Search for glen in comp.lang.fortran
Author: glen herrmannsfeldt
Date: Sep 19, 2008 21:15
... message means; surely, the other_sub name uniquely identifies a subroutine throughout the whole module? Is my code standard conforming or not? Some languages have rules that names have to be defined before they are used. I believe Fortran doesn't, but you can imagine with a large number of statements in those subroutines that the compiler wouldn't find out for a long time that other_sub is the name of a subroutine. -- glen
Show full article (1.08Kb) |
|
|
|