[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: 19990211: Does netcdf run on IRIX64-6.5?
- Subject: Re: 19990211: Does netcdf run on IRIX64-6.5?
- Date: Thu, 11 Feb 1999 12:54:59 -0700
>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