teuben / nemo

a Stellar Dynamics Toolbox (Not Everybody Must Observe)
https://astronemo.readthedocs.io
GNU General Public License v2.0
57 stars 42 forks source link

Clang #41

Closed jcldc closed 3 years ago

jcldc commented 3 years ago

Hi, from this branch it's possible to compile NEMO + falcON using clang compiler. I have modified some Dehnen's files and removed tons of compilation warnings.

To install nemo with clang use the following command line :

COMPILER=clang ./install_nemo clang=1

JC