JiscMail Logo
Email discussion lists for the UK Education and Research communities

Help for COMP-FORTRAN-90 Archives


COMP-FORTRAN-90 Archives

COMP-FORTRAN-90 Archives


COMP-FORTRAN-90@JISCMAIL.AC.UK


View:

Message:

[

First

|

Previous

|

Next

|

Last

]

By Topic:

[

First

|

Previous

|

Next

|

Last

]

By Author:

[

First

|

Previous

|

Next

|

Last

]

Font:

Proportional Font

LISTSERV Archives

LISTSERV Archives

COMP-FORTRAN-90 Home

COMP-FORTRAN-90 Home

COMP-FORTRAN-90  1999

COMP-FORTRAN-90 1999

Options

Subscribe or Unsubscribe

Subscribe or Unsubscribe

Log In

Log In

Get Password

Get Password

Subject:

Re: Future of Fortran

From:

"robin" <[log in to unmask]>

Reply-To:

robin

Date:

Wed, 10 Mar 99 13:56:59 PST

Content-Type:

text/plain

Parts/Attachments:

Parts/Attachments

text/plain (138 lines)

 Pierre Hugonnet wrote:

> Malcolm Cohen wrote:
> >
> > I would think that using the intrinsic DOT_PRODUCT would be the obvious
> > thing to do here (I believe all the BLAS 1 and 2 routines have "obvious"
> > translations into intrinsic F90 functions).
>
> dot product was just an example. Consider routines which do
> not have intrinsic equivalent (or even dot product on >1 dimension
> arrays, or NRM2(),...).

> > OTOH you can provide the generic interface yourself, and this is not
> > terribly hard to do.
>
> It isn't hard, simply requires a lot of time,

It doesn't take "a lot of time".

> especially if you
> use many libraries on many platforms... I consider this is a
> waste of time. In the old days we didn't have to do that...

Yes, and there were often (programming) errors introduced
because of that.

Now, with interfaces/modules, not only can calling be
automated and simplified, it's error-free, and you get
a compile-time error message if you make a mistake.

Many of us have adopted the modern facilities of F90/95,
because they offer considerable savings in preparation and
debugging time.

> > Perhaps you've not seen many Fortran 90 libraries?  (You did say that
> > you used only F77 and not F90, so this is not an unlikely deduction!)
> > Several of the ones I have seen (including our own) provide a generic
> > interface.
> >
>
> I DO use F90. What I said is that F77 is still the "standard" langage
> of our data processing software, so that I'm forced to use it
> more than I would like.

With a wrapper, you can still use it, and can have an automated
error-free interface as well.

> > > the many free libraries, and the libraries you write yourself?
> > > This kind of interface is processor-dependant (one version of the
> > > routine for each kind value supplied by the compiler), so that it
> >
> > Yes, if the number of real kinds is not the same then the library cannot
> > be written portably - because either it supplies 2 or 3 or 4 routines.
> > (Assuming it wants complete coverage of REAL kinds - not necessarily true).
> >
> > OTOH, it is possible (and easy) to design the library to be *called*
> portably, simply by using generics.
> >
>
> According to my experience it is not so easy. The key point being
> the correspondance between the kinds used in the library and the
> kinds used in a calling program. It turns out in fact that you
> always need to assume that you are using the default REAL and
> DOUBLE PRECISION kinds, even hidden by the
> SELECTED_REAL_KIND mechanism.
>
> Using SELECTED_REAL_KIND without any (implicit) reference to
> REAL or DOUBLE PRECISION is almost impossible.

