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

common block alignment

lmc
Beginner
394 Views
I am getting a lot of common block alignment messages when compiling:

..incspcglo.inc(21) : Warning: Because of COMMON, the alignment of object is inconsistent with its type [IUNOU]

Is this OK or do I need to fix all of these ? A little bit slower memory access is OK with me for right now.

Thanks,
Lynn
0 Kudos
1 Reply
TimP
Honored Contributor III
394 Views
No one can guess whether your misalignments will cause it to be a little or a lot slower. There is also a possibility of error, if you combine compilations by different compilers, or maybe even with different options.
0 Kudos
Reply