Commit graph

576 commits

Author SHA1 Message Date
Ole Tange 007ae78c28 parallel: --shebang-wrap --pipe works in pipe and with :::: 2012-11-22 22:06:49 +01:00
Ole Tange 0b1896c368 parallel --shebang-warp for ::: works. 2012-11-22 12:10:45 +01:00
Ole Tange 45763bc601 Released as 20121122 ('Barack'). 2012-11-22 00:24:04 +01:00
Ole Tange 49675bf13a Merge branch 'master' of ssh://git.sv.gnu.org/srv/git/parallel
Conflicts:
	src/niceload
2012-11-21 22:55:09 +01:00
Ole Tange 70052b8b68 testsuite: new tests. 2012-11-21 22:32:50 +01:00
Ole Tange 7648a3c0b2 niceload: --sensor implemented. 2012-11-21 22:30:29 +01:00
Ole Tange 6748cf82c8 Unittest adapted. 2012-11-21 22:28:52 +01:00
Ole Tange 4fe6902d52 testsuite: Moved to parallel-local16..18. 2012-11-20 00:50:32 +01:00
Ole Tange b342a1562d testsuite/tests-to-run/parallel-virtualbox1.sh: Use whoami instead of tange. 2012-11-20 00:45:59 +01:00
Ole Tange 827aae3c07 testsuite: less fragile. 2012-11-20 00:45:05 +01:00
Ole Tange ce19870938 testsuite: Less fragile. 2012-11-20 00:42:19 +01:00
Ole Tange 9c8a03bdf2 testsuite: niceload: The most fragile tests split off. 2012-11-20 00:39:25 +01:00
Ole Tange eb0bc7fb6c testsuite: added FreeBSD7 virtualbox. 2012-11-20 00:34:51 +01:00
Ole Tange 14c0f88523 src/parallel: Compatible with FreeBSD7 perl 5, version 16, subversion 2 (v5.16.2) 2012-11-20 00:31:33 +01:00
Ole Tange ce02b6f794 niceload: minimal --sensor support. 2012-11-09 16:51:38 +01:00
Ole Tange 00a2b4d119 Load avg on BSD:
Michał Markowski says:
"uptime" output on OpenBSD and FreeBSD (so probably NetBSD and DragonflyBSD too) look similar to this:
 2:22PM  up 30 days, 13:44, 1 user, load averages: 0.06, 0.09, 0.13
2012-10-31 21:09:47 +01:00
Ole Tange f42a5c32ba src/parallel: vmstat for 17 columns.
Rhys Ulerich's vmstat version has 17 columns.

procs -----------memory---------- ---swap-- -----io---- --system-- -----cpu-----
 r  b swpd   free   buff    cache   si   so    bi    bo in   cs us sy id wa st
 0  0    0 587736 320220 62341788    0    0    20    36  1    1  4  0 95  0  0
2012-10-25 01:03:59 +02:00
Tim Cuthbertson 9e90477393 0install: added version 20121022 2012-10-24 22:44:55 +11:00
Ole Tange c49e7b4842 Released as 20121022 ('Hanne Vilmann'). 2012-10-23 00:05:26 +02:00
Ole Tange f6a6a35309 testsuite: niceload impoved. Fewer --env tests. 2012-10-22 23:08:54 +02:00
Ole Tange 75f54b795f testsuite: virtualbox added. Other tests made more portable. 2012-10-22 08:32:39 +02:00
Ole Tange c8e032b279 Fixed bug #37589: Red Hat 9 (Shrike) perl v5.8.0 built for i386-linux-thread-multi error 2012-10-17 20:33:49 +02:00
Ole Tange d9675d0bd0 Merge branch 'master' of ssh://git.sv.gnu.org/srv/git/parallel
Conflicts:
	src/parallel
	testsuite/tests-to-run/parallel-local2.sh
2012-10-17 02:16:01 +02:00
Ole Tange fcaf41b325 parallel: Fixed to pass local testsuite and some Perl::Critic issues. 2012-10-17 02:09:03 +02:00
Drew Frank d2678e53b0 python: add expected output to README example. 2012-10-15 17:12:43 -07:00
Drew Frank f76b04b181 python: add small example to README. 2012-10-15 16:34:53 -07:00
Ole Tange 42d4c35270 parallel.pod: --results example. 2012-10-16 01:24:35 +02:00
Ole Tange 4623995286 Merge branch 'master' of git.sv.gnu.org:/srv/git/parallel 2012-10-15 15:48:16 +02:00
Ole Tange dd5093f8b4 parallel: --env includes test + man and works for t?csh, too. 2012-10-15 15:47:10 +02:00
Drew Frank ed669630c6 python: process result files after metadata type inference. 2012-10-11 15:07:24 -07:00
Drew Frank b2f8450bf3 add gnuparallel python package. 2012-10-09 14:09:17 -07:00
Drew Frank 141eb4d5ea parallel: --results uses stdout\t rather than stdout_ in file names. 2012-10-05 16:33:31 -07:00
Ole Tange c60cc12b24 parallel: Fixed Perl::Critic: Loop iterator is not lexical. 2012-10-02 00:55:06 +02:00
Ole Tange a50adb5080 parallel: map rewritten as per http://perlmonks.org/index.pl?node_id=743445 2012-10-02 00:47:00 +02:00
Ole Tange 456529e046 parallel: Perl::Critic: Fewer Bareword file handles. 2012-10-02 00:13:52 +02:00
Ole Tange 09eb14e124 parallel: PerlCritic: open 2 args -> open 2 args. 2012-10-01 22:52:58 +02:00
Ole Tange b170f88593 bug #34369: GNU Parallel Bug Reports Incorrect number of jobs-completed with --progress. 2012-10-01 22:33:17 +02:00
Ole Tange 5c557c0973 parallel: Fixed https://savannah.gnu.org/bugs/?36942 2012-10-01 21:00:20 +02:00
Ole Tange 7a2e3d731b parallel: fixed --results if argument contains \t \0 and /. This may have destroyed default --colsep=\t. 2012-10-01 11:30:16 +02:00
Ole Tange c8051ced91 parallel: --results now with header \t value filenames. 2012-10-01 00:04:52 +02:00
Ole Tange fc1c13dca2 Version number. 2012-09-28 15:26:15 +02:00
Ole Tange 418fa0e7e0 src/parallel: Implemented --results 2012-09-28 15:25:33 +02:00
Ole Tange e2e9fcaf46 parallel.pod: Example of speeding up fast jobs. \' for quoting. 2012-09-27 11:41:40 +02:00
Ole Tange 1f5be2bb43 parallel: --env implemented. Test fails, man page missing. 2012-09-23 23:21:13 +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 0b5a90c11f Merge branch 'master' of ssh://git.sv.gnu.org/srv/git/parallel
Conflicts:
	doc/release_new_version
2012-09-09 15:48:39 +02:00
Ole Tange 72343b3054 Documentation comments. 2012-09-07 18:51:08 +02:00
Ole Tange 4d48638859 parallel.pod: use 'true' to avoid the empty line. 2012-09-07 18:21:47 +02:00
Ole Tange 731e12f271 Merge branch 'master' of git.sv.gnu.org:/srv/git/parallel 2012-09-07 18:13:35 +02:00
Tim Cuthbertson 199e106568 0install: add explicit perl <runner> to allow feed to be run on windows 2012-09-07 18:37:22 +10:00