[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[netCDF #PAW-153847]: problem with make check
- To: yarastig@xxxxxxxxx
- Subject: [netCDF #PAW-153847]: problem with make check
- From: "Unidata netCDF Support" <support-netcdf@xxxxxxxxxxxxxxxx>
- Date: Thu, 20 Mar 2008 12:53:46 -0600
- Delivered-to: support-netcdf@unidata.ucar.edu by laraine.unidata.ucar.edu (Postfix) with ESMTP id B86EACB1A2; Thu, 20 Mar 2008 12:53:46 -0600 (MDT) id 7FC7FD5116; Thu, 20 Mar 2008 12:53:46 -0600 (MDT)
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
russ@xxxxxxxxxxxxxxxx http://www.unidata.ucar.edu
Ticket Details
===================
Ticket ID: PAW-153847
Department: Support netCDF
Priority: Normal
Status: Closed