DARMA-tasking / LB-analysis-framework

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

Call VT-TV task visualizer with Python binding #410

Closed pierrepebay closed 3 months ago

pierrepebay commented 1 year ago

This is to work on https://github.com/DARMA-tasking/vt-tv/issues/16 and have the link between both projects.

ppebay commented 1 year ago

Parameters currently read in by LBAF at startup time, such as:

LBAF_Viz:
  x_ranks: 2
  y_ranks: 2
  z_ranks: 1
  object_jitter: 0.5
  rank_qoi: work
  object_qoi: load
  save_meshes: True
  force_continuous_object_qoi: True

and subsequently passed to the lbsVisualizer via the class constructor and the generate() method, will have to be passed through vt-tv's API instead.

ppebay commented 4 months ago

@cwschilly @pierrepebay this issue may be resolved by now. Please advise.

cwschilly commented 3 months ago

Closed with #463