comp-physics / RBC3D

3D Spectral boundary integral solver for cell-scale blood flow
MIT License
7 stars 3 forks source link

Documenting profiling and scaling results #7

Open sbryngelson opened 6 months ago

sbryngelson commented 6 months ago

Documenting profiling and weak and strong CPU scaling results in the repo.

suzanmanasreh commented 1 month ago

This should probably be a part of CI, not documentation, because profiling results should be easily reproducible. Petsc's profiler lets you wrap pieces of code and output run-time results, so it shouldn't be too hard.