- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Hello, fellow members!
Im totally new to this. I have just installed Intel Visual Fortran Composer XE 2011 and started to play around with the samples.
Im just wondering if there is any way to make the Intel Visual Fortran Composer XE 2011 case-sensitive? I have a colleague that says that you could enable case-sensitivity in the 9.1 version. Is this correct?
That is:
integer, parameter :: ROW=101
and
integer, parameter :: Row=101
would be two different variables.
Best regards and thanks in advance!
Im totally new to this. I have just installed Intel Visual Fortran Composer XE 2011 and started to play around with the samples.
Im just wondering if there is any way to make the Intel Visual Fortran Composer XE 2011 case-sensitive? I have a colleague that says that you could enable case-sensitivity in the 9.1 version. Is this correct?
That is:
integer, parameter :: ROW=101
and
integer, parameter :: Row=101
would be two different variables.
Best regards and thanks in advance!
Link Copied
2 Replies
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
IVF has the/names:as_is switch, which I tried to use in the past in order to merge code from two different modules (with PI as the diameter-to-perimeter ratio in one module, and pi as the initial pressure in the other).
Back then it didn't work very well, mainly because the compiler had the tendency to get confused with kind suffixes and binding names. I'm not sure if the problem was solved.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content

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