Ole Tange
6b13c5d928
parallel: ssh command hexed to a script in $PARALLEL_REMOTE_TMPDIR.
2022-02-17 22:39:01 +01:00
Ole Tange
70732f3290
Released as 20210522 ('Gaza')
2021-05-23 01:18:09 +02:00
Ole Tange
3cfcbc6920
Released as 20210422 ('Ever Given')
2021-04-22 18:20:41 +02:00
Ole Tange
5ea74055dd
Released as 20200822 ('Beirut')
2020-08-23 01:31:39 +02:00
Ole Tange
79b56269bb
parallel: Fixed bug #58802 . Now passes testsuite.
2020-08-07 22:20:30 +02:00
Ole Tange
ce2f84d151
env_parallel.bash: More read-only variables.
2020-07-22 22:45:09 +02:00
Ole Tange
b34b30b566
parallel: --sql* should add Vn columns for --colsep.
2020-03-15 04:28:12 +01:00
Ole Tange
f90250f2cc
Released as 20200222 ('BrexitDay')
2020-02-23 01:10:44 +01:00
Ole Tange
b804568ffd
parallel: Fixed bug #56403 : --pipe block by time. Passes testsuite.
...
Yearly copyright update.
2020-01-09 14:37:41 +01:00
Ole Tange
f8ce632157
Released as 20190622 ('HongKong')
2019-06-21 16:52:48 +02:00
Ole Tange
324a9f3a07
parallel: --group-by bug: Column name with Capitals.
...
testsuite: Re-org for faster execution.
2019-05-06 01:06:48 +02:00
Ole Tange
3319fcad5b
Released as 20190422 ('Invitation')
2019-04-21 20:16:33 +02:00
Ole Tange
5e1e3775fc
parallel: --line-buffer memory usage changed from 2x to 1x.
2019-02-24 01:16:40 +01:00
Ole Tange
0615d0340b
parallel: --shellquote can be given multiple times.
2019-01-29 06:58:12 +01:00
Ole Tange
9fc4ad53af
testsuite: Make some tests more stable.
2018-12-29 21:04:58 +01:00
Ole Tange
a51c54dafe
env_parallel.fish: Converted to '-quoting.
2018-12-28 12:47:25 +01:00
Ole Tange
8286e771ec
parallel: Simpler job scheduling flow.
2018-11-25 19:06:06 +01:00
Ole Tange
83ffe1af13
parallel: Simpler job control flow.
2018-11-23 00:30:23 +01:00
Ole Tange
001d9d0f66
env_parallel.fish: Initial support for --session.
...
parallel: 'true | parallel --shuf echo' fixed.
testsuite: Updates due to Ubuntu 18.04.
parallel: Fixed bug #54869 : Long lines break.
2018-10-23 00:46:38 +02:00
Ole Tange
36a8238a20
parallel: bug #54647 : parset ignores empty lines.
...
parallel: minix is working again.
parallel: bug #54128 : command too long when exporting big env
testsuite: polarhome parallelized.
2018-09-21 00:15:14 +02:00
Ole Tange
130e299af6
parallel: --timeout now gives warning.
...
niceload: --pid PID,PID,PID implemented.
2018-03-21 22:57:28 +01:00
Ole Tange
e6339f4512
parset: Now a copy of env_parallel.
2018-02-22 20:43:33 +01:00
Ole Tange
b597f4166f
Released as 20180122 ('Mayon')
2018-01-22 17:23:23 +01:00
Ole Tange
bf24d5e4db
Fixed bug #52769 : --lb puts stdout on stderr sometimes.
...
Fixed bug #52507 : parset arr1 -v echo ::: fails.
--dryrun should not append to joblog.
Cleaned up print_tag().
Some testsuite reorg.
2018-01-03 09:03:16 +01:00
Ole Tange
3eef90da33
parallel: --line-buffer speedup.
...
parallel: Max command line length relaxed due to bzip2'ing before transfer.
2017-08-21 23:58:53 +02:00
Ole Tange
426ea9b372
env_parallel.{ash,bash,dash,ksh,sh}: Fixed bug #50815 : env_parallel should warn if the environment is too big.
...
parallel --tmux --fg: Connect to tmux socket more aggressively.
parallel --joblog: Fixed bug #50781 : joblog format with multiline commands.
Irix's Perl does not have decode_base64 and is no longer supported.
2017-04-17 16:25:58 +02:00
Ole Tange
da705d03b6
parallel: If --results includes a replacement string, no tree structure with args will be generated.
2017-01-06 19:10:20 +01:00
Ole Tange
0c41e2d2df
Testsuite adjusted for other development platform.
2016-12-08 12:04:22 +01:00
Ole Tange
ed76fe2979
testsuite: Many small changes due to production OS upgrade. No radical changes.
2016-08-03 23:45:13 +02:00
Ole Tange
71ba3f1a8f
Passes testsuite.
2016-07-22 18:10:28 +02:00
Ole Tange
9d1e2df9b9
Test requirements added.
...
Updates to *-local-* tests so they can run on different computers.
2016-06-27 21:00:19 +02:00
Ole Tange
61dca99762
parallel: Fixed bug #47558 : rc: line 1: syntax error near '='.
...
parallel: qqx() runs sh -c 2>/dev/null.
testsuite: Test for bug #47644 : Wrong slot number replacement when resuming.
2016-04-11 22:19:28 +02:00
Ole Tange
f1cbb08d78
Released as 20160222 ('N977GA')
2016-02-21 23:07:44 +01:00
Ole Tange
68d3abbbab
Testsuite fixup for new --block reading and for running on 2-core machine.
2015-07-22 08:28:05 +02:00
Ole Tange
cb20cd2c8e
parallel: Implemented setpgrp. Passes testsuite except for some csh tests.
2015-06-21 10:39:48 +02:00
Ole Tange
8c4f4c2b20
parallel: Test for bug #43967 : Error if there exists a bin/zsh or bin/bash dir (with zsh or bash).
2015-01-18 22:09:30 +01:00
Ole Tange
fe08937ea9
parallel: Avoid using Tie::RefHash. Passes test-suite.
2015-01-02 22:33:28 +01:00
Ole Tange
ed45661bf7
parallel: quoting of ^ has changed.
2015-01-02 22:32:17 +01:00
Ole Tange
dce64026cc
Fixed bug --pipe --linebuffer --round does not distribute if the consumer is fast.
2014-11-14 01:00:56 +01:00
Ole Tange
1dd2d6a601
Fixed bug #43600 : --pipe --linebuffer --round does not work.
2014-11-13 17:03:36 +01:00
Ole Tange
f7b2b1513c
Released as 20141009alpha.
2014-10-09 22:21:28 +02:00
Ole Tange
6df2491b81
Passes testsuite.
2014-08-22 23:30:39 +02:00
Ole Tange
99a8c5bbe7
testsuite: use -v for easier locating failig command. Oracle now uses oracle13.tange.dk.
2014-07-15 02:40:38 +02:00
Ole Tange
d8161294b2
Testsuite passing.
2014-06-23 02:04:37 +02:00
Ole Tange
7a018602da
parallel: Fixed: bug #42329 : --line-buffer gives wrong output
2014-05-12 09:27:28 +02:00
Ole Tange
862e41c8a4
parallel: --recend --recstart '\0' fixed.
2014-05-04 00:42:52 +02:00
Ole Tange
78f6607159
load-parallel-results.r: R funcction to load results into R.
2014-01-04 08:11:02 +01:00
Ole Tange
b1d3013f50
Ported testsuite to new testmachine (aspire).
2013-11-22 18:24:09 +01:00
Ole Tange
73c7f844d7
testsuite: --shebang-wrap for Octave, Python. Perl, GnuPlot, R, Ruby, Bash.
...
10seconds_install: Try curl.
Makefile: parallel.html dependency.
parallel: Printing joblog => print_joblog.
parallel.pod: Removed TinyOgg.
testsuite: Minor fixups.
2013-08-19 11:15:39 +02:00
Ole Tange
6961852117
Fixed --header bug for multiline headers. +testsuite.
...
Allow for --timeout 200.5% (float).
--workdir . --transfer fixed.
2013-08-17 18:24:51 +02:00