LLNL / RAJA

RAJA Performance Portability Layer (C++)
BSD 3-Clause "New" or "Revised" License
491 stars 103 forks source link

Fix default build options #1591

Open rhornung67 opened 10 months ago

rhornung67 commented 10 months ago

Change CMake option defaults so that only RAJA test build by default, and all other options (exercises, examples, etc.) are off by default.

Maybe also make build of tests off by default in Release mode, but on by default in other build modes?

NOTE: This will require a change to user guide to make it consistent with code.

MrBurmark commented 10 months ago

It would be confusing to have different things build in release vs debug modes, how about only having tests enabled by default.