-
Notifications
You must be signed in to change notification settings - Fork 9
/
README
41 lines (30 loc) · 1.08 KB
/
README
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
This is the README file for the
PyLauncher
by
Victor Eijkhout
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/pylauncher
The 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.