https://github.com/charmplusplus/pyccs

Python interface to CCS

https://github.com/charmplusplus/pyccs

Science Score: 26.0%

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

  • CITATION.cff file
  • codemeta.json file
    Found codemeta.json file
  • .zenodo.json file
    Found .zenodo.json file
  • DOI references
  • Academic publication links
  • Academic email domains
  • Institutional organization owner
  • JOSS paper metadata
  • Scientific vocabulary similarity
    Low similarity (6.7%) to scientific vocabulary
Last synced: 6 months ago · JSON representation

Repository

Python interface to CCS

Basic Info
  • Host: GitHub
  • Owner: charmplusplus
  • Language: Python
  • Default Branch: main
  • Size: 21.5 KB
Statistics
  • Stars: 0
  • Watchers: 5
  • Forks: 0
  • Open Issues: 4
  • Releases: 0
Created almost 4 years ago · Last pushed 7 months ago
Metadata Files
Readme

README.md

PyCCS

Python interface to CCS

Current best usage examples can be found in examples and the tests.

Build

Similar to Charm4Py, this repository requires that the Charm++ repository can be found in charm_src/charm. The following commands will clone this repository and make Charm++ available for use: bash $ git clone https://github.com/UIUC-PPL/pyccs $ cd pyccs $ git clone https://github.com/UIUC-PPL/charm charm_src/charm

Moreover, Charm++ must be built in the following manner for compatibility with PyCCS: bash ./buildold converse netlrts-linux-x86_64 --with-production -j3 --force --build-shared

Complete installation commands follow: bash git clone git@github.com:UIUC-PPL/PyCCS.git cd PyCCS git clone git@github.com:UIUC-PPL/charm.git charm_src/charm cd charm_src/charm ./buildold converse netlrts-linux-x86_64 --with-production -j3 --force --build-shared cd ../.. python3 -m pip install --user .

We are working to streamline the build process.

Owner

  • Name: charmplusplus
  • Login: charmplusplus
  • Kind: organization

GitHub Events

Total
  • Delete event: 1
  • Member event: 1
  • Issue comment event: 2
  • Push event: 7
  • Pull request review comment event: 4
  • Pull request review event: 6
  • Pull request event: 4
  • Create event: 2
Last Year
  • Delete event: 1
  • Member event: 1
  • Issue comment event: 2
  • Push event: 7
  • Pull request review comment event: 4
  • Pull request review event: 6
  • Pull request event: 4
  • Create event: 2

Issues and Pull Requests

Last synced: 6 months ago

All Time
  • Total issues: 0
  • Total pull requests: 1
  • Average time to close issues: N/A
  • Average time to close pull requests: N/A
  • Total issue authors: 0
  • Total pull request authors: 1
  • Average comments per issue: 0
  • Average comments per pull request: 0.0
  • Merged pull requests: 0
  • Bot issues: 0
  • Bot pull requests: 0
Past Year
  • Issues: 0
  • Pull requests: 1
  • Average time to close issues: N/A
  • Average time to close pull requests: N/A
  • Issue authors: 0
  • Pull request authors: 1
  • Average comments per issue: 0
  • Average comments per pull request: 0.0
  • Merged pull requests: 0
  • Bot issues: 0
  • Bot pull requests: 0
Top Authors
Issue Authors
Pull Request Authors
  • stevenqie (2)
Top Labels
Issue Labels
Pull Request Labels

Dependencies

setup.py pypi