https://github.com/tacc/pylauncher
https://github.com/tacc/pylauncher
Last synced: 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/tacc/pylauncher
- Owner: TACC
- License: other
- Created: 2012-03-19T20:54:16.000Z (about 13 years ago)
- Default Branch: master
- Last Pushed: 2025-03-31T13:36:59.000Z (2 months ago)
- Last Synced: 2025-03-31T14:47:42.793Z (2 months ago)
- Language: Python
- Homepage:
- Size: 2.99 MB
- Stars: 26
- Watchers: 6
- Forks: 11
- Open Issues: 2
-
Metadata Files:
- Readme: README
- License: LICENSE
Awesome Lists containing this project
README
This is the README file for the
PyLauncher
by
Victor Eijkhout
[email protected]
The pylauncher is a python-based parametric job launcher, that is, a
utility for executing many small jobs in parallel. On many
batch-based cluster computers this is a better strategy than
submitting many small individual small jobs.================
Sources
================The latest version of the pylauncher is always available from the
repository:
https://github.com/TACC/pylauncherThe only required sources for running are pylaucher.py and hostlist.py
(if the latter is already installed on your system you don't even need that.)================
Documentation and Examples
================The `examples' directory contains a number of python programs that
illustrate the use of the pylauncher. The `docs' directory
contains pdf and html documentation, as well as
a powerpoint.================
Support
================If you are a TACC or XSEDE user, please submit a ticket in the
respective ticket system. Otherwise, feel free to mail me. Put
"pylauncher" somewhere in the subject line.