[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[netCDF #PAW-153847]: problem with make check
- Subject: [netCDF #PAW-153847]: problem with make check
- Date: Thu, 20 Mar 2008 12:53:46 -0600
Yevgeniy,
With netCDF version 3.6.2, the configure script is supposed to automatically
make sure CPPFLAGS includes -DpgiFortran when the
compiler is ifort. If this didn't work, you may have to run
make distclean
CPPFLAGS=-DpgiFortran ./configure ...
make check
to make sure that flag gets included on the C compile lines. The
above assumes you are using sh, bash, or ksh. If using csh or tcsh,
use
setenv CPPFLAGS -DpgiFortran
before rerunning configure.
--Russ
Russ Rew UCAR Unidata Program
address@hidden http://www.unidata.ucar.edu
Ticket Details
===================
Ticket ID: PAW-153847
Department: Support netCDF
Priority: Normal
Status: Closed