Skip to main content

An MPI based Actor framework

Project description

XActor is a framework for doing distributed computing in Python, using the actor model of programming.

Full documentation

The full documentation is available at docs/source/index.rst

XActor depends on mpi4py which requires a MPI implementation and compiler tools be installed on the system.

Installing Open MPI 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 openmpi mpi4py

The above command creates a new conda environment called xactor with python, openmpi 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 --editable .
$ pip install -r dev_requirements.txt
$ make -C docs
$ <BROWSER-COMMAND> docs/build/html/index.html

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

xactor-0.2.2.tar.gz (14.8 kB view hashes)

Uploaded Source

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page