AMReX-Astro / Nyx

An adaptive mesh, N-body hydro cosmological simulation code
https://amrex-astro.github.io/Nyx/
Other
90 stars 36 forks source link

make vs. cmake #79

Closed teuben closed 3 years ago

teuben commented 3 years ago

I applaud you for keeping both install methods working. It confused me though, to read the install directions for "make" that I needed to set the COMP to something like gnu or intel..... instead of using the CXX/CC name standards? In my case, what would one do if the compile is called g++-10.

(i know, i can track this down by following the include hiaerarchy.... which also make me realize the only Linux is supported? Has a MacOSX been tried? Might be useful to make a note of this somewhere, to prevent frustrations?

WeiqunZhang commented 3 years ago

https://amrex-codes.github.io/amrex/docs_html/BuildingAMReX.html#gcc-on-macos

teuben commented 3 years ago

on the MacOSX I had a comment on this in #80

jmsexton03 commented 3 years ago

Added reference to amrex documentaiton in Nyx build documentation Added CI for CMake macos build