xactor 0.3.5

Creator: bradpython12

Last updated:

Add to Cart

Description:

xactor 0.3.5

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

License

For personal and professional use. You cannot resell or redistribute these repositories in their original state.

Files:

Customer Reviews

There are no reviews.