Commit graph

110 commits

Author SHA1 Message Date
Ole Tange fcaf41b325 parallel: Fixed to pass local testsuite and some Perl::Critic issues. 2012-10-17 02:09:03 +02:00
Ole Tange cdb8944aad parallel: slow down ssh to do more logins than MaxStartup. Passes unittest. 2012-09-09 19:16:48 +02:00
Ole Tange 72343b3054 Documentation comments. 2012-09-07 18:51:08 +02:00
Ole Tange 3e996c9a57 --wd . implemented. Passes testsuite. 2012-02-20 00:48:28 +00:00
Ole Tange d0509d0120 texi-files generated from pod2texi. 2012-01-24 21:53:25 +01:00
Ole Tange 8a7f45c6a2 Fixed bug #34955: Timed-out processes are not identified as failures.
Fixed bug #34954: --timeout should kill process groups.
Released as 20111209 alpha.
2011-12-09 23:25:20 +01:00
Ole Tange 140337dc73 Released as 20111122 ('Silvio'). 2011-11-22 22:38:57 +01:00
Ole Tange 0cd02204c4 parallel: Multiple --sshloginfile supported. Passes testsuite. 2011-10-17 03:10:32 +02:00
Ole Tange 50edcdd38d parallel.pod: Example of --tag with uptime 2011-10-10 22:20:18 +02:00
Ole Tange d0f6c9a0aa parallel: { and } were not quoted correctly so this would fail:
echo a b | parallel --pipe -q awk '{print $2, $1}'
2011-09-16 15:26:17 +02:00
Ole Tange c48c5fb7b9 parallel: Implemented --shellquote 2011-09-09 21:15:00 +02:00
Ole Tange 795c0fa3bd Fixes: bug #34240: --pipe does not respect -r 2011-09-08 10:53:26 +02:00
Ole Tange 0648fc5846 parallel: --nonall/onall now respect --basefile. Does NOT pass testsuite. 2011-08-20 21:13:25 +02:00
Ole Tange 780f000c92 parallel: added exit Signal to --joblog 2011-06-12 01:19:29 +02:00
Ole Tange 0a1d43bbda parallel: implemented --minversion 2011-06-05 18:27:50 +02:00
Ole Tange 7ed9090560 niceload: --noswap --mem --hard implemented 2011-06-04 22:26:26 +02:00
Ole Tange ac928cf936 parallel: added '-' as valid input file for -S. Fixed bug for empty lines '| parallel'. 2011-06-03 14:53:14 +02:00
Ole Tange 64f0579195 parallel: -X {1}-{2} with multiple input sources. Passes testsuite. 2011-06-01 00:02:29 +02:00
Ole Tange b84663bac8 parallel: test added for --onall 2011-05-28 16:33:22 +02:00
Ole Tange 78824429c8 parallel: Prototype of --onall and --nonall 2011-05-26 23:19:58 +02:00
Ole Tange e13bb81593 Released as 20110522 ('Pakistan'). 2011-05-22 01:12:43 +02:00
Ole Tange 10ac95d29a parallel: /tmp/*.arg was not removed 2011-05-21 01:07:45 +02:00
Ole Tange b0a7234152 parallel: test -E for ::: and :::: 2011-05-13 14:02:03 +02:00
Ole Tange 24dc6e55c4 Alpha release: 20110505 2011-05-05 23:36:12 +02:00
Ole Tange 594f630a7f parallel: Code cleanup. Passes testsuite. 2011-05-05 20:50:53 +02:00
Ole Tange 1f3af83d66 parallel: fixup to pass testsuite. Passes testsuite. 2011-05-05 17:37:27 +02:00
Ole Tange e2cf6fdd0a parallel: let xapply_get and nest_get used a common read function 2011-05-05 11:33:48 +02:00
Ole Tange 7f731a54b7 parallel: - as argfile will read from stdin 2011-05-04 20:55:01 +02:00
Ole Tange 48199a88fe parallel: small optimization for --pipe 2011-05-04 00:30:56 +02:00
Ole Tange 1478df33f7 parallel: eta time smoothing depending on pct complete 2011-04-09 00:09:00 +02:00
Ole Tange 7b4f747877 parallel: Implemented {#}. Passes testsuite. 2011-04-08 21:57:19 +02:00
Ole Tange 43bc68ae3a Released as 20110322. 2011-03-22 01:44:50 +01:00
Ole Tange c5d11674b0 Fixed: bug #32834: If input is generated slowly - do not complain.
-i with no args defaults to -i {}.
Use ::die_bug instead of die.
2011-03-20 22:40:12 +01:00
Ole Tange b4a51e40ee parallel: Allow -E 0 and -i 0
Documentation changes
2011-03-14 17:37:30 +01:00
Ole Tange 66c0168f4d sql: man-page uses consistent examples 2011-03-08 00:47:39 +01:00
Ole Tange ff48e14301 parallel: -l 0 -L 0 -n 0, and -N 0 implemented. Passes some tests. Man page missing. 2011-02-23 16:01:18 +01:00
Ole Tange ad61df30f0 parallel: implemented --regexp. Prepended 'parallel:' to warnings 2011-02-02 16:36:29 +01:00
Ole Tange b0afcf9fa4 parallel --pipe: Do not pipe 0-length input to children 2011-01-27 18:53:57 +01:00
Ole Tange c9d95b0627 Small optimization for large --blocksize for --pipe.
Fixed bug in FreeBSD cpu/core detection.
2011-01-27 00:29:28 +01:00
Ole Tange 9a4522675c parallel: added --rrs with test. Passes testsuite. 2011-01-26 00:45:00 +01:00
Ole Tange 5a098fa66b parallel: Bugfix for Mac OS X: $SIG{TERM} is undef 2011-01-25 15:32:41 +01:00
Ole Tange 76d9e4f41b -N for --pipe. Fixed race condition in --pipe.
Tests for --pipe. Passes testsuite.
2011-01-24 20:06:30 +01:00
Ole Tange d5c7399d5b Released as 20110122 2011-01-22 23:40:15 +01:00
Ole Tange 48454a36ea parallel: --joblog implemented. Testsuite missing.
--spreadstdin prototype. Testsuite missing.
2011-01-18 18:15:42 +01:00
Ole Tange 42a5f4e0cc testsuite passes.
max_jobs_running could be resat if -j is a changed file.
dummy children was not killed if cmd line was too long.
default number of jobs for --semaphore set to 1.
test25 had race condition.
test22 -j10 added.
test13 -j9 added.
test47 remote cleanup added before test.
test17 remote cleanup added before test.
2011-01-17 13:38:58 +01:00
Ole Tange 57cf4df2bc parallel: alpharelease. Distribute args between jobslots for -X. -j+0 now default. 2011-01-02 01:01:21 +01:00
Ole Tange 39526ff1fe sem: Problem if ~/.parallel does not exist. Fixed. 2010-12-22 10:21:58 +01:00
Ole Tange a16d120711 Implemented --tty as the old default of assigning a tty to the first
job causes problems.
Cleanup if --workdir <> . did not work. Fixed.
2010-12-21 18:08:16 +01:00
Ole Tange 27822174c2 parallel: Fixed --retries bug. Passes testsuite. 2010-12-19 01:38:36 +01:00
Ole Tange 5a87ded0d1 parallel: Man page for --dry-run. Small bug fixes. 2010-12-16 00:12:02 +01:00