PyZoltan is as the name suggests, is a Python wrapper for the Zoltan data management library.
In PyZoltan, we wrap the specific routines and objects that we wish to use. The following features of Zoltan are currently supported:
Dynamic load balancing using geometric algorithms
Unstructured point-to-point communication
Distributed data directories
Installation
PyZoltan requires the following:
Zoltan itself needs to be already installed. We provide a convenient script called build_zoltan.sh that can be used to build Zoltan.
Many of the other dependencies can be installed using pip or conda:
$ pip install -r requirements.txt
Once this is installed one can install PyZoltan as follows:
$ pip install pyzoltan
or via the usual setup.py method:
$ python setup.py install # or develop
For more installation instructions, especially on how to build Zoltan and PyZoltan, please see the documentation here: https://pyzoltan.readthedocs.io
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 pyzoltan-1.1.1.tar.gz.
File metadata
- Download URL: pyzoltan-1.1.1.tar.gz
- Upload date:
- Size: 833.5 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.11.11
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
66f4c03a6b7c7025818dd038f97860bae102a97313939ddb8fa692156af1e0aa
|
|
| MD5 |
0b382a0afd6d2dd98cb41a80eaa31a5b
|
|
| BLAKE2b-256 |
39514e4ad1ec4c4fdfac6c35adc7d9c613bb1be5ea38c0abf70dd9edc1e59d1c
|