N-BodyShop / changa

UIUC/PPL version of ChaNGa
http://hpcc.astro.washington.edu/tools/changa.html
GNU General Public License v2.0
42 stars 28 forks source link

Remove -m64 from target_arch #181

Closed trquinn closed 1 month ago

trquinn commented 1 month ago

This breaks on ARM compiles, and it is not clear if it is ever needed on x86 architectures: all available x86 architectures are 64 bit by default.

bwkeller commented 1 month ago

This makes sense to me, I can't imagine anyone needing to run on i386 anymore.