Giter Site home page Giter Site logo

pyccs's Introduction

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:

$ 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:

./buildold converse netlrts-linux-x86_64 --with-production -j3 --force --build-shared

Complete installation commands follow:

git clone [email protected]:UIUC-PPL/PyCCS.git
cd PyCCS
git clone [email protected]: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.

pyccs's People

Contributors

zwfink avatar

Watchers

Ronak Buch avatar Matthias Diener avatar Laxmikant Kale avatar Eric Bohm avatar Jaemin Choi avatar

pyccs's Issues

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.