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.
Ayal, >Date: Mon, 2 Jun 2003 09:54:17 -0500 >From: Ayal Anis <address@hidden> >Organization: Texas A&M, Galveston >To: Steve Emmerson <address@hidden> >Subject: Re: 20030602: FYI - NETCDF flags for IFC The above message contained the following: > Yes, i refer to: > http://www.unidata.ucar.edu/packages/netcdf/other-builds.html#intel-ifc Interesting. Did you apply the patch to the file "cfortran.h"? By defining the C macro "pgiFortran" it appears that you wouldn't have to. > Specifically, the following were found to be crucial for me: > > 1) export CPPFLAGS="-DNDEBUG -DpgiFortran" > 2) export FFLAGS="-O -mp -dynamic-libcxa" > (or, export FFLAGS="-O -mp -static-libcxa" > 3) Also had to change the syntax for FLIBS to: > export FLIBS="/opt/intel/compiler70/ia32/lib/libPEPCF90.a" > > > Hope this helps, > Ayal Regards, Steve Emmerson