Commit graph

  • bbb1662979 Man page updated Ole Tange 2010-05-31 01:35:52 +0200
  • fd44e4c793 --use-cpus-instead-of-cores implemented with unittests. More unittests for remote usage (--trc, myssh, and newline files) Ole Tange 2010-05-31 00:30:01 +0200
  • ca4e58fbaf Added warning if --trc/--transfer/--return without -S. Added warning if --transfer and file unreadable. Unittest of transfering of filename with \n passes. Ole Tange 2010-05-28 00:34:00 +0200
  • 55fa0189fb Bug and stress fixes for --sshlogin. Better unittests. Ole Tange 2010-05-27 08:09:28 +0200
  • 26868cdc4f src/parallel: --trc works for minimal examples. Ole Tange 2010-05-24 02:48:40 +0200
  • fc7fba878b src/parallel: Number of remote CPUs now detected. Potential bug: If max_command_length is different on the machines. Ole Tange 2010-05-17 08:41:28 +0200
  • d26f62a363 src/parallel: sshlogin now passes unittest. Number of jobs to run on remote hosts is calculated wrongly. Ole Tange 2010-05-16 15:46:32 +0200
  • c027f36ccf src/parallel: Bugs conserning filehandles for sshlogin - passes unittest Ole Tange 2010-05-16 14:31:19 +0200
  • e28d0baf98 src/parallel: Now passes unittest. Ole Tange 2010-05-16 13:26:17 +0200
  • 81afee89ee src/parallel: Minimal sshlogin working - does not pass unittest! Ole Tange 2010-05-16 12:57:49 +0200
  • 34ed3a0ae6 src/parallel: refactor: xargs_computations Ole Tange 2010-05-15 23:41:56 +0200
  • 3ab7103c70 src/parallel:parse_options refactoring Ole Tange 2010-05-15 23:17:39 +0200
  • 4d4cd03a0d tests-to-run/test15.sh: Race condition would give false positive. Fixed. Ole Tange 2010-05-15 15:49:38 +0200
  • 65b073c7c4 src/parallel: Better examples Ole Tange 2010-05-13 15:41:52 +0200
  • d7be89d786 parallel.html: Added build target Ole Tange 2010-04-28 13:37:34 +0200
  • 2b48b700c9 More thorough documentation of releasing a new version Ole Tange 2010-04-27 00:52:13 +0200
  • 00d9382abd First GNU release done Ole Tange 2010-04-26 13:24:56 +0200
  • ed2dfb1043 Name change: Parallel is now GNU Parallel. Basic structure for sshlogin and sshloginfile. Ole Tange 2010-04-22 01:23:00 +0200
  • 495d8bc0bd Wrote missing man for xargs compatability. Fixed bug in --arg-file. Implemented --show-limits. Ole Tange 2010-04-21 21:28:00 +0200
  • 3e50ba19cf Automake cleanup (as per recommendations from automake@gnu.org) Ole Tange 2010-04-20 09:21:23 +0200
  • ddcd70d47b Documentation license update Ole Tange 2010-04-20 08:27:53 +0200
  • 84cc81a5d8 Renamed back to parallel. Ole Tange 2010-04-19 09:20:50 +0200
  • 1a0103da04 Minor cleanup Ole Tange 2010-04-19 09:07:12 +0200
  • 3fa2a4a8d4 Implemented automake Prepared for name change to 'par' Ole Tange 2010-04-18 16:18:31 +0200
  • e90e412282 Makefile: Added clean target test16: Added unittest of {.} Ole Tange 2010-04-13 23:44:02 +0200
  • a8c29c8f33 --extensionreplace implemented A few bugs around {} fixed Ole Tange 2010-04-13 22:59:39 +0200
  • 8873273a92 parallel: Implemented --number-of-cpus and --number-of-cores Prepared man-page for parallel remote execution Ole Tange 2010-04-13 16:05:21 +0200
  • 6db05dc16e Man pages update. Small unittest change Ole Tange 2010-03-06 10:11:11 +0100
  • 0214645ed9 parallel: Bug fix: If replace string contains regexp special char it should be escaped. Most xargs options implemented with unittest - though still undocumented Ole Tange 2010-02-04 00:54:06 +0100
  • f5cca23204 parallel: faster is_acceptable_command_line_length most xargs options implemented but untested and undocumented Ole Tange 2010-02-03 18:28:04 +0100
  • 2280fd8215 parallel: Made options compatible with xargs: -x -> -m, -s -> --silent Ole Tange 2010-02-03 16:32:36 +0100
  • aaa69ffa1b parallel: Converted to Getopt::Long. Implemented -TERM for shutdown. Ole Tange 2010-02-03 15:23:20 +0100
  • 495293ccc4 parallel: kill -USR1 now lists running jobs on STDERR Ole Tange 2010-01-29 09:50:39 +0100
  • fcfc9f6d70 parallel: Implemented replacement string -I similar to xargs -I Ole Tange 2009-11-10 15:14:15 +0100
  • 5059b5453a SIGUSR1 tells parallel to wait for running jobs to finish, but not start new jobs. Lazy evaluation of max_length_of_command_line and no_of_cpus Ole Tange 2009-10-26 12:22:21 +0100
  • 2d930320ad Added -k: Keep sequence of output same as the order of input. If jobs 1 2 3 4 end in the sequence 3 1 4 2 the output will still be 1 2 3 4. Ole Tange 2009-09-04 07:23:57 +0200
  • 84118cb14b Makefile updated with new dir Documentation changes Ole Tange 2009-08-28 10:39:54 +0200
  • 9d593557ce Fixed: Ole Tange 2009-08-26 14:33:14 +0200
  • ae9ed6753c Bug fix: output bigger than 4 GB causes out of memory Ole Tange 2009-06-07 23:29:42 +0200
  • 04ac9f3c02 Fixed problem with empty line as input Ole Tange 2009-04-27 14:05:56 +0200
  • b60b16779e Bug fix: -j 1 ran 2 jobs. Should of course only run 1 job Ole Tange 2009-04-04 11:33:42 +0200
  • d78f8539f9 Implemented -X. Fixed bug with -x: If the command line had more than one {} it could result in a too long line Ole Tange 2009-03-16 08:58:39 +0100
  • b166d16217 Cleanup of warnings Ole Tange 2009-03-12 16:35:05 +0100
  • f38da581b7 Better unittest for -x Ole Tange 2009-03-12 03:07:08 +0100
  • cc478161e3 Unittest for -x works Ole Tange 2009-02-18 07:28:00 +0100
  • 409f6acd77 parallel -x supported Ole Tange 2009-02-18 06:45:59 +0100
  • aa43823d12 When computing needed number of processes take '-x' into account and not only look at number of args Ole Tange 2009-02-18 06:13:30 +0100
  • de39f81033 Process limit detected. Passes unittest Ole Tange 2009-02-18 05:35:09 +0100
  • 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 Ole Tange 2009-02-18 02:57:38 +0100
  • d5e29c73a2 Preparations for option -x Ole Tange 2009-02-17 04:58:13 +0100
  • 937e204b1e This no longer takes up all memory: Ole Tange 2008-06-24 15:39:12 +0200
  • 72ab27ff89 make dist: Added uploading to Savannah Ole Tange 2007-09-27 15:32:08 +0200
  • 616abc5370 Small man change Ole Tange 2007-09-14 00:51:23 +0200
  • 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 Ole Tange 2007-09-14 00:43:59 +0200
  • 67f2a6dfaa Fixed bug: parallel -j 50 without command does not act as cat | sh Ole Tange 2007-09-11 10:52:54 +0200
  • 1c9fcbdc37 Fixed bug: Error if command and input line are empty. Ole Tange 2007-09-11 08:00:26 +0200
  • 92b673fe07 Parallel first commit in GIT Ole Tange 2007-09-10 22:28:03 +0200
  • 44dd96f365 Initial file Ole Tange 2007-09-10 22:06:46 +0200