Releases: DARMA-tasking/LB-analysis-framework
LBAF v1.0.1
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
tovisualization
- Added
output_visualization_dir
(usually same asoutput_dir
) - Added
output_visualization_file_stem
(usually same asoutput_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
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.