[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
20030602: FYI - NETCDF flags for IFC
- Subject: 20030602: FYI - NETCDF flags for IFC
- Date: Mon, 02 Jun 2003 08:42:46 -0600
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