prisms-center / phaseField

PRISMS-PF: An Open-Source Phase-Field Modeling Framework
https://prisms-center.github.io/phaseField/
Other
218 stars 119 forks source link

Would it be useful to switch to `ninja` instead of `make` #231

Open landinjm opened 1 month ago

landinjm commented 1 month ago

Ninja (https://github.com/ninja-build/ninja) seems like a good alternative to Make for compiling.

The main advantage of this is to reduce compile times when making incremental changes. I am unsure how it would affect the performance. Or if would matter for most users since the compilation time for applications is already quite fast (~1min). It would most likely save time for developers/contributors though.

landinjm commented 2 weeks ago

Would be worth looking into some more. Compile times added up when I was recently making changes to the equation dependency parsers ( a small change would practically cause the entire library to recompile)