Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/omangin/expjobs
- Owner: omangin
- License: other
- Created: 2013-11-02T11:58:29.000Z (about 11 years ago)
- Default Branch: master
- Last Pushed: 2017-07-20T20:34:48.000Z (over 7 years ago)
- Last Synced: 2024-10-09T09:38:47.571Z (about 1 month ago)
- Topics: parallel-computing, python, scientific-computing, torque
- Language: Python
- Size: 21.5 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.rst
- License: LICENSE
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.