trilinos / ForTrilinos

ForTrilinos provides portable object-oriented Fortran interfaces to Trilinos C++ packages.
https://trilinos.github.io/ForTrilinos
BSD 3-Clause "New" or "Revised" License
24 stars 12 forks source link

Add ccache to testing #266

Closed aprokop closed 4 years ago

aprokop commented 5 years ago

With the fact that we need to build multiple node types, testing is now taking a long time. As we build the same version of Trilinos, we should just use ccache for it, so that it only rebuilds ForTrilinos part.

aprokop commented 4 years ago

Implemented in #272.