Skip to content

Latest commit

 

History

History
13 lines (13 loc) · 525 Bytes

File metadata and controls

13 lines (13 loc) · 525 Bytes

OpenCluster -- Python Distributed Computing API

1,Install

git clone https://github.com/astroitlab/opencluster.git ${OPENCLUSTER_HOME}

2,Configuration:

mkdir -p /work/opencluster/logs
cp ${OPENCLUSTER_HOME}/opencluster/config.ini ${OPENCLUSTER_HOME}/opencluster/logging.conf /work/opencluster

3,Start Cluster

modify config.ini and sbin/nodes according to your cluster, then run: sbin/start-all.sh

4,Run tests

cd ${OPENCLUSTER_HOME}
python example/helloManager.py -h