- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
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
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
Link Copied
1 Reply
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
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
Steve

Reply
Topic Options
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page