Intel® Fortran Compiler
Build applications that can scale for the future with optimized code designed for Intel® Xeon® and compatible processors.

netcdf and IVF

mr_peanut
Beginner
473 Views
Just a quick note to users of netcdf. I have found only the static library netcdfs.lib version 3.5.5 to compile properly with the following method.
1) Put netcdfs.lib version 3.5.5 in your source directory.
2) Properties/Fortran/External Procedures/Calling Convention -> CVF
3) Properties/Linker/Input/Additional Dependencies -> netcdfs.lib
4)Properties/Linker/Input/Ignore Specific Library -> libcmt
(If you are compiling under Debugthen : libc;libcmt)
0 Kudos
0 Replies
Reply