DARMA-tasking / LB-analysis-framework

Analysis framework for exploring, testing, and comparing load balancing strategies
Other
3 stars 1 forks source link

Investigate compatibility with more recent versions of Python than 3.9 after VTK dependency removal #509

Closed ppebay closed 1 month ago

ppebay commented 2 months ago

This issue is motivated by the following r/t error with 3.12:

[lbsGridStreamer] Streaming 9 load-balancing steps
zsh: segmentation fault  python LBAF_app.py -c ../../../config/conf.yaml
(base) $ python LBAF_app.py -c ../../../config/conf.yaml

This is to be done only after #507 is completed

ppebay commented 2 months ago

The r/t errors with 3.9 should disappear following the removal of the dependency on vtk after #507