Execo On G5K

From Grid5000
Revision as of 16:04, 27 March 2014 by Lpouilloux (talk | contribs)
Jump to navigation Jump to search

Execo offers a Python API to manage processes execution. It is well suited for quick and easy creation of reproducible experiments on distributed hosts. It is a huge improvement over using shell script for experiment development. You can have a look at the File:Execo G5K.pdf presentation.

It offers:

  • Asynchronous control of local and remote commands.
  • Efficient and scalable execution (transparent usage of TakTuk).
  • Interaction with Grid'5000 resources (planning, submission, deployment, API).
  • Tools for rapid development of reproducible experiments.

Execo.png


Installation

Connect on a frontend and use easy_install:

Terminal.png frontend:
easy_install --user execo

Configure your path in .bashrc:

 export PATH="$HOME/.local/bin${PATH:+:${PATH}}"

Create a file name .execo.conf.py in your home directory if you need some specific configuration

Usage

Process management

To learn how to manage local and ssh process, have a look at Process examples

Working with G5K

To know how to interact with Grid'5000 infrastrucure (jobs, deployment, planning, API), click on this link.

Automating experiments

Execo offers an engine that allows to automatize experiments. An example measuring TCP congestion on Grid'5000 can be found here

Documentation

A complete user guide is available here. You may also want to have a look at API reference.