Clusterd is a cluster manager that provides efficient resource isolation and sharing across distributed applications, or frameworks. It can run workload on a dynamically shared pool of nodes.
Documentation is available in the docs repository.
Instructions are included on the Getting Started page.
Clusterd is licensed under the Apache License, Version 2.0.
For additional information, see the LICENSE and NOTICE files.
To Compile Clusterd please use cmake
and not the deprecated configure
.
mkdir build
cd build
cmake -DUNBUNDLED_LIBEVENT=true -DENABLE_SSL=true -DENABLE_LIBEVENT=true ../
make
mkdir build
cd build
cmake -DUNBUNDLED_LIBEVENT=true -DENABLE_SSL=true -DENABLE_LIBEVENT=true -DCMAKE_BUILD_TYPE=Release -DCPACK_BINARY_DEB=true ../
make
make package