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.
>To: address@hidden
>From: "Jorge E. Bardina" <address@hidden>
>Subject: NETCDF
>Organization: Caelum esearch Corp. - NASA Ames Research Center
>Keywords: 199902111902.MAA08226
Hi Jorge,
> Does netcdf run on IRIX64-6.5?
Yes, netCDF version 3.4 does. We set the following environment
variables before running the configure script and everything worked:
CC='/bin/cc -n32' # MIPSpro Compilers: Version 7.2.1.1m
CFLAGS=-g
FC='/bin/f90 -n32' # MIPSpro Compilers: Version 7.2.1.1m
FFLAGS=-g
CXX='/bin/CC -n32' # MIPSpro Compilers: Version 7.2.1.1m
Here's the reason we used f90 instead of f77:
IRIX f90 Note: On IRIX 6.x platforms with version 7 compilers, the
f90 compiler accepts 'integer*1', while f77 accepts both
'integer*1' and 'byte'. Using FC=f90 forces the configure script
to select 'integer*1'. The resulting *.inc files and test
configurations will then work with either compiler.
For more information, see the updated INSTALL file at
http://www.unidata.ucar.edu/packages/netcdf/INSTALL
--Russ
_____________________________________________________________________
Russ Rew UCAR Unidata Program
address@hidden http://www.unidata.ucar.edu