algined malloc available?

Hi,

does the PGI compiler provide a aligned_malloc which allows me to align
my data to a specific memory boundary?

Thank you.

Best,
Paul

Hi Paul,

No, we don’t provide an aligned malloc routine. Would “memalign” work? (See: posix_memalign(3) - Linux manual page)

  • Mat