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

Maximum units in CONTAINS ?

mattsdad
Beginner
481 Views

I have a module that has **LOTS** of small subroutines. I am getting error messages on the link that say:

error LNK2019: unresolved external symbol _RAND_ADVANCE referenced in function _RANDOM_DRAWS_mp_UNIFORM

But that call is not in the referenced routine. And, when I comment out the routine from the module the same error massage shows up on another unit.

Is there a maximum number of routines and includes that I can have in the CONTIANS part of a module?

0 Kudos
1 Reply
Steven_L_Intel1
Employee
481 Views
There is not supposed to be a limit. Please submit this problem to Intel Premier Support and attach a test case.
0 Kudos
Reply