Skip to Content.
Sympa Menu

charm - [charm] Charm++ 6.11.0 Beta Release

charm AT lists.cs.illinois.edu

Subject: Charm++ parallel programming system

List archive

[charm] Charm++ 6.11.0 Beta Release


Chronological Thread 
  • From: Ronak Buch <rabuch2 AT illinois.edu>
  • To: charm <charm AT lists.cs.illinois.edu>
  • Subject: [charm] Charm++ 6.11.0 Beta Release
  • Date: Thu, 15 Oct 2020 17:49:46 -0400
  • Arc-authentication-results: i=1; mx.microsoft.com 1; spf=pass smtp.mailfrom=illinois.edu; dmarc=pass action=none header.from=illinois.edu; dkim=pass header.d=illinois.edu; arc=none
  • Arc-message-signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=microsoft.com; s=arcselector9901; h=From:Date:Subject:Message-ID:Content-Type:MIME-Version:X-MS-Exchange-SenderADCheck; bh=uD2URB8e2o0lOUVFO3cRQ2iFYET+gBWUIDQUTnlDiFU=; b=eYI5rwUHQr/UyyUDtTP+lvxZ9YrSdSDiISal+GNF1PdZ/gEnFYiR5gRcIdYKTV97FalCcnc1VkdxxIzqrlXnLRgSzyTHd85ZWNUXZy4KmLW5lVStfZBZ+EKdeuh+gcRQz6d/1E5lBufDEhgwN012tfBTD3HTrm4esq4UX8DY0aa1aX/BXOmDZq0GckNcc/qpevCLAfyXHwxkuKah5B0VXAOtix2+5kmoJqJbo9oAiXd0nlZgUXq70gQTI+Sr1UzotYe8pmyMXTtpnYpQL4Vwf6D5NZgmN4nexBOStx/Oztv+vuGXtxaoAW2QGOMNg4y2XfyFEdzZnYAKi0rvnrxFTw==
  • Arc-seal: i=1; a=rsa-sha256; s=arcselector9901; d=microsoft.com; cv=none; b=Ry5CQP6MrcxG9CZ27Us5w2gy9dUVh+ltv8YQCAT/r3L9jkZs1IsqTlOX11bWra7jYELSAweW8ZZRgqZBkHGzGei0+1Itb8hzkh4oPwifXDA2P9DRhnNL2pEwwiDzLGOiDRL8jqsQ0K/C+JBAMaJ4YG1Vz8y7HOkbqIhOTT510QzwqAW0hrbsZOvMtzEFeFQ4jBHruYNrvLdFQI0EtHoLEtRI5e8y+bz6EQrr7W1JPL8ltOBVJsMzHZpCtTjYOw7djg6dwuTv2hu866v4wZi9Sk+0mgTxuYo1BOg4taSfmswkde/QvLuHB30QJSqCm4TXAl711f7Hl9o9ZFcqlcY9JA==
  • Authentication-results: illinois.edu; spf=softfail smtp.mailfrom=rabuch2 AT illinois.edu; dkim=pass header.s=selector2-uillinoisedu-onmicrosoft-com header.d=uillinoisedu.onmicrosoft.com; dmarc=none header.from=illinois.edu
  • Authentication-results: lists.cs.illinois.edu; dkim=none (message not signed) header.d=none;lists.cs.illinois.edu; dmarc=none action=none header.from=illinois.edu;

Hello everyone!

On behalf of the Charm++ development team and contributors, I'm pleased to announce a beta release of Charm++ in advance of the upcoming version 6.11.0. We ask that users take this opportunity to test the latest code with their applications and report any issues encountered. Note that we have started to use GitHub discussions (https://github.com/UIUC-PPL/charm/discussions) for the sake of improved searchability and discoverability for discussions, so please use that over this mailing list if possible.

The code for this release can be obtained via git by

git clone https://github.com/UIUC-PPL/charm.git
git checkout v6.11.0-beta1

Or downloaded directly from: https://github.com/UIUC-PPL/charm/releases/tag/v6.11.0-beta1

411 commits have been made since the release of version 6.10.0, some of the larger and more exciting improvements in the system include (for a full list, please see the current release notes in the CHANGES file):

- A significant overhaul of the load balancing infrastructure and the
  addition of TreeLB, a new, more flexible and extensible base LB,
  intended to replace the previous CentralLB and HybridBaseLB designs
  (load balancers using these previous designs are still
  supported). Some included strategies have been rewritten to use
  TreeLB, unused and extraneous strategies have been removed. Please
  see https://charm.readthedocs.io/en/latest/charm++/manual.html#load-balancing
  for more information.

- Support for persistent intra-node GPU messages, and experimental support for
  regular (nonpersistent) intra-node GPU messages. This feature allows data to be
  sent to/from GPU memory without going through host memory. Please
  see https://charm.readthedocs.io/en/latest/charm++/manual.html#gpu-support for
  more information.

- Charm++ now builds with CMake by default when using the `./build`
  script (requires CMake version 3.4 or higher). The old build system is
  still available by using `./buildold`. Please see
  https://charm.readthedocs.io/en/latest/charm++/manual.html#installation-with-cmake
  for more information.


  • [charm] Charm++ 6.11.0 Beta Release, Ronak Buch, 10/15/2020

Archive powered by MHonArc 2.6.19.

Top of Page