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

How are index variables declared? (and about -CA compilation option)

joseluis_ortiz
Beginner
243 Views
Hello,
I'm having problems with a code that uses large arrays, and it have been told to me that itcould be related to wrong declaration of allocatable array index variables, because they could be declared as integer*4 by default and I could need them as integer*8. How can I check and change this?
Is there any compilation option like -CA and -CB that make checkbounds in an Itanium?
Thanks
0 Kudos
0 Replies
Reply