AMReX-Codes / amrex

AMReX: Software Framework for Block Structured AMR
https://amrex-codes.github.io/amrex
Other
503 stars 336 forks source link

New CMake option: AMReX_CCACHE #3994

Closed WeiqunZhang closed 1 week ago

WeiqunZhang commented 2 weeks ago

Add a new CMake option, AMReX_CCACHE[=OFF].

Enable ccache in a Windows CI that used to take about 1.5 hours. With ccache, it reduces to xxx.

WeiqunZhang commented 1 week ago

Finally able to make cmake with visual studio generator use ccache. Unfortunately, some msvc flags are not supported.