Re: Who uses clapack?

From: Gordon Sande (g.sande_at_worldnet.att.net)
Date: 12/16/04


Date: Thu, 16 Dec 2004 17:52:26 GMT


Roman Werpachowski wrote:
> On the 16 Dec 2004 08:42:59 -0600, beliavsky@aol.com wrote:
>
>
>>>>>Can you define something like
>>>>>
>>>>>struct {
>>>>> int *modes;
>>>>> int *parts;
>>>>> double energy;
>>>>>} state;
>>>>>
>>>>
>>>>type :: state
>>>> integer, pointer :: modes => null()
>>>> integer, pointer :: parts => null()
>>>> double precision :: energy
>>>>end type state
>>>
>>>In Fortran 77 ?
>>
>>No. Fortran 90 or 95.
>
>
> Since there is no free stable Fortran 95 compiler with optimizing, this
> is of no use to me.
>

There is the Salford FTN95 personal edition which is both a superb
debugging compiler and offers optimization. It runs on Win32. Personal
edition means free for noncommercial use if I understand the license.

The Intel Fortran 95 for Linux is free and offers heavy optimization.
It's Win32 companion is not free.

Since both of these have had updates to cure bugs I expect that is
why you call them unstable. The g95 and gfortran GNU Compiler twins
are not really at a releasable stage so can not yet really be judged.



Relevant Pages

  • Re: Brian Kernighan, maybe Im not worthy, maybe Im scum
    ... what experienced programmers do, ... optimization, ... Thugs" ad nauseum fits that a lot more closely than discussing compiler ... be modified outside a loop, and guessing ...
    (comp.programming)
  • long(!) Re: need help on CFLAGS in /etc/make.conf please
    ... For example, MPlayer sets this high on purpose, so GCC will actually ... and the K&R compiler would've known exactly the kind of optimization we wanted. ... >> A msg from Richard Coleman, taken together with the GCC 3.x Known Bugs ...
    (freebsd-questions)
  • Re: SETF and variable issues in Self Similar program.
    ... The way to get a compiler to optimize a tail-call ... call optimization turned on. ... It changes the semantics of the language in a big way. ... In Common Lisp it has to interact with condition handling, ...
    (comp.lang.lisp)
  • Re: Programming languages
    ... >> execution time, ... That's not a good candidate for optimization. ... if there is comething the compiler ... António> programmers and those can't cope with anything else than ...
    (sci.lang)
  • Re: Debugging and optimizations
    ... and compiler optimizations. ... Earlier in the week I was talking to a developer about optimization ... The problem is in the compiler not the source level debugging format. ... The compilers should be able to provide source level debug information ...
    (comp.programming)