Skip to content

Latest commit

 

History

History
33 lines (21 loc) · 869 Bytes

File metadata and controls

33 lines (21 loc) · 869 Bytes

TODOS

build/

  • create a build-libs script to build all dependencies

opt/

pde/

utils

  • on frontera, thrust max produces NaNs on some rtx GPUs (current fix is to do max on cpu). But unsure what the problem is

mat/

  • Remove glm ratios
  • can we remove the functions DiffCoef::compute_dKdm_gradc_gradp and ReacCoef::applydRdm? What are they needed for? Needed for SIBIA (unused for the time being)

test/

  • see discussion in src/test/
  • most unit tests are remaining using catch

doc/

  • additional details in docs might be needed

scripts/

  • extract_stats and analysis (masseffect scripts) should be merged. all useless stats need to be commented out
  • add survival jupyter notebooks from masseffect analysis repo

External functionality:

  • cython functionality (most of it is done in sibia-py; needs to be refactored)

app/