Re: Who uses clapack?
From: Gordon Sande (g.sande_at_worldnet.att.net)
Date: 12/16/04
- Next message: Gottfried Helms: "Re: creating artificial dataset for nonlinear PCA"
- Previous message: John Ashby: "Re: Who uses clapack?"
- In reply to: Roman Werpachowski: "Re: Who uses clapack?"
- Next in thread: Roman Werpachowski: "Re: Who uses clapack?"
- Reply: Roman Werpachowski: "Re: Who uses clapack?"
- Messages sorted by: [ date ] [ thread ]
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.
- Next message: Gottfried Helms: "Re: creating artificial dataset for nonlinear PCA"
- Previous message: John Ashby: "Re: Who uses clapack?"
- In reply to: Roman Werpachowski: "Re: Who uses clapack?"
- Next in thread: Roman Werpachowski: "Re: Who uses clapack?"
- Reply: Roman Werpachowski: "Re: Who uses clapack?"
- Messages sorted by: [ date ] [ thread ]
Relevant Pages
|