This is the linux source code of BenchENAS. Here's a quick run down of the main steps of installing and running BenchENAS. For more details see our Documentation and Example.
- Download the source code.
$ git clone https://github.com/benchenas/BenchENAS.git
$ cd BenchENAS_linux_platform
- Install sshpass.
$ sudo apt-get install sshpass
- Install redis and start redis server.
$ sudo apt-get install redis-server
$ redis-server --protected-mode on
- Installation of python third-party libraries.
$ pip install redis
$ pip install paramiko
- Start the init_compute.py script to start the platform.
$ python main.py
- Start the algorithm you would like to perform.
$ python init_compute.py