This archive contains answers to questions sent to Unidata support through mid-2025. Note that the archive is no longer being updated. We provide the archive for reference; many of the answers presented here remain technically correct, even if somewhat outdated. For the most up-to-date information on the use of NSF Unidata software and data services, please consult the Software Documentation first.
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