Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Implement Batch cluster backend for Computation framework #1622

Open
karlnapf opened this issue Sep 18, 2013 · 0 comments
Open

Implement Batch cluster backend for Computation framework #1622

karlnapf opened this issue Sep 18, 2013 · 0 comments

Comments

@karlnapf
Copy link
Member

@lambday has written first parts of a framework for parallel computation of independent tasks.

It allows to code against a very general interface, which then executes tasks in a serial/parallel/distributed fashion internally, based on the backend.

It is already used by his log-determinant GSoC 2013 project.

This task is to add a Batch cluster backend for it.

I have written a (working) draft in python which I successfully used for PBS and SGE. This is based on @lambday 's initial structure, though extended it a bit.
https://github.com/karlnapf/independent-jobs

The python framework is used from within here
https://github.com/karlnapf/ozone-roulette

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant