Skip to content

ra225/code_on_BenchENAS

Repository files navigation

CircleCI CircleCI Coverage

Documentation | Website

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.

Installation

  1. Download the source code.
$ git clone https://github.com/benchenas/BenchENAS.git
$ cd BenchENAS_linux_platform
  1. Install sshpass.
$ sudo apt-get install sshpass
  1. Install redis and start redis server.
$ sudo apt-get install redis-server
$ redis-server --protected-mode on
  1. Installation of python third-party libraries.
$ pip install redis
$ pip install paramiko

Running

  1. Start the init_compute.py script to start the platform.
$ python main.py
  1. Start the algorithm you would like to perform.
$ python init_compute.py

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages