m-a-d-n-e-s-s / madness

Multiresolution Adaptive Numerical Environment for Scientific Simulation
GNU General Public License v2.0
181 stars 62 forks source link

Fix for case where no aligned_alloc #559

Open EricaCMitchell opened 1 week ago

EricaCMitchell commented 1 week ago

Addresses issue #558.

If HAVE_POSIX_MEMALIGN then use posix_memalign over aligned_alloc.