Intel® Fortran Compiler
Build applications that can scale for the future with optimized code designed for Intel® Xeon® and compatible processors.
Announcements
FPGA community forums and blogs on community.intel.com are migrating to the new Altera Community and are read-only. For urgent support needs during this transition, please visit the FPGA Design Resources page or contact an Altera Authorized Distributor.

Maximum units in CONTAINS ?

mattsdad
Beginner
484 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
484 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