Ole Tange
9d593557ce
Fixed:
...
echo a | parallel -qX echo "'"{}"' "
Trailing \ in regex m/\'{}\'\/ at /home/tange/bin/parallel line 479, <STDIN> line 1.
echo a | parallel -qX echo "'{}'"
<<infinite loop>>
2009-08-26 14:33:14 +02:00
Ole Tange
04ac9f3c02
Fixed problem with empty line as input
2009-04-27 14:05:56 +02:00
Ole Tange
b60b16779e
Bug fix:
...
-j 1 ran 2 jobs. Should of course only run 1 job
2009-04-04 11:33:42 +02:00
Ole Tange
d78f8539f9
Implemented -X.
...
Fixed bug with -x:
If the command line had more than one {} it could result in a too
long line
2009-03-16 08:58:39 +01:00
Ole Tange
b166d16217
Cleanup of warnings
2009-03-12 16:35:05 +01:00
Ole Tange
409f6acd77
parallel -x supported
2009-02-18 06:45:59 +01:00
Ole Tange
de39f81033
Process limit detected. Passes unittest
2009-02-18 05:35:09 +01:00
Ole Tange
8202ef3a11
Prepared for limiting to max proc (not only files)
...
This still does not work if -j 0 and #files_available > 2*#procs_available
So it fails one unittest
2009-02-18 02:57:38 +01:00
Ole Tange
d5e29c73a2
Preparations for option -x
2009-02-17 04:58:13 +01:00
Ole Tange
616abc5370
Small man change
2007-09-14 00:51:23 +02:00
Ole Tange
5e982d0c02
Added -j 0 with unittest
...
Rewrote manual section on xargs/find -exec
Fixed: Off-by-one in the number of processes running
Debug function added
2007-09-14 00:43:59 +02:00
Ole Tange
92b673fe07
Parallel first commit in GIT
2007-09-10 22:28:03 +02:00