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

Case-sensitivity in the Fortran compiler

blicks
초급자
535 조회수
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 포인트
2 응답
John4
소중한 기여자 I
535 조회수

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 포인트
Steven_L_Intel1
535 조회수
Duplicate of this thread.
0 포인트
응답