Skip to Content.
Sympa Menu

charm - [charm] Charm++ Release 7.0.0 RC1

charm AT lists.cs.illinois.edu

Subject: Charm++ parallel programming system

List archive

[charm] Charm++ Release 7.0.0 RC1


Chronological Thread 
  • From: Ronak Buch <rabuch2 AT illinois.edu>
  • To: "charm AT lists.cs.illinois.edu" <charm AT lists.cs.illinois.edu>
  • Subject: [charm] Charm++ Release 7.0.0 RC1
  • Date: Fri, 18 Jun 2021 17:22:27 -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=kWSqYQMXH3amG3xIlgYqv9mlt93pQCNsfIyFz2KMxHw=; b=ZjMpmuWdIzv3b0ns907U4P2t76neu/vuDhKb+jUgsAP3tXLx3os7rpHFh7niQykMQMEB2+bLLpdmRHxmQ/t7+TSMyfQ/pkxHGcQSYZqkkxcQbSGA72cjSxiQCM1y+z/7kNm8sLj626L6ShsMV69vQ92TavTqJu7ESI7qnXVpA5qgdbPIdgQ1vaZvC9RSNUbx/tqCIsAL5Kr4A6DVXcE9DFIAa0szwN4M86hmIkf+My1pID0MbvR5druhqBL0xL+TB+jDB+cr1QprPXsqOGXU++3p8bibsrPJghFkBqzI+STH6DG8ejhXme932TKtCKaTDiSL8DLSHDAgP/k1QVg5ag==
  • Arc-seal: i=1; a=rsa-sha256; s=arcselector9901; d=microsoft.com; cv=none; b=MZcrvgqtEURNuaGkC1lkqxBWo7IwmIgGiaSiT4l0H3+k9dbFcnDJICry7wY7ys3R4UYDzqlNHlrJfckhHrAjpy0ULT1/q+GpIUX5M5gWADzxw6x7voTQCTHvcE4ZhpUHcRPnixQYUKZ73xpXqKmcp/vJ4ZiJXt8Lfqv9OsvZOQNS2UMy9vtdT5loXRjGXU5QWFOMd6pbyDKYUmahSagmQfuVfb3whnyfdi9YRi1KMXHwsUG7IKsWSl8v7/GEXKi9CLbRIteIkq7kWK5ZM/ZNQ6guo4sOmDuAuPgBYSulEtGyq2qTp3tGL/pFD92nzYEFxvh0Otfxk71MvAeu14Uw9w==
  • Authentication-results: ppops.net; spf=softfail smtp.mailfrom=rabuch2 AT illinois.edu; dkim=pass header.s=selector2-uillinoisedu-onmicrosoft-com header.d=uillinoisedu.onmicrosoft.com
  • 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 release candidate of Charm++ in advance of the upcoming version 7.0.0. We ask that users take this opportunity to test the latest code with their applications and report any issues encountered. Please note that while a v6.11.0-beta1 was released, there was no v6.11.0 release and there will not be, we decided the changes made were large enough to warrant incrementing the major version number to 7 instead.

The code for this release can be obtained via git by

git clone https://github.com/UIUC-PPL/charm.git
git checkout v7.0.0-rc1

Or downloaded directly from: https://github.com/UIUC-PPL/charm/releases/tag/v7.0.0-rc1

624 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++ Release 7.0.0 RC1, Ronak Buch, 06/18/2021

Archive powered by MHonArc 2.6.19.

Top of Page