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: Sun, 1 Jun 2003 10:18:27 -0500 >From: Ayal Anis <address@hidden> >Organization: TAMUG >To: Steve Emmerson <address@hidden> >Subject: FYI - NETCDF flags for IFC The above message contained the following: > I am using GENTOO Linux 1.4rc4 on a Latitude c610 laptop. > gcc version is 3.2.2 and IFC is Intel(R) Fortran Compiler for 32-bit > applications, Version 7.0 Build 20021028Z. > After having trouble with the recommended parameters for IFC > found on the NetCDF web, Are you referring to http://www.unidata.ucar.edu/packages/netcdf/other-builds.html#intel-ifc > I found the following to work and pass > the make test successfully. The following is the relevant section > from my .bashrc file: > > # Add Intel's compiler to path > export PATH=$PATH:/opt/intel/compiler70/ia32/bin > > # The following is needed when using Intel Fortran Compiler with NetCDF > # NOTE: Activate before running the NetCDF configure script > # =================================================== > export FC=ifc > export FLIBS="/opt/intel/compiler70/ia32/lib/libPEPCF90.a" > #export FFLAGS="-O -mp -static-libcxa" > export FFLAGS="-O -mp -dynamic-libcxa" > export CPPFLAGS="-DNDEBUG -DpgiFortran" > > > Cheers, > Ayal Anis Regards, Steve Emmerson