2010-05-13 00:42:34 +02:00
|
|
|
# HOW TO EDIT THIS FILE:
|
|
|
|
# The "handy ruler" below makes it easier to edit a package description. Line
|
|
|
|
# up the first '|' above the ':' following the base package name, and the '|'
|
|
|
|
# on the right side marks the last column you can put a character in. You must
|
|
|
|
# make exactly 11 lines for the formatting to be correct. It's also
|
|
|
|
# customary to leave one space after the ':'.
|
|
|
|
|
|
|
|
|-----handy-ruler---------------------------------------------------------|
|
2010-05-12 17:46:25 +02:00
|
|
|
xjobs: xjobs (execute jobs in parallel)
|
2010-05-11 22:55:39 +02:00
|
|
|
xjobs:
|
|
|
|
xjobs: xjobs reads job descriptions line by line and executes them in
|
|
|
|
xjobs: parallel. xjobs is most useful on multiprocessor machines when
|
|
|
|
xjobs: one needs to execute several time consuming commands that could
|
|
|
|
xjobs: possibly be run in parallel. It works similar to xargs.
|
|
|
|
xjobs:
|
|
|
|
xjobs:
|
|
|
|
xjobs:
|
|
|
|
xjobs: http://www.maier-komor.de/xjobs.html
|
|
|
|
xjobs:
|