shmem4py

shmem4py: OpenSHMEM for Python - Published in JOSS (2023)

https://github.com/mpi4py/shmem4py

Science Score: 100.0%

This score indicates how likely this project is to be science-related based on various indicators:

  • CITATION.cff file
    Found CITATION.cff file
  • codemeta.json file
    Found codemeta.json file
  • .zenodo.json file
    Found .zenodo.json file
  • DOI references
    Found 4 DOI reference(s) in README and JOSS metadata
  • Academic publication links
    Links to: joss.theoj.org
  • Committers with academic emails
    1 of 4 committers (25.0%) from academic institutions
  • Institutional organization owner
  • JOSS paper metadata
    Published in Journal of Open Source Software

Keywords from Contributors

coherent-structures data-mining dynamical-systems spod mesh
Last synced: 6 months ago · JSON representation ·

Repository

Python bindings for OpenSHMEM

Basic Info
  • Host: GitHub
  • Owner: mpi4py
  • License: bsd-2-clause
  • Language: Python
  • Default Branch: master
  • Homepage:
  • Size: 265 KB
Statistics
  • Stars: 22
  • Watchers: 5
  • Forks: 2
  • Open Issues: 4
  • Releases: 1
Created almost 5 years ago · Last pushed 6 months ago
Metadata Files
Readme Contributing License Citation

README.rst

==============================
shmem4py: OpenSHMEM for Python
==============================

.. image::  https://github.com/mpi4py/shmem4py/actions/workflows/native.yml/badge.svg
   :target: https://github.com/mpi4py/shmem4py/actions/workflows/native.yml
.. image::  https://github.com/mpi4py/shmem4py/actions/workflows/containers.yml/badge.svg
   :target: https://github.com/mpi4py/shmem4py/actions/workflows/containers.yml
.. image::  https://readthedocs.org/projects/shmem4py/badge/?version=latest
   :target: https://shmem4py.readthedocs.io/en/latest/
.. image:: https://joss.theoj.org/papers/10.21105/joss.05444/status.svg
   :target: https://doi.org/10.21105/joss.05444

Overview
--------

This package provides Python bindings for `OpenSHMEM `_.
OpenSHMEM is a Partitioned Global Address Space (PGAS) programming model that
provides low-latency, high-bandwidth communication for use in parallel
applications. The OpenSHMEM project aims to standardize several implementations
of the different SHMEM APIs. shmem4py exposes an API which grounds on the
`OpenSHMEM 1.5 specification `_;
however, it also supports legacy 1.4 implementations.

Supported implementations
-------------------------

- `Cray OpenSHMEMX `_
- `Open Source Software Solutions (OSSS) OpenSHMEM `_
- `Open MPI OpenSHMEM `_
- `OSHMPI `_
- `Sandia OpenSHMEM `_

Dependencies
------------

- `Python `_ 3.7 or newer
- A working `OpenSHMEM `_ implementation with its dependencies
- Python modules: `CFFI `_, `NumPy `_

Documentation
-------------

- Read the Docs: `https://shmem4py.readthedocs.io/ `_


Acknowledgments
---------------

This project was partially supported by the
Extreme Computing Research Center (ECRC),
King Abdullah University of Science and Technology (KAUST).

Owner

  • Name: MPI for Python
  • Login: mpi4py
  • Kind: organization
  • Email: mpi4py@googlegroups.com

Python bindings for MPI

JOSS Publication

shmem4py: OpenSHMEM for Python
Published
July 19, 2023
Volume 8, Issue 87, Page 5444
Authors
Marcin Rogowski ORCID
King Abdullah University of Science and Technology, Saudi Arabia
Lisandro Dalcin ORCID
King Abdullah University of Science and Technology, Saudi Arabia
Jeff R. Hammond ORCID
NVIDIA Helsinki Oy, Finland
David E. Keyes ORCID
King Abdullah University of Science and Technology, Saudi Arabia
Editor
Daniel S. Katz ORCID
Tags
PGAS OpenSHMEM shared memory High Performance Computing

Citation (CITATION.cff)

cff-version: "1.2.0"
authors:
- family-names: Rogowski
  given-names: Marcin
  orcid: "https://orcid.org/0000-0002-5662-2082"
- family-names: Dalcin
  given-names: Lisandro
  orcid: "https://orcid.org/0000-0001-8086-0155"
- family-names: Hammond
  given-names: Jeff R.
  orcid: "https://orcid.org/0000-0003-3181-8190"
