SimVascular / svZeroDSolver

A C++ lumped-parameter solver for blood flow and pressure in hemodynamic networks
https://simvascular.github.io/documentation/rom_simulation.html#0d-solver
Other
7 stars 20 forks source link

update docs to reflect gcc sherlock version #130

Closed ncdorn closed 1 month ago

ncdorn commented 2 months ago

Update documentation to reflect correct gcc version on sherlock

Current situation

Currently, the gcc version specified in the documentation (12.1.0) does not exist on sherlock anymore

Release Notes

The version of gcc in the sherlock build documentation has been updated to 14.2.0

Documentation

documentation main page was changed slightly

Testing

N/A

Code of Conduct & Contributing Guidelines

codecov[bot] commented 2 months ago

Codecov Report

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

Project coverage is 79.42%. Comparing base (edd6156) to head (ac0618b). Report is 1 commits behind head on master.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## master #130 +/- ## ======================================= Coverage 79.42% 79.42% ======================================= Files 52 52 Lines 2202 2202 Branches 279 279 ======================================= Hits 1749 1749 Misses 453 453 ```

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

menon-karthik commented 2 months ago

@ncdorn Thanks for making this update. Have you checked if the tests still pass using gcc 14.2.0?

ncdorn commented 1 month ago

@menon-karthik the tests (excluding the directed graph tests which I believe are still being updated) pass with gcc 14.2.0 on Sherlock.