- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
I get these errors during compilation of my project.
C:\sf61\proces\save.f(583): error #6405: The same named entity from different modules and/or program units cannot be referenced. [COMPL]
ifort: error #10298: problem during post processing of parallel object compilation
compilation aborted for C:\sf61\proces\save.f (code 1)
Unable to open argument file, C:\Users\dave\AppData\Local\Temp\8132104arg3.
I also get the same errors except for the last argument file message for another routine using the same COMPL variable.
Interestingly enough, If I do another build only one file, but not both give the error.
I'm 100% certain there is only one definition of COMPL in a module. But I'm concerned about the #10298 error and why it can't find the argument file. Are these all related? These lines are all contiguous in the output window.
If I change every usage from COMPL to C0MPL (using a zero instead of O). the code all compiles and links fine. And there is no reference to a COMPL in the .map file. I do have variables COMP and COMPW defined in the same module. But I can't live with using a zero as the name gets used by our users, and I need it to be consistent.
Making a sample is nearly impossible and the code is proprietary. I could break out pieces, to show, but that usually isn't too helpful.
Link Copied
- « Previous
-
- 1
- 2
- Next »
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content

- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page
- « Previous
-
- 1
- 2
- Next »