Notable changes, besides press coverage, are:
* --sshdelay Delay starting next ssh by secs seconds. GNU parallel
will pause secs seconds after starting each ssh. secs can be less
than 1 seconds.
* Official OpenBSD port:
http://ftp.openbsd.org/ports/sysutils/parallel/
* Bug fixes and man page updates.
ok sthen@, pascal@ (MAINTAINER)
Changes:
* --shebang-wrap makes is possible to parallelize scripts by putting
parallel in the shebang line (the first #! line in scripts).
* --delay puts in a delay after starting each job. Useful to avoid
raceconditions and thundering herd problems.
* --results now uses / as separator instead of TAB and thus creates
subdirs. Thanks to Drew Frank.
* parallel: OpenBSD CPU detection. Thanks to Michal Markowski.
* niceload --sensor allows for negative numbers to signify a lower
number means the limit is lower.
* niceload --prg suspend a named program that is already running.
* niceload multiple --pid suspend process ids that are already
running.
* Bug fixes and man page updates.
ok ajacoutot@ sthen@ pascal@ (MAINTAINER)
notable changes, besides press coverage:
* niceload --sensor makes it possible to use a program to control
if a program should be suspended.
* Bug fixes and man page updates.
ok ajacoutot@, pascal@ (MAINTAINER)
notable changes in 20121022:
* --results structures output files so they can be imported using
Pandas (http://pandas.pydata.org/). Useful when doing simulations to
select output from some arguments.
* Use --env to transfer environment variables through ssh to remote
machines.
ok aja@ sthen@ pascal@ (maintainer)