Portable isfinite for gfortran 4.0.3 and ifort 8.1/9.0
- From: "Niels L Ellegaard" <niels.ellegaard@xxxxxxxxx>
- Date: 15 Jul 2006 03:39:59 -0700
Dear gurus
I am looking for an implementation of isfinite that works on the
following three compilers
gfortran 4.0.3, ifort 8.1, and ifort 9.0
I do not use the -fastmath flag when compiling, but I do use the
optimization flags. what is the simplest failproof way to do the test?
Niels
BTW: Is it possible to determine the name of the compiler from inside
the code?
.
- Follow-Ups:
- Re: Portable isfinite for gfortran 4.0.3 and ifort 8.1/9.0
- From: Steven G. Kargl
- Re: Portable isfinite for gfortran 4.0.3 and ifort 8.1/9.0
- From: Joost
- Re: Portable isfinite for gfortran 4.0.3 and ifort 8.1/9.0
- Prev by Date: Re: recl on g95 and gfortran
- Next by Date: Re: Portable isfinite for gfortran 4.0.3 and ifort 8.1/9.0
- Previous by thread: Algorithm for distance from point to function
- Next by thread: Re: Portable isfinite for gfortran 4.0.3 and ifort 8.1/9.0
- Index(es):
Relevant Pages
|