E3SM-Project / HOMMEXX

Clone of ACME for CMDV-SE project to convert HOMME to C++
11 stars 0 forks source link

[WIP] Config: Bottleneck config systems' config files through Config.hpp. #332

Closed ambrad closed 6 years ago

ambrad commented 6 years ago

In Config.hpp, we'll either #include a config system's headers, or we'll set reasonable default values. All other files should include Config.hpp and not config systems' headers.

ambrad commented 6 years ago

I need to run checks on platforms early this week, but I can't think of anything else we want in a centralized configuration. @mfdeakin-sandia, when you review this, let me know if there's something more that will further simplify integration.

ambrad commented 6 years ago

KNL and P100 unit, dev, short tests pass.