- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
This reflects my lack of understanding of the problem with NAMED COMMON. I have studied all the pdfs but no joy. Just a small clue as where to go to study answer.
clay
Link Copied
6 Replies
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Quoting - clayho
This reflects my lack of understanding of the problem with NAMED COMMON. I have studied all the pdfs but no joy. Just a small clue as where to go to study answer.
clay
Can you give a few more details about what problem you are having with named COMMON?I can imagine a couple of possible areas of confusion, but it would be better to have a better description from you.
thanks --
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Quoting - Lorri Menard (Intel)
Can you give a few more details about what problem you are having with named COMMON?I can imagine a couple of possible areas of confusion, but it would be better to have a better description from you.
thanks --
I included a screen print file (fortran_help_1.jpg) with the actual diagnostic and coding. I din't know how to access it. clay
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
See the link in my signature, below, for how to attach a file to a post.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Quoting - Steve Lionel (Intel)
See the link in my signature, below, for how to attach a file to a post.
I think that's what I did. I really ment that I couldn't tell Lorrie how to access it or look at it again myself. Thanks Steve.
clay
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Click Add Files and see if you have the folder you created. Open the folder then click on the file you uploaded. Click Add as Attachment.
We can't see your files unless you attach them to a post.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
The warnings about COMMON are just warnings, first, in case the data types aren't used consistently in all instances (which could break your program), second, because of effect on performance.
The errors about argument data types show that you have a serious disagreement between the data declarations in effect at the CALL and those in effect in the called subroutine. In the rare event that this is intentional, there are ways to force your way past it, but it will not be correct and portable. Nearly always, what you must do is make the data types agree on both sides.
The errors about argument data types show that you have a serious disagreement between the data declarations in effect at the CALL and those in effect in the called subroutine. In the rare event that this is intentional, there are ways to force your way past it, but it will not be correct and portable. Nearly always, what you must do is make the data types agree on both sides.

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