-
Notifications
You must be signed in to change notification settings - Fork 10
/
Copy pathNEWS
43 lines (32 loc) · 1.25 KB
/
NEWS
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
* Changes in hp2p-4.1 - 29/03/2024
=====================
-- Return unique identifier if multiples MPI processes are on same node
-- HIP version to test bandwidth between AMD GPU
-- Correction of standard deviation formula
-- Expose data in HTML file
-- Generate PNG static file
-- Update examples
-- Feature to choose and fix seed for random generator for random algorithm
-- Add script to help format files
-- Add bisection bandwidth reporting
* Changes in hp2p-4.0 - 08/06/2022
=====================
-- Rewrite hp2p in C
-- Plotly visualisation is directly generated by hp2p. Python
is not required anymore
-- CUDA version to test bandwidth between NVIDIA GPU
-- hp2p can generate binary output again
-- Signals can be use during an hp2p run for generating output
-- Print a warning during the run if communication is slow
* Changes in hp2p-3.2 - 09/03/2017
=====================
-- add Plotly HTML for visualization
* Changes in hp2p-3.1 - 01/04/2016
=====================
-- introduces SHIFT algorithm for choosing pairs
-- reporting results in standard output
* Changes in hp2p-2.0 - 2012
=====================
-- add python gui for visualization
* Initial release hp2p-1.0 - 2010
=====================