- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Hi all,
I wrote a code with a include file : numeri.inc
integer nevas,neqns
integer nelem
parameter(nelem=10)
integer nnods
parameter (nnods=2)
etc......
I'm compiling it with ifort but I have this error:
fortcom: Error: numeri.inc, line 6 : Conflicting attributes or multiple declaration of name.
I controlled my code and I haven't define nelem in the code too, so I think that the error is due to a conflicting attributes...but I can understand how.
Can you help me, please????
Link Copied
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
It's not clear from what you have shown where the problem lies. I would need to see the declarations in the including procedure to determine where the conflict lies.
In cases like this, it is best if you can create a simple reproducer. A simplified include file, and a very simple including file for this case. Once that is done, tar it up and open a problem report on premier.intel.com.
thanks

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