Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/smondet/efmp
- Owner: smondet
- License: other
- Created: 2013-11-05T20:09:39.000Z (about 11 years ago)
- Default Branch: master
- Last Pushed: 2014-02-18T15:12:34.000Z (almost 11 years ago)
- Last Synced: 2023-03-12T03:03:30.274Z (almost 2 years ago)
- Language: OCaml
- Homepage: https://github.com/hammerlab/ketrew/
- Size: 211 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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`.