On Tue, 2007-08-14 at 16:33 +0100, John Travers wrote: > Anyway, I'm trying to ensure that arrays I allocate in gfortran are 16 > byte aligned for use with > fftw We could use posix_memalign() on systems where it is supported, and use free() to free it again.