Documentation of hoplaΒΆ

[hopla] Easy to use pure-Python scheduler.


hopla.scheduler

This module proposes a simple scheduler used to execute a list of tasks controlling the machine load.

hopla.workers

This module proposes a local worker and a distant TORQUE worker. The two proposed workers are able to follow a '__hopla__' list of parameter names to keep trace on. All specified parameters values are stored in the execution status.

hopla.signals

This module defines the scheduler signals.

hopla.converter

This module contains a 'hopla' function used to create a list of commands that will be executed in parallel using the local machine or cluster with TORQUE resource manager installed. For the moment, the input script must be a Python script.