Skip to content

eoseret/program-optimization-advice-exploration-scripts

 
 

Repository files navigation

QaaS Scripts

Scripts for Program Optimization Advice Exploration infrastructure

Installation

  1. Clone this repository
  2. Run setup.sh script. The script will automatically do the following things:
    1. Build local container image
    2. Run setup.sh scripts under different components of QaaS scripts.

Run QaaS Scripts

  • Start container
    • cd container
    • ./run-container.sh
  • Run Demo script
    • cd ../scripts
    • python demo.py

Run QaaS Web Front

Follow Run QaaS Web Front section of QaaS Web document.

Run Extractor Scripts

Follow Using the Loop Extractor section of Loop Extractor document.

Container maintance (under container directory)

Follow Container maintance section of container document.

Script development status

Below table capture current script developement status for different environments and different components. In the table there are diffferent status level:

  • Working : Our implementation has been working for various use cases.
  • Under development : Our implementation work is in progress so not likely to work but we are working on that.
  • To support : Little or no implementation has been done.
Environment Backplane Web and database App Mutator (Locus) Loop Extractor
Container-less Working To support To support To support
Container (Docker) Under development Working Under development Working
Container (Podman) Under development To support To support To support

About

Zen4 support

Resources

License

Code of conduct

Security policy

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Jupyter Notebook 36.2%
  • Python 28.6%
  • JavaScript 16.9%
  • C++ 14.3%
  • Shell 1.3%
  • C 1.2%
  • Other 1.5%