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, > But I found only ftst_vars.F. When I compiled with ifort I got error: > > /shared/IntelFort/bin/ifort ftst_vars.F I think you need to specify where the netCDF library is installed so the compiler can find it. For example, if you installed the libraries in the /usr/local/lib directory, you would need to use something like: /shared/IntelFort/bin/ifort -I/usr/local/include ftst_vars.F -L/usr/local/lib -lnetcdf If you did not run "make install", the libraries and include files are not yet installed, so the above will not work yet. If you selected a different place to install than the default /usr/local, you will need to substitute that in the example above. --Russ Russ Rew UCAR Unidata Program address@hidden http://www.unidata.ucar.edu Ticket Details =================== Ticket ID: ABX-366174 Department: Support netCDF Priority: Normal Status: Closed