Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/smondet/efmp

Deprecated: EDSL For Managing Processes. This can be seen as an early prototype of Ketrew.
https://github.com/smondet/efmp

Last synced: 16 days ago
JSON representation

Deprecated: EDSL For Managing Processes. This can be seen as an early prototype of Ketrew.

Awesome Lists containing this project

README

        

EFMP: EDSL For Managing Processes
=================================

This is for now highly exerimental.

The idea is to launch and keep track of processes running on many hosts. They
can run as `nohup setsid` jobs, PBS jobs, or alike. Everything is done from a
single clear source file, manipulating the state of the `Execution_engine`
module in an *EDSL-ish* way.

If you're curious you may try to run `omake` and look at the
`./src/test/efmp_test.ml` for an example of usage.

Any questions? use [a github issue](https://github.com/smondet/efmp/issues) or
email `seb —at— mondet.org`.