Intel® Fortran Compiler
Build applications that can scale for the future with optimized code designed for Intel® Xeon® and compatible processors.
29235 Discussions

Case-sensitivity in the Fortran compiler

blicks
Beginner
537 Views
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!
0 Kudos
2 Replies
John4
Valued Contributor I
537 Views

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.

0 Kudos
Steven_L_Intel1
Employee
537 Views
Duplicate of this thread.
0 Kudos
Reply