[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Warnings during 3.3.1 T3E build



On Jun 26,  2:36pm, John Sheldon wrote:
> Subject: Warnings during 3.3.1 T3E build
> Hi Glenn-
>
> Fast question (I think)...
>
> I finally got around to building 3.3.1 from the tar file on our T3E,
> and I got ALOT of these during the "make test":
>
>    DOUBLE PRECISION is not supported on this platform.  REAL will be used.
>
> Is this unavoidable?  Things seem to run OK.  But users are going to
> get a whole lot of these warnings whenever they "#include "netcdf.inc"'
> in their codes.
>
> Thanks-
> John
>-- End of excerpt from John Sheldon


I think there is a option to the fortran compiler to suppress the warning.
There may also be an option which tells the compiler
"map doubleprecision to real" (which is what the compiler does.) Adding
this should also suppress the warning.

-glenn