Skip to content

Releases: DARMA-tasking/LB-analysis-framework

LBAF v1.0.1

31 Oct 17:24
c46970c
Compare
Choose a tag to compare

This release fixes a bug in the PyPi lbaf package and offers optimizations to the transfer swapping logic.

It also introduces timers for LBs per iteration and implements an optional target_imbalance parameter that ends iterations of the InformAndTransferAlgorithm once the imbalance is below the target threshold.

Finally, we enhanced the visualization parameters in the following ways:

  • Changed LBAF_Viz to visualization
  • Added output_visualization_dir (usually same as output_dir)
  • Added output_visualization_file_stem (usually same as output_file_stem)

We added a helper script in scripts/update-viz-config.py to easily update any old configuration files to meet the new API.

For more information, please refer to the wiki.

LBAF v1.0.0

27 Sep 17:12
ed4361d
Compare
Choose a tag to compare

We are pleased to announce the first stable release of the Load Balancing Analysis Framework, lbaf v1.0.0!

Please refer to the project wiki for more information and guidance on how to use this tool.