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

ID 767251
Date 9/08/2022
Public

A newer version of this document is available. Customers should click here to go to the newest version.

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 the -g (Linux* OS and macOS) or /debug:full (Windows* OS) option to generate sufficient table information and debug unoptimized code.