Skip to content

ITking666/opencluster

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

32 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

Python Distributed Computing API

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 99.2%
  • Shell 0.8%