Re: Alignment of arrays

2022-12-21 Thread Tobias Burnus
Dear Tobias, hi all, On 21.12.22 09:40, Tobias Melson via Fortran wrote: I am wondering about alignment of allocatable arrays: Does the gfortran compiler in its latest version automatically align arrays to the 64 byte boundary? For comparison, the Intel compiler has a flag "-align array64byte",

Alignment of arrays

2022-12-21 Thread Tobias Melson via Fortran
Dear all, I am wondering about alignment of allocatable arrays: Does the gfortran compiler in its latest version automatically align arrays to the 64 byte boundary? For comparison, the Intel compiler has a flag "-align array64byte", which forces alignment of all arrays (except for the ones in