Nonsense.  The F compiler does not even have DOUBLE PRECISION !
(but it does have real (kind= . . . )

> > If you restrict yourself to (default) REAL and DOUBLE PRECISION it is
> trivial to do it portably.  If you don't so restrict yourself then
> > (a) using just REAL and DOUBLE PRECISION does not work (duh!)
> > (b) portability (of the library code itself) necessarily goes out the window
> >     if you want to use machines with different numbers of real kinds.
>
> That's why I say that SELECTED_REAL_KIND doesn't bring any advantage
> in terms of portability: if you want to be portable, you are
> forced to use REAL and DOUBLE PRECISION.

I (and others) have said that this is not so.  We have demonstrated it.

> In a not so distant past, I proposed to define "standard" real
> kind constants, which could be commonly accepted as references:
>
> ISO_REAL_KIND_1 = SELECTED_REAL_KIND(p=6,r=25)
> ISO_REAL_KIND_2 = SELECTED_REAL_KIND(p=12,r=250)
> ISO_REAL_KIND_3 = SELECTED_REAL_KIND(p=24,r=2500)

You're safer without the "r" option, as there's no guarantee
that these figures can be universally met, esp. the 2500.

> It doesn't need to be part of the standard, but it could be
> a "standard" extension module (such as ISO_VARYING_STRING)

No need to.  Anyway, if you want one, it's so easy to write
such a module containing 3 declarations.

Conditional compilation sounds like a good idea.

> With these constants, libraries could be easily written and called
> portably (with the help of conditionnal compilation, since
> the constants could be equals, or equal to -1)

No problem wth libraries and single/double, as Fortran
must have at least two real kinds.  The intrinsics PRECISION
and/or SRK can be used to guarantee that the kinds are unique.

With three or more real kinds available, explicit calls to
procedures using the third or fourth real kind
would be necessary so as to maintain portability.
But precision for all could be specified using SRK.

> Best regards
>
>
>
> --
> +-----------------------------------+----------------------------+
> |          Pierre Hugonnet          | mail....CGG                |
> |                                   |         1, rue Leon Migaux |
> |    Seismic Data Processing R&D    |         91341 MASSY cedex  |
> |                                   |         FRANCE             |
> | COMPAGNIE GENERALE DE GEOPHYSIQUE | phone...(33) 164 47 45 59  |
> | Massy processing centre  (France) | fax.....(33) 164 47 32 49  |
> |        http://www.cgg.com         | [log in to unmask]  |
> +-----------------------------------+----------------------------+
> My opinions are not necessarily those of CGG
> ------------------------------------------------------------------------------
> --




%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%

Top of Message | Previous Page | Permalink

JiscMail Tools


RSS Feeds and Sharing


Advanced Options


Archives

December 2023
February 2023
November 2022
September 2022
February 2022
January 2022
June 2021
November 2020
September 2020
June 2020
May 2020
April 2020
December 2019
October 2019
September 2019
March 2019
February 2019
January 2019
November 2018
October 2018
September 2018
August 2018
July 2018
May 2018
April 2018
March 2018
February 2018
January 2018
December 2017
November 2017
October 2017
September 2017
August 2017
July 2017
June 2017
May 2017
April 2017
March 2017
January 2017
December 2016
November 2016
October 2016
September 2016
August 2016
July 2016
June 2016
May 2016
April 2016
March 2016
February 2016
December 2015
November 2015
October 2015
September 2015
August 2015
June 2015
April 2015
March 2015
January 2015
December 2014
November 2014
October 2014
August 2014
July 2014
May 2014
April 2014
March 2014
February 2014
January 2014
December 2013
November 2013
July 2013
June 2013
May 2013
April 2013
February 2013
January 2013
December 2012
November 2012
October 2012
September 2012
August 2012
July 2012
June 2012
April 2012
March 2012
February 2012
January 2012
December 2011
November 2011
October 2011
September 2011
August 2011
July 2011
June 2011
May 2011
April 2011
March 2011
February 2011
January 2011
December 2010
November 2010
October 2010
August 2010
July 2010
June 2010
March 2010
February 2010
January 2010
December 2009
October 2009
August 2009
July 2009
June 2009
March 2009
February 2009
January 2009
December 2008
November 2008
October 2008
September 2008
August 2008
July 2008
June 2008
May 2008
April 2008
March 2008
February 2008
December 2007
November 2007
October 2007
September 2007
August 2007
July 2007
June 2007
May 2007
April 2007
March 2007
January 2007
2006
2005
2004
2003
2002
2001
2000
1999
1998
1997


JiscMail is a Jisc service.

View our service policies at https://www.jiscmail.ac.uk/policyandsecurity/ and Jisc's privacy policy at https://www.jisc.ac.uk/website/privacy-notice

For help and support help@jisc.ac.uk

Secured by F-Secure Anti-Virus CataList Email List Search Powered by the LISTSERV Email List Manager