- family-names: Keyes
  given-names: David E.
  orcid: "https://orcid.org/0000-0002-4052-7224"
contact:
- family-names: Rogowski
  given-names: Marcin
  orcid: "https://orcid.org/0000-0002-5662-2082"
doi: 10.5281/zenodo.8143862
message: If you use this software, please cite our article in the
  Journal of Open Source Software.
preferred-citation:
  authors:
  - family-names: Rogowski
    given-names: Marcin
    orcid: "https://orcid.org/0000-0002-5662-2082"
  - family-names: Dalcin
    given-names: Lisandro
    orcid: "https://orcid.org/0000-0001-8086-0155"
  - family-names: Hammond
    given-names: Jeff R.
    orcid: "https://orcid.org/0000-0003-3181-8190"
  - family-names: Keyes
    given-names: David E.
    orcid: "https://orcid.org/0000-0002-4052-7224"
  date-published: 2023-07-19
  doi: 10.21105/joss.05444
  issn: 2475-9066
  issue: 87
  journal: Journal of Open Source Software
  publisher:
    name: Open Journals
  start: 5444
  title: "shmem4py: OpenSHMEM for Python"
  type: article
  url: "https://joss.theoj.org/papers/10.21105/joss.05444"
  volume: 8
title: "shmem4py: OpenSHMEM for Python"

GitHub Events

Total
  • Watch event: 5
  • Delete event: 7
  • Issue comment event: 1
  • Push event: 20
  • Pull request review comment event: 5
  • Pull request review event: 5
  • Pull request event: 12
  • Fork event: 1
  • Create event: 6
Last Year
  • Watch event: 5
  • Delete event: 7
  • Issue comment event: 1
  • Push event: 20
  • Pull request review comment event: 5
  • Pull request review event: 5
  • Pull request event: 12
  • Fork event: 1
  • Create event: 6

Committers

Last synced: 7 months ago

All Time
  • Total Commits: 184
  • Total Committers: 4
  • Avg Commits per committer: 46.0
  • Development Distribution Score (DDS): 0.408
Past Year
  • Commits: 19
  • Committers: 3
  • Avg Commits per committer: 6.333
  • Development Distribution Score (DDS): 0.579
Top Committers
Name Email Commits
Lisandro Dalcin d****l@g****m 109
Marcin Rogowski m****i@k****a 63
dependabot[bot] 4****] 11
Elsa Gonsiorowski, PhD g****e@m****m 1
Committer Domains (Top 20 + Academic)

Issues and Pull Requests

Last synced: 6 months ago

All Time
  • Total issues: 4
  • Total pull requests: 49
  • Average time to close issues: 2 months
  • Average time to close pull requests: 6 days
  • Total issue authors: 2
  • Total pull request authors: 5
  • Average comments per issue: 4.25
  • Average comments per pull request: 1.29
  • Merged pull requests: 41
  • Bot issues: 0
  • Bot pull requests: 16
Past Year
  • Issues: 0
  • Pull requests: 14
  • Average time to close issues: N/A
  • Average time to close pull requests: 1 day
  • Issue authors: 0
  • Pull request authors: 2
  • Average comments per issue: 0
  • Average comments per pull request: 0.29
  • Merged pull requests: 12
  • Bot issues: 0
  • Bot pull requests: 11
Top Authors
Issue Authors
  • mrogowski (3)
  • gonsie (1)
Pull Request Authors
  • dependabot[bot] (29)
  • mrogowski (26)
  • dalcinl (6)
  • gonsie (1)
  • jeffhammond (1)
Top Labels
Issue Labels
Pull Request Labels
dependencies (29) python (25) enhancement (4) github_actions (4)

Dependencies

docs/requirements.txt pypi
  • enum-tools *
.github/workflows/main.yml actions
  • actions/checkout v3 composite
  • jpribyl/action-docker-layer-caching v0.1.1 composite
docker/oshmem_fedora/Dockerfile docker
  • fedora latest build
docker/oshmem_ubuntu/Dockerfile docker
  • ubuntu latest build
docker/oshmpi_fedora/Dockerfile docker
  • fedora latest build
docker/oshmpi_ubuntu/Dockerfile docker
  • ubuntu latest build
docker/osss_fedora/Dockerfile docker
  • fedora latest build
docker/osss_ubuntu/Dockerfile docker
  • ubuntu latest build
docker/sos_fedora/Dockerfile docker
  • fedora latest build
docker/sos_ubuntu/Dockerfile docker
  • ubuntu latest build