A Distributed Actor Programming Framework
Project description
XActor is a framework for doing distributed computing in Python, using the actor model of programming.
XActor’s documentation is hosted at https://xactor.readthedocs.io/en/latest
Compiling latest documentation
To compile the latest version of the documentation from source, please check docs/source/index.rst.
XActor depends on mpi4py which requires a MPI implementation and compiler tools be installed on the system.
Installing MPICH and mpi4py inside a conda environment
To create a new virtual environment with conda, have Anaconda/Miniconda setup on your system. Installation instructions for Anaconda can be found here. After installation of Anaconda/Miniconda execute the following commands:
$ conda create -n xactor -c conda-forge python=3 mpich mpi4py
The above command creates a new conda environment called xactor with python, mpich and mpi4py installed.
The following commands assume you are inside the above conda environment.
Building the documentation from source
To build and view the documentation as HTML, execute the following commands:
$ git clone https://github.com/NSSAC/xactor.git
$ cd xactor
$ pip install -e .
$ pip install -r docs/requirements.txt
$ make -C docs
$ <BROWSER-COMMAND> docs/build/html/index.html
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
File details
Details for the file xactor-0.3.5.tar.gz
.
File metadata
- Download URL: xactor-0.3.5.tar.gz
- Upload date:
- Size: 17.7 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/2.0.0 pkginfo/1.5.0.1 requests/2.23.0 setuptools/46.3.1 requests-toolbelt/0.9.1 tqdm/4.46.0 CPython/3.8.2
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | c86b6f5b8bb49b75abb55fb83db986a56c7f1dafd9a6a641febb45b22295d5cb |
|
MD5 | 5b667bc5c4921641594bcc3a26b89453 |
|
BLAKE2b-256 | d4adf99ed7a90bbeef067c2ea89636e59920e60456bd7d324f8ada4958281d80 |