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.
Hi Tim, I'm not sure what's going on with 3.6.3 and the Intel 10.1 compiler, but we have two examples of the complete output from running configure and "make check" using the Intel 10.1 compiler on the current snapshot release, available from ftp://ftp.unidata.ucar.edu/pub/netcdf/snapshot/netcdf-4-daily.tar.gz These do not specify "--enable-netcdf-4" as a configure option, so they only build the netCDF-3 libraries. The first example is for 64-bit libraries, and uses the environment variables CPPFLAGS= CC=icc CFLAGS="-g -O2" CXX=icpc CXXFLAGS="-I/opt/intel/cce/10.1.015/include" FC=ifort FCFLAGS=-g F77=ifort FFLAGS=-g and configure options --prefix=/machine/netcdf/nc_test_20226/in1 The successful output, for comparison, is here: http://www.unidata.ucar.edu/netcdf/builds/snapshot/out_shecky_2009032400_10_0.txt The second example is for 32-bit libraries, and uses CPPFLAGS= CC=icc CFLAGS="-L/opt/gcc4.1.2/lib -O3 -xN -ip -no-prec-div -static" CXX=icpc CXXFLAGS="-L/opt/gcc4.1.2/lib -O3 -xN -ip -no-prec-div -static -I/opt/gcc4.1.2/include" FC=ifort FCFLAGS="-L/opt/gcc4.1.2/lib -O3 -xN -ip -no-prec-div -static" F77=ifort FFLAGS="-L/opt/gcc4.1.2/lib -O3 -xN -ip -no-prec-div -static" and configure options --prefix=/machine/netcdf/nc_test_20224/in1 and the successful output is here: http://www.unidata.ucar.edu/netcdf/builds/snapshot/out_shecky_2009032400_9_0.txt By looking at the output and comparing with what you see, you might be able to figure out the problem. If not, please send us what we need to figure it out: http://www.unidata.ucar.edu/software/netcdf/docs/netcdf-install/Reporting-Problems.html --Russ Russ Rew UCAR Unidata Program address@hidden http://www.unidata.ucar.edu Ticket Details =================== Ticket ID: RMU-757531 Department: Support netCDF Priority: Normal Status: Closed