https://github.com/halcy/jobparallel
Perl script to run commands in parallel with a given set of arguments and number of threads.
https://github.com/halcy/jobparallel
Last synced: over 1 year ago
JSON representation
Perl script to run commands in parallel with a given set of arguments and number of threads.
- Host: GitHub
- URL: https://github.com/halcy/jobparallel
- Owner: halcy
- License: unlicense
- Created: 2015-03-09T16:06:25.000Z (over 11 years ago)
- Default Branch: master
- Last Pushed: 2015-03-09T17:31:01.000Z (over 11 years ago)
- Last Synced: 2025-01-22T17:25:54.987Z (over 1 year ago)
- Language: Perl
- Size: 137 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.txt
- License: LICENSE
Awesome Lists containing this project
README
# jobparallel
Perl script to run commands in parallel with a given set of arguments
and number of threads.
Runs a command with various threads in parallel, with a given set of
arguments (Read from a file, one set of arguments per line), running
with a given number of threads. Once done, does something to notify
you of completion.
Usage: ./run.pl
where includes the string __ARGS__ somewhere, which
will be replaced by the arguments from .
To adjust where logs will be put and what is done once a command
finishes, change settings in the source. Best used together with a
script that will deliver e-mail locally, such as the mailecho.pl
included in this repository.