LLNL / serac

Serac is a high order nonlinear thermomechanical simulation code
BSD 3-Clause "New" or "Revised" License
178 stars 31 forks source link

Add ninja option to configure script #1116

Closed chapman39 closed 3 months ago

chapman39 commented 3 months ago

Small PR adding ninja as an option to the configure script.

./config-build.py -hc host-configs/quartz-toss_4_x86_64_ib-clang\@14.0.6.cmake --ninja
cd build-quartz-toss_4_x86_64_ib-clang\@14.0.6-debug/
srun -N1 ninja
salloc -N1 ninja test

Fixes #1109

codecov-commenter commented 3 months ago

Codecov Report

All modified and coverable lines are covered by tests :white_check_mark:

Project coverage is 90.63%. Comparing base (fc9d994) to head (3452964).

Additional details and impacted files ```diff @@ Coverage Diff @@ ## develop #1116 +/- ## ======================================== Coverage 90.63% 90.63% ======================================== Files 162 162 Lines 14464 14464 ======================================== Hits 13109 13109 Misses 1355 1355 ```

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.