NOTICE: This version of the NSF Unidata web site (archive.unidata.ucar.edu) is no longer being updated.
Current content can be found at unidata.ucar.edu.

To learn about what's going on, see About the Archive Site.

anyone get Intel fortran 9.0 to build netCDF?

Howdy all!

I can't get the latest version of Intel's Fortran compiler to build
netCDF. 

Although version 8.1 of the Intel fortran 90 compiler worked with
netCDF 3.6.0-p1 (with environmental vars CPPFLAGS=-DpgiFortran,
FC=ifort, FFLAGS="-g -O2 -mp -recursive"), I can't get version 9.0.031
to work.

I get an error like this:

...
+ ifort -c -g -O2 -mp -recursive util.F
util.F(1154): #error: can't find include file: No C equivalent to Fortran 
INTEGER*2
util.F(1170): #error: can't find include file: No C equivalent to Fortran REAL
util.F(1178): #error: can't find include file: No C equivalent to Fortran DOUBLE
util.F(1222): #error: can't find include file: No C equivalent to Fortran 
INTEGER*2
util.F(1238): #error: can't find include file: No C equivalent to Fortran REAL
util.F(1246): #error: can't find include file: No C equivalent to Fortran DOUBLE
make[2]: *** [util.o] Error 6
make[2]: Leaving directory `/home/ed/netcdf-3.6.0-p1/src/nf_test'
make[1]: *** [subdir_target] Error 1
make[1]: Leaving directory `/home/ed/netcdf-3.6.0-p1/src'
make: *** [nf_test/test] Error 2


It seems as if the preprocessing of the .F files has changed - or
something bad is going on there.

If any Intel fortran compiler fan knows the answer to this, it would
be very helpful!

Thanks!

Ed

-- 
Ed Hartnett  -- ed@xxxxxxxxxxxxxxxx


  • 2006 messages navigation, sorted by:
    1. Thread
    2. Subject
    3. Author
    4. Date
    5. ↑ Table Of Contents
  • Search the netcdfgroup archives: