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

TIME2

Nick2
New Contributor I
363 Views
OK, a certain project gives me the error,

Error 2 error LNK2005: _TIME2 already defined in mylibrary.lib(mysourcefile.obj) PROJECTIAMTRYINGTOCOMPILE

So what I'd like to know, is where in IVF is TIME2 being used? I'm trying to use it as a common block name.

0 Kudos
1 Reply
Steven_L_Intel1
Employee
363 Views
It's used in the portability library if you use the TIME routine from IFPORT. libifport.lib
0 Kudos
Reply