PrincetonUniversity / SPECFEMPP

SPECFEM++ is a complete re-write of SPECFEM suite of packages (SPECFEM2D, SPECFEM3D, SPECFEM3D_GLOBE) using C++
https://specfem2d-kokkos.readthedocs.io/en/latest/
GNU General Public License v3.0
16 stars 9 forks source link

Use local boost and compile tests only when required #63

Closed Rohit-Kakodkar closed 1 year ago

Rohit-Kakodkar commented 1 year ago

CMAKE updates for faster compilation:

1) Use local boost directory when provided - Currently a version of boost is downloaded for every new compilation which increases compile times 2) Compile tests only when required - Only compile tests when BUILD_TESTS flags is ON

sirpipat commented 1 year ago

I will do it

lsawade commented 1 year ago

@sirpipat How about I do 1 and you do 2?

sirpipat commented 1 year ago

@lsawade It sounds like a good idea.