From d757a0d5820a4797b11ed5fccc3f5e634e99419b Mon Sep 17 00:00:00 2001 From: Tom Cornebize Date: Mon, 30 May 2022 15:07:53 +0200 Subject: [PATCH] Changelog update --- ChangeLog | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/ChangeLog b/ChangeLog index fcd07294df..88932e4769 100644 --- a/ChangeLog +++ b/ChangeLog @@ -17,6 +17,19 @@ Python: - Engine.mailbox_by_name_or_create [example: examples/python/comm-pingpong/] - Mailbox: Mailbox.ready [example: examples/python/comm-ready/] +Platform description & visualization: + - More robust sanity checks for platforms, to reject unallowed topologies with + a proper error message. + - One new C++ platform example, supernode.cpp. A Python script (supernode.py) + demonstrates how we can generate a nice graphical representation of the + platform. + +Tools: + - Enhancements to the graphicator tool: + - Allow to dump the platform topology as a CSV file representing the edges + of the graph (in addition to the DOT format). + - Fix graphicator for "cluster" topologies (e.g. fat-tree, dragonfly). + ---------------------------------------------------------------------------- S4U: -- 2.20.1