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

USE of modules

hildecodron
Beginner
559 Views
I'm currently evaluating the Intel Fortran Compiler.

I have a program which uses the USE-statement.

USE TestCall

When compiling the code, I've got the following compilation error:

Error FCE22 : Module TestCall USEd by program TestProgram in work.pc not found

However TestCall is specified in TestCall.mod.

Thanks,
Hilde
0 Kudos
1 Reply
Steven_L_Intel1
Employee
559 Views
What version of Intel Fortran are you using? As far as I know, the work.pc files went away with version 7.0. The error suggests that the source containing module TestCall was not previously compiled.

Steve
0 Kudos
Reply