Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/omangin/expjobs

Basic tools to run groups of jobs in an easy way.
https://github.com/omangin/expjobs

parallel-computing python scientific-computing torque

Last synced: about 1 month ago
JSON representation

Basic tools to run groups of jobs in an easy way.

Awesome Lists containing this project

README

        

ExpJobs
=======

*Basic tools to run groups of jobs in an easy way.*

Each job must correspond to a python script that needs to be run with, as arguments:

- a path where output file (but also st{out,err} captures are stored).
- a name mainly used for output files.
- the path to a configuration file.

The code provides tools to run jobs as separate jobs or on clusters using the torque job manager.

Distribution
------------
This code is provided mainly as an example resource without any guarantee (the code organization and API are susceptible to change without notice). Feel free to use it in any way if it is helpful.

The code is distributed under the new BSD license. Please see LICENSE for more details.