--> Skip to main content

Charm4py: distributed/parallel programing framework for Python

Contents

  1. Overview of package
  2. Overview of package
    1. General usage
  3. Availability of package by cluster

Overview of package

General information about package
Package: Charm4py
Description: distributed/parallel programing framework for Python
For more information: https://charmpy.readthedocs.io/en/latest
Categories:
License: Free2Use (Charm++/Converse License)

General usage information

Charm4py (Charm++ for Python) is a distributed computing and parallel programming framework for Python, for the productive development of fast, parallel and scalable applications. It is built on top of Charm++, a C++ adaptive runtime system that has seen extensive use in the scientific and high-performance computing (HPC) communities across many disciplines, and has been used to develop applications that run on a wide range of devices: from small multi-core devices up to the largest supercomputers.

This module will add the charm4py package to your PYTHONPATH and so that it will be available for importing in your python code

Available versions of the package Charm4py, by cluster

This section lists the available versions of the package Charm4pyon the different clusters.

Available versions of Charm4py on the Zaratab cluster

Available versions of Charm4py on the Zaratab cluster
Version Module tags CPU(s) optimized for GPU ready?
1.0
  • 1.0
  • (a.k.a charm4py/python/3.8.12/gcc/9.4.0/openmpi/4.1.1/zen2/1.0)
zen2 Y
1.0
  • 1.0
  • (a.k.a charm4py/python/3.7.7/gcc/8.4.0/nompi/zen/1.0)
zen Y
1.0
  • 1.0
  • (a.k.a charm4py/python/3.8.12/gcc/9.4.0/nompi/zen2/1.0)
zen2 Y

Available versions of Charm4py on the Juggernaut cluster

Available versions of Charm4py on the Juggernaut cluster
Version Module tags CPU(s) optimized for GPU ready?
1.0
  • 1.0
  • (a.k.a charm4py/python/3.7.7/gcc/8.4.0/nompi/x86_64/1.0)
x86_64 Y
1.0
  • 1.0
  • (a.k.a charm4py/python/3.7.7/gcc/8.4.0/openmpi/3.1.5/skylake_avx512/1.0)
skylake_avx512 Y
1.0
  • 1.0
  • (a.k.a charm4py/python/3.7.7/gcc/8.4.0/openmpi/3.1.5/zen/1.0)
zen Y
1.0
  • 1.0
  • (a.k.a charm4py/python/3.7.7/gcc/8.4.0/openmpi/3.1.5/x86_64/1.0)
x86_64 Y






Back to Top