Intel® Fortran Compiler Classic and Intel® Fortran Compiler Developer Guide and Reference

ID 767251
Date 3/22/2024
Public
Document Table of Contents

Locate Unaligned Data

Unaligned data can slow program execution. You should determine the cause of the unaligned data, fix the source code (if necessary), and recompile and relink the program.

If your program encounters unaligned data at runtime, to make it easier to debug the program, you should recompile and relink with option -g (Linux) or option /debug:full (Windows) to generate sufficient table information and debug unoptimized code.