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
Ole Tange
bff9531219
parallel: --dryrun implemented. --return of multiple files with
...
-X. --return of files containing space. Passes testsuite.
2010-12-14 09:40:42 +01:00
Ole Tange
4d22781652
--command, -c, --file, and -f now obsoleted. --eta works again.
...
Bugfix in testsuite for --retries.
Lots of dead code removed.
2010-11-29 23:59:16 +01:00
Ole Tange
8865cbb10f
parallel: Argument handling re-written to OO.
...
The code is quite messy, the implementation is fairly slow, but the
structure seems sound and it passes the testsuite.
basename {/} and {/.} implemented.
Flushing of STDERR and STDOUT after each job completes.
2010-11-22 10:35:53 +01:00
Ole Tange
0f9e570d7a
parallel: Added man page for (unimplemented) basename
2010-11-09 18:09:33 +01:00
Ole Tange
ea0dfc913e
parallel: Implemented --profile. Untested.
2010-11-02 17:11:32 +01:00
Ole Tange
f085a37a40
parallel: Implemented $PARALLEL_SEQ and $PARALLEL_PID.
...
-v now only show the command to be run. Use -vv to see the surrounding ssh wrapping.
--workdir implemented. Spelling mistakes.
2010-10-27 01:50:58 +02:00
Ole Tange
cce81b5735
parallel: implemented -j file. Passes testsuite.
2010-10-06 22:18:32 +02:00
Ole Tange
44bdda5387
parallel: Give warning if stdin is tty
2010-10-06 20:29:16 +02:00
Ole Tange
692bb88453
parallel: EXAMPLE: Start editor with filenames from stdin (standard input).
...
parallel: EXAMPLE: GNU Parallel as queue system/batch manager.
2010-10-05 22:22:52 +02:00
Ole Tange
6f03760b56
sql: \n and \x0a in arguments is replaced with newline. Passes unittest. Added more examples.
2010-09-22 23:54:42 +02:00
Ole Tange
e06f6d52ce
parallel: Added difference between paexec
2010-09-22 01:17:05 +02:00
Ole Tange
59cb631264
Bugfix: --keeporder with -j100% mixed up order of first job
...
parallel: Unittest for --retries. Passes unittest.
2010-09-21 22:00:30 +02:00
Ole Tange
2e572c00c9
parallel: --retries implemented. Passes unittest.
2010-09-21 09:34:53 +02:00
Ole Tange
28f9796b4e
sql: Each arg on command line will add a \n. Useful for Oracle
2010-09-14 23:25:53 +02:00
Ole Tange
22934a4bcd
sql: Deal with :aliases containing ?query parts in batch mode.
...
:aliases?query is still a problem in interactive mode.
Passes sql-part of unittest.
2010-09-14 18:37:26 +02:00
Ole Tange
c9b2a3f727
sql: Test of %-quoting.
...
sql: Test of cyclic aliases.
2010-09-10 00:18:43 +02:00
Ole Tange
0db41520c3
sql: basic dburl?sqlstatement works. No unittest
2010-09-09 23:21:11 +02:00
Ole Tange
ffd548e168
sql: sqlite implemented. sql unittest passes.
2010-09-09 09:39:57 +02:00
Ole Tange
20eab02de2
parallel: --hashbang alias for --shebang.
...
sql: .dburl.aliases -> .sql/aliases.
unittest passes.
2010-09-08 01:43:11 +02:00
Ole Tange
0a5434c071
sql: renamed .dburl.aliases to .sql/aliases and /etc/sql/aliases.
...
Fixed bug if DBURL is NULL.
2010-09-07 13:15:29 +02:00
Ole Tange
6383459ddb
Makefile for Debian package
2010-09-07 00:15:53 +02:00
Ole Tange
847841aa11
BSD xargs -o (open /dev/tty) is now default for the job running in foreground.
...
Useful for: ls | parallel -Xuj1 vi.
Unittest for tty commands using the command 'script'.
2010-09-05 12:22:08 +02:00
Ole Tange
32a3f8340b
sql: Added unittest, --shebang, --version, --help.
...
parallel: bugfix in unittest.
Passes unittest
2010-09-01 15:26:45 +02:00
Ole Tange
16939a0fa6
--shebang implemented. Unittest passes.
2010-08-28 02:46:44 +02:00
Ole Tange
6ad5f9f693
Added: sql - a small script to access sql bases from the command line
2010-08-27 21:16:06 +02:00
Ole Tange
b26dbadcc0
Bugfix: --eta/--progress with 0 jobs gave division by zero.
...
Bugfix in Makefile by Piotr Jaroszyński <p dot jaroszynski at gmail dot com>
2010-08-26 20:03:59 +02:00
Ole Tange
8dcde6b058
A (crappy) example of sem usage.
2010-08-22 02:51:51 +02:00
Ole Tange
0fbd1b2653
--eta was broken. Now fixed.
...
Race condition in sem fixed with setsid().
Passes unittest.
2010-08-22 01:29:26 +02:00
Ole Tange
adff24a1a0
Work around for race condition. Comparison table.
2010-08-17 16:25:40 +02:00
Ole Tange
47cf0f0128
Code cleanup. POD file for mini man page for sem
2010-08-17 08:53:46 +02:00
Ole Tange
ac16e65b8a
Unittest for sem
2010-08-16 16:16:56 +02:00
Ole Tange
422578c103
Added sem - semaphore for executing shell command lines in parallel
2010-08-15 23:33:49 +02:00
Ole Tange
48c89d6929
Added --sshloginfile .. or -S .. means use ~/.parallel/sshloginfile.
...
Changed .parallelrc to .parallel/config to avoid having two files in ~/
2010-08-14 22:51:09 +02:00
Ole Tange
a038ade0de
More examples
2010-08-14 20:39:33 +02:00
Ole Tange
fcbfd19220
Example for manual. Bug fix. More unittests.
2010-08-01 20:09:31 +02:00
Ole Tange
ab4133d44d
Better reading of columns fixed a few bugs. Passes unittest.
2010-07-31 23:19:48 +02:00