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.

USE of modules

hildecodron
Beginner
562 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
562 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